• Title/Summary/Keyword: 명령필터

Search Result 34, Processing Time 0.023 seconds

Rock Joint Trace Detection Using Image Processing Technique (영상 처리를 이용한 암석 절리 궤적의 추적)

  • 이효석;김재동;김동현
    • Tunnel and Underground Space
    • /
    • v.13 no.5
    • /
    • pp.373-388
    • /
    • 2003
  • The investigation on the rock discontinuity geometry has been usually undergone by direct measurement on the rock exposures. But this sort of field work has disadvantages, which we, for example, restriction of surveying areas and consuming excessive times and labors. To cover these kinds of disadvantages, image processing could be regarded as an altemative way, with additional advantages such as automatic and objective tools when used under adequate computerized algorithm. This study was focused on the recognition of the rock discontinuities captured in the image of rock exposure by digital camera and the production of the discontinuity map automatically. The whole process was written using macro commands builtin image analyzer, ImagePro Plus. ver 4.1(Media Cybernetic). The procedure of image processing developed in this research could be divided with three steps, which are enhancement, recognition and extraction of discontinuity traces from the digital image. Enhancement contains combining and applying several filters to remove and relieve various types of noises from the image of rock surface. For the next step, recognition of discontinuity traces was executed. It used local topographic features characterized by the differences of gray scales between discontinuity and rock. Such segments of discontinuity traces extracted from the image were reformulated using an algorithm of computer decision-making criteria and linked to form complete discontinuity traces. To verify the image processing algorithms and their sequences developed in this research, discontinuity traces digitally photographed on the rock slope were analyzed. The result showed about 75~80% of discontinuities could be detected. It is thought to be necessary that the algorithms and computer codes developed in this research need to be advanced further especially in combining digital filters to produce images to be more acceptable for extraction of discontinuity traces and setting seed pixels automatically when linking trace segments to make a complete discontinuity trace.

A Study on the Pixel-Paralled Image Processing System for Image Smoothing (영상 평활화를 위한 화소-병렬 영상처리 시스템에 관한 연구)

  • Kim, Hyun-Gi;Yi, Cheon-Hee
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.39 no.11
    • /
    • pp.24-32
    • /
    • 2002
  • In this paper we implemented various image processing filtering using the format converter. This design method is based on realized the large processor-per-pixel array by integrated circuit technology. These two types of integrated structure are can be classify associative parallel processor and parallel process DRAM(or SRAM) cell. Layout pitch of one-bit-wide logic is identical memory cell pitch to array high density PEs in integrate structure. This format converter design has control path implementation efficiently, and can be utilize the high technology without complicated controller hardware. Sequence of array instruction are generated by host computer before process start, and instructions are saved on unit controller. Host computer is executed the pixel-parallel operation starting at saved instructions after processing start. As a result, we obtained three result that 1)simple smoothing suppresses higher spatial frequencies, reducing noise but also blurring edges, 2) a smoothing and segmentation process reduces noise while preserving sharp edges, and 3) median filtering, like smoothing and segmentation, may be applied to reduce image noise. Median filtering eliminates spikes while maintaining sharp edges and preserving monotonic variations in pixel values.

Real-Time Acquisition Method of Posture Information of Arm with MEMS Sensor and Extended Kalman Filter (MEMS센서와 확장칼만필터를 적용한 팔의 자세정보 실시간 획득방법)

  • Choi, Wonseok;Kim, HeeSu;Kim, Jaehyun;Cho, Youngki
    • The Journal of the Korea Contents Association
    • /
    • v.20 no.6
    • /
    • pp.99-113
    • /
    • 2020
  • In the future, robots and drones for the convenience of our lives in everyday life will increase. As a method for controlling this, a remote control or a human voice method is most commonly used. However, the remote control needs to be operated by a person and can not ignore ambient noise in the case of voice. In this paper, we propose an economical attitude information acquisition method to accurately acquire the posture information of the arm in real time under the assumption that the surround drones or robots can be controlled wirelessly with the posture information of the arm. For this purpose, the extended Kalman filter was used to eliminate the noise of the arm position information. in order to detect the arm movement, a low cost MEMS type sensor was applied to secure the economical efficiency of the apparatus. To increase the wear ability of the arm, We developed a compact and lightweight attitude information acquisition system by integrating all functions into one chip as much as possible. As a result, the real-time performance of 1 ms was secured and the extended Kalman filter was applied to acquire the accurate attitude information of the arm with noise removed and display the attitude information of the arm in real time. This provides a basis for generating commands using real-time attitude information of the arm.

Implementation of a Self Controlled Mobile Robot with Intelligence to Recognize Obstacles (장애물 인식 지능을 갖춘 자율 이동로봇의 구현)

  • 류한성;최중경
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.40 no.5
    • /
    • pp.312-321
    • /
    • 2003
  • In this paper, we implement robot which are ability to recognize obstacles and moving automatically to destination. we present two results in this paper; hardware implementation of image processing board and software implementation of visual feedback algorithm for a self-controlled robot. In the first part, the mobile robot depends on commands from a control board which is doing image processing part. We have studied the self controlled mobile robot system equipped with a CCD camera for a long time. This robot system consists of a image processing board implemented with DSPs, a stepping motor, a CCD camera. We will propose an algorithm in which commands are delivered for the robot to move in the planned path. The distance that the robot is supposed to move is calculated on the basis of the absolute coordinate and the coordinate of the target spot. And the image signal acquired by the CCD camera mounted on the robot is captured at every sampling time in order for the robot to automatically avoid the obstacle and finally to reach the destination. The image processing board consists of DSP (TMS320VC33), ADV611, SAA7111, ADV7l76A, CPLD(EPM7256ATC144), and SRAM memories. In the second part, the visual feedback control has two types of vision algorithms: obstacle avoidance and path planning. The first algorithm is cell, part of the image divided by blob analysis. We will do image preprocessing to improve the input image. This image preprocessing consists of filtering, edge detection, NOR converting, and threshold-ing. This major image processing includes labeling, segmentation, and pixel density calculation. In the second algorithm, after an image frame went through preprocessing (edge detection, converting, thresholding), the histogram is measured vertically (the y-axis direction). Then, the binary histogram of the image shows waveforms with only black and white variations. Here we use the fact that since obstacles appear as sectional diagrams as if they were walls, there is no variation in the histogram. The intensities of the line histogram are measured as vertically at intervals of 20 pixels. So, we can find uniform and nonuniform regions of the waveforms and define the period of uniform waveforms as an obstacle region. We can see that the algorithm is very useful for the robot to move avoiding obstacles.