• 제목/요약/키워드: Canny detection

검색결과 157건 처리시간 0.022초

잡음영상에서 에지검출을 위한 이표본 검정법 (Two-sample Tests for Edge Detection in Noisy Images)

  • 임동훈;박은희
    • 응용통계연구
    • /
    • 제14권1호
    • /
    • pp.149-160
    • /
    • 2001
  • 본 논문에서는 이표본 위치문제에서 대표적인 윌콕슨 검정법과 T 검정법을 사용하여 잡음영상에서 에지를 검출하고자 한다. 에지높이모수를 사용하여 얻은 수정된 농도값상에서 검정통계량을 계산하고 유의수준에 의해 결정된 임계값과 비교하여 에지유무를 판정한다. 영상실험을 통하여 얻은 에지맵과 객관적인 척도하에서 에지검출 성능을 비교분석한다.

  • PDF

가우시안 함수기반 RANSAC을 이용한 차선검출 기법 (Lane Detection Using Gaussian Function Based RANSAC)

  • 최연규;서은영;석수영;박주현;정호열
    • 대한임베디드공학회논문지
    • /
    • 제13권4호
    • /
    • pp.195-204
    • /
    • 2018
  • Lane keeping assist and departure prevention system are the key functions of ADAS. In this paper, we propose lane detection method which uses Gaussian function based RANSAC. The proposed method consists mainly of IPM (inverse perspective mapping), Canny edge detector, and Gaussian function based RANSAC (Random Sample Consensus). The RANSAC uses Gaussian function to extract the parameters of straight or curved lane. The proposed RANSAC is different from the conventional one, in the following two aspects. One is the selection of sample with different probability depending on the distance between sample and camera. Another is the inlier sample score that assigns higher weights to samples near to camera. Through simulations, we show that the proposed method can achieve good performance in various of environments.

무인헬기의 정밀 자동착륙 접근을 위한 영상정보 처리 (Vision Processing for Precision Autonomous Landing Approach of an Unmanned Helicopter)

  • 김덕열;김도명;석진영
    • 제어로봇시스템학회논문지
    • /
    • 제15권1호
    • /
    • pp.54-60
    • /
    • 2009
  • In this paper, a precision landing approach is implemented based on real-time image processing. A full-scale landmark for automatic landing is used. canny edge detection method is applied to identify the outside quadrilateral while circular hough transform is used for the recognition of inside circle. Position information on the ground landmark is uplinked to the unmanned helicopter via ground control computer in real time so that the unmanned helicopter control the air vehicle for accurate landing approach. Ground test and a couple of flight tests for autonomous landing approach show that the image processing and automatic landing operation system have good performance for the landing approach phase at the altitude of $20m{\sim}1m$ above ground level.

적응성 방향 미분에 의한 에지 검출기의 성능 평가 (Performance Evaluation of Edge Detection System Based on Adaptive Directional Derivative)

  • 김은미;박철수
    • 융합보안논문지
    • /
    • 제7권3호
    • /
    • pp.39-44
    • /
    • 2007
  • 실제 이미지에서 에지의 속성을 찾아내고 그 정확한 위치를 지정하기 위하여 밝기 분포에 대한 국소적 미분 대신에 "적응성 방향 미분"(Adaptive Directional Derivative, ADD)이라는 비국소적 연산자를 도입함으로써 에지의 램프 폭의 변화에 무관하게 적용할 수 있는 알고리듬을 개발하였다. 본 논문에서는 이미 제안한 적응성 방향 미분을 이용한 에지 검출 시스템을 현재 에지 검출을 위해 보편적으로 사용되고 있는 Canny 알고리듬과의 성능평가를 실험을 통해 보여준다.

  • PDF

임펄스 잡음 환경에서 추정 마스크를 이용한 에지 검출 알고리즘에 관한 연구 (A Study on Edge Detection Algorithm using Estimated Mask in Impulse Noise Environments)

  • 이창영;김남호
    • 한국정보통신학회논문지
    • /
    • 제18권9호
    • /
    • pp.2259-2264
    • /
    • 2014
  • 에지 검출 방법은 Sobel, Prewitt, Roberts, Canny 에지 검출기 등이 있으며, 이러한 방법들은 임펄스 잡음에 훼손된 영상에서 에지 검출 특성이 미흡하다. 따라서 본 논문에서는 이러한 기존의 방법의 단점들을 개선하고 임펄스 잡음 환경에서 효과적으로 에지를 검출하기 위하여, $3{\times}3$ 마스크를 사용하여 중심 화소를 기준으로 한 $5{\times}5$ 마스크 내의 요소들에 대해 잡음을 판단하며, 그 여부에 따라 비잡음일 경우 그대로 처리하고 잡음일 경우 각 요소들의 인접 화소를 이용하여 추정 마스크를 구하여 에지를 검출하는 알고리즘을 제안하였다.

Detecting Jaywalking Using the YOLOv5 Model

  • Kim, Hyun-Tae;Lee, Sang-Hyun
    • International Journal of Advanced Culture Technology
    • /
    • 제10권2호
    • /
    • pp.300-306
    • /
    • 2022
  • Currently, Korea is building traffic infrastructure using Intelligent Transport Systems (ITS), but the pedestrian traffic accident rate is very high. The purpose of this paper is to prevent the risk of traffic accidents by jaywalking pedestrians. The development of this study aims to detect pedestrians who trespass using the public data set provided by the Artificial Intelligence Hub (AIHub). The data set uses training data: 673,150 pieces and validation data: 131,385 pieces, and the types include snow, rain, fog, etc., and there is a total of 7 types including passenger cars, small buses, large buses, trucks, large trailers, motorcycles, and pedestrians. has a class format of Learning is carried out using YOLOv5 as an implementation model, and as an object detection and edge detection method of an input image, a canny edge model is applied to classify and visualize human objects within the detected road boundary range. In this study, it was designed and implemented to detect pedestrians using the deep learning-based YOLOv5 model. As the final result, the mAP 0.5 showed a real-time detection rate of 61% and 114.9 fps at 338 epochs using the YOLOv5 model.

영상에서 웨이블렛 기반 로컬 히스토그램 분석을 이용한 에지검출 (Wavelet-Based Edge Detection Using Local Histogram Analysis in Images)

  • 박민준;권민준;김기훈;심한슬;김동욱;임동훈
    • 응용통계연구
    • /
    • 제24권2호
    • /
    • pp.359-371
    • /
    • 2011
  • 영상에서 에지검출은 영상분할 및 물체인식 등을 위한 영상처리의 전처리 과정으로 매우 중요한 단계이다. 본 논문에서는 영상에서 에지검출을 위해 웨이블렛 기반 하에서 로컬 히스토그램 분석을 이용한 새로운 에지검출법을 제안하고자 한다. 지금까지 웨이블렛 기반 에지검출은 수직과 수평성분으로부터 기울기 벡터를 구하고 임계값은 주로 글로벌 히스토그램 임계값 처리를 통하여 구하였다. 본 논문에서는 수직과 수평성분 외에 대각선 성분을 고려하여 기울기 벡터를 구하고 일반적인 영상에 적합한 로컬 히스토그램 임계값처리를 통하여 임계값을 구하였다. 제안된 에지검출법의 성능 평가를 위해 기존의 Sobel 방법, Canny 방법, Scale Multiplication 방법 그리고 Mallat의 웨이블렛 방법 등과 비교하였다. 영상실험 결과 제안된 방법은 잡음이 많고 적음에 관계없이 에지검출이 뛰어난 반면에 Canny 방법과 Sobel 방영은 잡음이 많을수록 급격하게 성능이 떨어짐을 알 수 있었다. 그리고 제안된 방법은 Scale Multiplication 방법과 Mallat 방법보다 좋은 성능을 갖고 있음을 알 수 있었다.

잡음영상에서 로버스트 순위-순서 검정을 이용한 효과적인 에지검출 (Efficient Edge Detection in Noisy Images using Robust Rank-Order Test)

  • 임동훈
    • 응용통계연구
    • /
    • 제20권1호
    • /
    • pp.147-157
    • /
    • 2007
  • 에지검출은 컴퓨터비전과 영상처리 시스템에서 널리 사용되는 단계이다. 본 논문에서는 잡음영상에서 효율적인 에지검출을 위해 이표본 위치 문제에서 월콕슨 검정의 대안인 로버스트 순위-순서 검정에 기초한 새로운 검출법을 제안하였다. 제안된 방법은 $\delta$-에지모형하에서 $5\times5$ 윈도우의 부분 픽셀만으로 구성된 근방영역 간에 통계적으로 유의한 차이가 있는지를 조사하였다. 제안된 에지 검출법의 성능을 평가하기 위해 실제영상과 인조영상을 가지고 영상실험을 통하여 얻은 에지맵과 객관적인 척도하에서 양적으로 비교 분석하였다.

캐니 에지 검출을 이용한 해삼의 특징점 추출 (Feature Point Extraction of Sea Cucumbers using Canny Edge Detection)

  • 이건익;우영배;민준식;최철재
    • 한국전자통신학회논문지
    • /
    • 제13권6호
    • /
    • pp.1281-1286
    • /
    • 2018
  • 세계적으로 1500 종 이상이 분포하고 있는 해삼은 오랫동안 여러 나라에서 중요한 수산 자원으로 취급되어져 왔고 개체군 보존관리 보호종에 속하는 고부가가치 품종이다. 해삼에 관한 연구는 음식과 추출물의 효능에 관한 것이 대부분이며, 아직까지 해삼 특징 식별에 대한 연구는 이루어지지 않고 있다. 이에 본 연구는 고부가가치 품종인 해삼을 대량으로 포획하기 위하여 해삼의 특징점 추출을 위한 경계 검출 알고리즘을 제안하였으며 향후 해삼 인식 프로그램에 많은 도움이 되리라 생각한다.

머신 비전 기반 당구공 검출 (Machine Vision-based Billiards Ball Detection)

  • 이선우;허헌
    • 한국인터넷방송통신학회논문지
    • /
    • 제24권2호
    • /
    • pp.29-34
    • /
    • 2024
  • 코로나19 이후, 원격 비접촉 활동의 증가로 인해 온라인 플랫폼을 활용한 스포츠 활동이 급증하였다. 당구도 온라인 플랫폼에 적합한 경기로 주목 받으면서 공의 위치와 이동 궤적 검출 등에 관한 다양한 연구가 진행되어 왔다. 본 논문에서는 머신 비전 기술을 활용하여 당구공의 위치를 정확하게 검출하는 방법을 제안한다. 제안한 방법은 Canny 방식의 객체 외곽선 검출 후 공의 프로파일을 갖는 템플릿과의 상관만으로 공의 위치를 검출한다. 상관을 통한 당구공검출은 높은 시스템 성능을 보이는 동시에 구현 복잡도가 낮고 외란에 강인하기 때문에 실제 시스템에 적용이 용이한 장점이 있다.