• 제목/요약/키워드: Distance measurement correction algorithm

검색결과 22건 처리시간 0.027초

거리계산 보정 알고리즘을 이용한 LED 거리 인식 측정에 관한 연구 (A Study on LED Distance Recognition Measure Using Distance Measurement Correction Algorithm)

  • 김지성;정대철;김용갑
    • 한국인터넷방송통신학회논문지
    • /
    • 제17권2호
    • /
    • pp.63-68
    • /
    • 2017
  • 본 논문에서는 거리계산 보정 알고리즘을 이용하여 거리 인식 측정을 LED 디밍제어를 통해 구현하였다. 원거리에서 측정되는 RSSI 값의 오차를 줄이기 위해 RSSI 평균 필터링과 Feedback 필터링에 대한 계산 값을 산출 적용시켰다. 평균 필터링을 통한 RSSI 값과 Feedback, 필터링의 계수 값을 0.5로 설정하여 측정한 RSSI 값이 일반적인 측정에 비해 최대 -61dBm에서 최소 -52.5dBm으로 약 -2dBm에서 -6dBm 정도로 불규칙하고 높은 값이 다소 감소하는 것을 확인하였다. 정확도 향상을 위한 거리계산 보정 알고리즘을 응용하였으며 이를 통하여 거리가 증가함에 따라 오차의 범위가 감소하는 것을 확인하였다. 최종적으로 RSSI 측정결과 필터링을 이용해 불안정한 신호를 보정하였으며, 오차 범위를 줄이기 위해 거리계산 보정 알고리즘을 적용 시행하였다. 또한 거리판별과 신호의 안정도를 표시하기 위해 LED로 RGB 색상을 구현하였다.

RSSI 측정결과 필터링을 이용한 거리계산 보정 알고리즘에 관한 연구 (A Study on Distance Calculation Revision Algorithm using the Filtering of RSSI Measurement Results)

  • 김지성;김용갑
    • 한국인터넷방송통신학회논문지
    • /
    • 제17권1호
    • /
    • pp.25-31
    • /
    • 2017
  • 본 논문에서 제안하는 실내 위치기반서비스는 움직이는 사용자를 대상으로 하였다. 실외환경에서 GPS를 이용한 위치 측위는 정확하지만 실내 환경에서는 위치 측위가 부정확하고 어려움이 있다. 이를 극복하기 위해 Wi-Fi, Zigbee, 블루투스 등의 무선 통신 기술을 기반으로 위치 측위를 위한 다양한 기술들의 연구가 이루어지고 있다. 본 논문에서는 비콘의 송출 신호인 RSSI 값을 이용하여 거리에 따른 RSSI 값을 측정하여 데이터 베이스화하였다. 원거리에서 측정되는 RSSI 값의 오차를 줄이기 위해 RSSI 평균 필터링과 RSSI Feedback 필터링에 대한 계산 값을 산출 적용하였다. 평균 필터링과 계수 값을 0.5로 설정한 Feedback 필터링을 통하여 불규칙하고 높은 RSSI 값이 다소 감소하는 것을 확인하였으며, 거리계산 보정 알고리즘을 통해 거리가 증가함에 따른 오차의 범위가 감소하는 것을 확인하였다. 최종적으로 RSSI 측정결과 필터링을 이용해 불안정한 신호를 보정하고 오차 범위를 줄이기 위해 거리계산 보정 알고리즘을 시행하였다.

V.F. 모델링을 이용한 주행차량의 진동에 대한 도로영상의 계측오차 보정 알고리듬 (A Measurement Error Correction Algorithm of Road Image for Traveling Vehicle's Fluctuation Using V.F. Modeling)

  • 김태효;서경호
    • 제어로봇시스템학회논문지
    • /
    • 제12권8호
    • /
    • pp.824-833
    • /
    • 2006
  • In this paper, the image modelling of road's lane markings is established using view frustum(VF) model. From this model, a measurement system of lane markings and obstacles is proposed. The system also involve the real time processing of the 3D position coordinate and the distance data from the camera to the points on the 3D world coordinate by virtue of the camera calibration. In order to reduce their measurement error, an useful algorithm for which analyze the geometric variations due to traveling vehicle's fluctuation using VF model is proposed. In experiments, without correction, for instance, the $0.4^{\circ}$ of pitching rotation gives the error of $0.4{\sim}0.6m$ at the distance of 10m, but the more far distance cause exponentially the more error. We con finned that this algorithm can be reduced less than 0.1m of error at the same condition.

특이값 분해를 이용한 치수측정 기반 디지털 트윈 알고리즘 경량화 (Lightweight Algorithm for Digital Twin based on Diameter Measurement using Singular-Value-Decomposition)

  • 이승민;박대진
    • 대한임베디드공학회논문지
    • /
    • 제18권3호
    • /
    • pp.117-124
    • /
    • 2023
  • In the machine vision inspection equipment, diameter measurement is important process in inspection of cylindrical object. However, machine vision inspection equipment requires complex algorithm processing such as camera distortion correction and perspective distortion correction, and the increase in processing time and cost required for precise diameter measurement. In this paper, we proposed the algorithm for diameter measurement of cylindrical object using the laser displacement sensor. In order to fit circle for given four input outer points, grid search algorithms using root-mean-square error and mean-absolute error are applied and compared. To solve the limitations of the grid search algorithm, we finally apply the singular-value-decomposition based circle fitting algorithm. In order to compare the performance of the algorithms, we generated the pseudo data of the outer points of the cylindrical object and applied each algorithm. As a result of the experiment, the grid search using root-mean-square error confirmed stable measurement results, but it was confirmed that real-time processing was difficult as the execution time was 10.8059 second. The execution time of mean-absolute error algorithm was greatly improved as 0.3639 second, but there was no weight according to the distance, so the result of algorithm is abnormal. On the other hand, the singular-value-decomposition method was not affected by the grid and could not only obtain precise detection results, but also confirmed a very good execution time of 0.6 millisecond.

VF 모델링을 이용한 주행차량의 진동에 대한 도로 계측오차 보정 알고리듬 (A Measurement Error Correction Algorithm of Road Structure for Traveling Vehicle's Fluctuation Using VF Modeling)

  • 정용배;김정현;서경호;김태효
    • 융합신호처리학회 학술대회논문집
    • /
    • 한국신호처리시스템학회 2005년도 추계학술대회 논문집
    • /
    • pp.190-200
    • /
    • 2005
  • In this paper, the image modelling of road's lane markings is established using view frustum(VF) modeling. This algorithm also involve the real time processing of the 3D position coordinate and the distance data from the camera to the points on the 3D world coordinate by the camera calibration. In order to reduce their measurement error, an useful algorithm for which analyze the geometric variations clue to traveling vehicle's fluctuation using VF model is proposed. In experiments, without correction, for instance, the $0.4^{\circ}$ of pitching rotation gives the error of $0.4^{\sim}0.6m$ at the distance of 10m, but the more far distance cause exponentially the more error. We confirmed that this algorithm can be reduced less than 0.1m of error at the same condition.

  • PDF

휴대용 휘도측정시스템의 측정각도기반 휘도보정알고리즘 (Luminance Correction Algorithm Based on Measuring Angle for the Portable Luminance Measurement System)

  • 선은혜;김동연;김용태
    • 한국지능시스템학회논문지
    • /
    • 제26권4호
    • /
    • pp.321-326
    • /
    • 2016
  • 본 논문에서는 휴대용 휘도측정시스템의 측정위치기반 휘도보정알고리즘을 제안한다. 측정거리와 측정각도에 따라 휘도 값은 변화하며, 측정거리와 측정각도를 고려한 알고리즘을 적용하여 기존에 개발된 영상기반 휘도측정시스템의 오차를 개선한다. 카메라 영상기반의 휘도 정보를 정확하게 획득하는 면측정방법을 제안하기 위해서 점휘도계로 측정대상물과의 측정각도에 따른 휘도 값의 변화를 측정한다. 측정거리, 측정각도와 휘도 값 간의 연관성을 수식으로 나타내었고, 측정위치를 고려한 알고리즘을 제안한다. 실험용 간판을 대상으로 점휘도계와 제안한 휘도측정시스템을 비교 평가 실험하고 제안한 휘도측정시스템의 성능을 검증하였다.

공통현 기반 삼변측량 보정 알고리즘 및 복합 측위 시스템 개발 (Common Chord based Trilateration Correction Algorithm and Hybrid Positioning System Development)

  • 이정훈;박부곤;김용길;최지훈;김정태;배경훈
    • 한국정보통신학회논문지
    • /
    • 제24권3호
    • /
    • pp.448-458
    • /
    • 2020
  • 공통현을 이용한 삼변측량 기반 실내 측위의 경우 각 AP로부터 이동체까지의 거리를 구하여, 각 AP별로 해당 거리를 반지름으로 하는 원을 이용하여 원들의 둘레가 교차 되는 접점들을 이용하여 이동체의 위치를 예상한다. 거리 오차로 인하여 원 간의 접점이 생성되지 않는 경우, 위치 예상에 실패하게 된다. 본 논문에서는 이를 개선하기 위한 알고리즘을 제안하였는데, 거리에 따라 반지름의 크기에 비례한 값을 임의로 추가하여 강제로 접점을 생성하여 예상 위치를 생성한 뒤, 해당 원의 반지름에 추가된 임의 값과 원점으로부터, 거리에 따른 보정을 하였다. 기존 삼변측량의 거리 오차로 인한 좌표 생성 실패 비율과 좌표 측위 오차를 최소화하는 발전된 알고리즘을 제안하고 시스템을 제작하여 성능을 분석하였다.

신발 러핑 경로 측정기 개발 (Development of the Roughing Path Measurement System for Footwear)

  • 강동배;김화영;손성민;안중환
    • 한국정밀공학회지
    • /
    • 제20권10호
    • /
    • pp.120-129
    • /
    • 2003
  • For successful establishment of the roughing CAM system based on reverse engineering, it is necessary to develop the measurement method for generation of roughing path from a physical footwear model. In this study, the development of the roughing path measurement system is presented. It consists of 3 CCD cameras, image acquisition board and the roughing path measurement algorithm. The 3 CCD cameras capture images of the sidewall and the bottom of the footwear and, from two images, the outer and inner lines are extracted using image-processing algorithm. The roughing path measurement algorithm generates the roughing path which is reflected on the change of resolution according to the distance between the CCD camera and the measured point. The experimental results show that the developed system can measure the roughing path within the allowable roughing error range.

방범 설비의 스테레오 카메라 시스템에서 이동객체의 추적과 거리측정 (Tracking ond Distance Measurement of the Moving Object in Stereo Camera System as a Security Equipment)

  • 이재수;홍권의;손영우
    • 조명전기설비학회논문지
    • /
    • 제17권4호
    • /
    • pp.106-115
    • /
    • 2003
  • 보안 방범설비 시스템 구축시 교차식 스테레오 카메라 방식으로 이동객체를 추적하고, 카메라에서 이동 객체까지 거리를 측정하는 새로운 알고리즘을 제안하였다. 이동 객체를 추출하기 위해서 스테레오 입력 영상을 화소 단위로 정합하였으며, 입력 영상의 주변명암 변화에 대한 오류를 보정하기 위하여 적응형 임계값으로 이동성분을 구한 후 잡음제거 알고리즘으로 이동객체 영역만 추출하였다. 그리고 이동 객체의 위치값을 이용하여 카메라의 팬/틸트를 제어함으로써 이동객체를 추적하였으며, 교차식 스테레오 카메라 시스템의 파라미터 특징을 이용하여 이동객체까지의 거리를 측정하는 방법을 제시하였다. 실험 결과 제안한 알고리즘은 스테레오 방범 카메라 시스템에서 이동객체의 거리 측정과 추적이 가능함을 알 수 있었다. 거리측정 오차도 6%이내에 존재하였다. 따라서 제안한 알고리즘을 이용하여 시스템을 구현할 경우 스테레오 방범 시스템, 이동자율 로봇 시스템 및 스테레오 원격제어 시스템 등에 응용할 수 있을 것이다.

영상처리기반 자동주차 시스템을 위한 레이저 포인터를 이용한 스테레오 비전 거리측정 알고리즘 (Stereo vision distance measurement algorithm using Laser point for Image processing based Automatic car-parking system)

  • 김윤호;임명섭
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2007년도 심포지엄 논문집 정보 및 제어부문
    • /
    • pp.373-376
    • /
    • 2007
  • As a part of automatic car parking, this paper have devised the distance measurement algorism using stereo vision system which measure between object and parking lot. In this simulation, laser pointer is used for detecting edge of designated object and real distance is measured by searching the position of laser pointer and measuring the distance. Which are 1 / 1.5 / 2 / 2.5 / 3m and adjusted correction had applied in order for use in car parking system.

  • PDF