• 제목/요약/키워드: Hough Transform

검색결과 440건 처리시간 0.029초

Pupil Detection using PCA and Hough Transform

  • Jang, Kyung-Shik
    • 한국컴퓨터정보학회논문지
    • /
    • 제22권2호
    • /
    • pp.21-27
    • /
    • 2017
  • In this paper, we propose a pupil detection method using PCA(principal component analysis) and Hough transform. To reduce error to detect eyebrows as pupil, eyebrows are detected using projection function in eye region and eye region is set to not include the eyebrows. In the eye region, pupil candidates are detected using rank order filter. False candidates are removed by using symmetry. The pupil candidates are grouped into pairs based on geometric constraints. A similarity measure is obtained for two eye of each pair using PCA and hough transform, we select a pair with the smallest similarity measure as final two pupils. The experiments have been performed for 1000 images of the BioID face database. The results show that it achieves the higher detection rate than existing method.

다중 통계기법을 이용한 고속 하프변환 (Fast Hough Transform Using Multi-statistical Methods)

  • 조보호;정성환
    • 한국멀티미디어학회논문지
    • /
    • 제19권10호
    • /
    • pp.1747-1758
    • /
    • 2016
  • In this paper, we propose a new fast Hough transform to improve the processing time and line detection of Hough transform that is widely used in various vision systems. First, for the fast processing time, we reduce the number of features by using multi-statistical methods and also reduce the dimension of angle through six separate directions. Next, for improving the line detection, we effectively detect the lines of various directions by designing the line detection method which detects line in proportion to the number of features in six separate directions. The proposed method was evaluated with previous methods and obtained the excellent results. The processing time was improved in about 20% to 50% and line detection was performed better in various directions than conventional methods with experimental images.

도로영상에서 허프변환과 무한원점을 이용한 카메라 위치 및 자세 추정 알고리즘 (The estimation of camera's position and orientation using Hough Transform and Vanishing Point in the road Image)

  • 채정수;최성구;노도환
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2004년도 학술대회 논문집 정보 및 제어부문
    • /
    • pp.511-513
    • /
    • 2004
  • Camera Calibration should certain)y be achieved to take an accurate measurement using image system. Calibration is to prove the relation between an measurement object and camera and to estimate twelve internal and external parameters. In this paper, we suggest that an algorithm should estimate the external parameters from the road image and use a vanishing point's character from parallel straight lines in a space. also, we use Hough Transform to estimate an accurate vanishing point. Hough Transform has one of the advantages which is an application for each road environment. we assume a variety of environments to prove the usability of a suggested algorithm and show simulation results with a computer.

  • PDF

적응 에지 세그먼트 기반 Randomized Hough Transform을 이용한 타원 검출 (The Ellipse Detection using Adaptive Edge Segmentation Based Randomized Hough Transform)

  • 한광수;한영준;한헌수
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 2007년도 춘계학술대회 학술발표 논문집 제17권 제1호
    • /
    • pp.157-160
    • /
    • 2007
  • 본 논문에서는 입력 영상의 에지를 단일 세그먼트로 구성하고 같은 타원에 속하는 에지 세그먼트를 병합하여 타원검출의 속도와 정확도를 향상시키는 방법을 제안한다. 먼저 분기점은 이용한 라벨링 기법과 코너 패턴 정합 기법으로 연속된 화소들의 집합인 에지 세그먼트를 만든다. 구성된 에지 세그먼트와 Randomized Hough Transform에 의해 타원을 추정하여 병합하고 타원을 결정한다. 위 과정으로부터 얻어진 병합된 에지 세그먼트 집합 하나가 타원 하나를 구성하므로 입력 영상 내의 전체 타원의 개수를 정확하게 추정할 수 있다. 또한 전체 에지 화소들로 타원을 검출하는 기존 방법과 달리 분리된 에지 세그먼트 단위로 타원 변수를 결정하기 때문에 전체 수행시간을 크게 줄일 수 있다.

  • PDF

직선 추출을 위한 자기조직화지도 기반의 허프 변환 (A Self-Organizing Map Based Hough Transform for Detecting Straight Lines)

  • 이문규
    • 대한산업공학회지
    • /
    • 제28권2호
    • /
    • pp.162-170
    • /
    • 2002
  • Detecting straight lines in an image is frequently required for various machine vision applications such as restoring CAD drawings from scanned images and object recognition. The standard Hough transform has been dominantly used to that purpose. However, massive storage requirement and low precision in estimating line parameters due to the quantization of parameter space are the major drawbacks of the Hough transform technique. In this paper, to overcome the drawbacks, an iterative algorithm based on a self-organizing map is presented. The self-organizing map can be adaptively learned such that image points are clustered by prominent lines. Through the procedure of the algorithm, a set of lines are sequentially detected one at a time. The algorithm can produce highly precised estimates of line parameters using very small amount of storage memory. Computational results for synthetically generated images are given. The promise of the algorithm is also demonstrated with its application to two natural images of inserts.

Pupil Detection using Multistage Adaptive Thresholding and Circular Hough Transform

  • Navastara, Dini Adni;Park, Hyun-Jun;Cha, Eui-Young
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2013년도 추계학술대회
    • /
    • pp.90-93
    • /
    • 2013
  • This paper presents a multistage adaptive thresholding method and circular Hough transform for pupil detection. Multistage adaptive thresholding is a thresholding method that applies local image statistic within a neighborhood variable and the global thresholds. Therefore, the method can adopt the benefit of local thresholding and prevent an over segmentation at the same time because of the global image information. To detect a pupil, a circular Hough transform is applied to it in which the pupil pattern is considered as a circle shape. The experimental results show the reliability of our proposed method in detecting pupil properly.

  • PDF

Flaw Detection in Ceramics using Hough transform and Least squares

  • Hong, Dong-Jin;Cha, Eui-Young
    • 한국컴퓨터정보학회논문지
    • /
    • 제20권10호
    • /
    • pp.23-29
    • /
    • 2015
  • In this paper, we suggest a method of detecting defects by applying Hough transform and least squares on ceramic images obtained from non-destructive testing. In the ceramic images obtained from non-destructive testing, the background area, where the defect does not exist, commonly show gradual change of luminosity in vertical direction. In order to extract the background area which is going to be used in the detection of defects, Hough transform is performed to rotate the ceramic image in a way that the direction of overall luminosity change lies in the vertical direction as much as possible. Least squares are then applied on the rotated image to approximate the contrast value of the background area. The extracted background area is used for extracting defects from the ceramic images. In this paper we applied this method on ceramic images acquired from non-destructive testing. It was confirmed that extracted background area could be effectively applied for searching the section where the defect exists and detecting the defect.

수직 강화 모폴로지와 Hough Transform을 이용한 차량 번호판 추출과 문자의 자모 분리 (Car Plate Detection using Morphology & Hough Transform And Separating Consonant & Vowel)

  • 이병모;차의영
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2001년도 추계학술발표논문집 (상)
    • /
    • pp.789-792
    • /
    • 2001
  • 본 논문은 자동차의 번호판 인식 시스템의 한 부분인 번호판 추출과 자모 분리를 통한 문자 인식까지의 과정을 실험한 것이다. 본 논문은 gray-level에서 영상을 실험하였고, 번호판을 추출하기 위해서 morphology를 반복 적용하고 크기 보정을 통해 번호판을 추출하며, hough transform을 이용한 크기 재보정을 통해 최종적으로 번호판을 추출한다. 그리고, 문자 인식 단계에서는 먼저 hough transform을 사용하여 한글의 모음의 시작점을 얻고, 문자 특징을 이용하여 자음과 모음을 분리하여 모음을 인식한다.

  • PDF

에지 정보와 Hough Transform을 이용한 장폐색 영역 검출 (Ileus Detection by Using Edge Information and Hough Transform)

  • 이해일;김백천;김현우;박승익;김광백
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2017년도 추계학술대회
    • /
    • pp.488-490
    • /
    • 2017
  • 본 논문에서는 장폐색 영역을 추출하는 방법을 제안한다. 제안된 방법은 Canny Edge Detector을 이용하여 X-ray 영상에서 객체들의 에지를 추출한다. 검출된 객체 에지들에서 장폐색의 영역이 형태학적으로 수평적으로 평평하다는 특징을 이용하기 위해서 Hough transform을 적용하여 수평적으로 평평한 영역을 가진 객체들을 추출하고, 추출된 객체들을 장폐색 영역으로 검출한다. 제안된 추출 방법을 25개의 장폐색 X-ray 영상을 대상으로 실험한 결과, 제안된 방법에서는 19개 대장 장폐색 영상에서는 모두 추출되었으나 6개의 소장 장폐색 영상에서는 추출에 실패하였다.

  • PDF

실시간 영상에서의 Hough Circle Transform기반 눈동자 검출 시 연산량 축소 방법 (Operation Reduction Method for Iris Detection based on Hough Circle Transform in Real-Time Image)

  • 김성훈;허환;채일문;한기태
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2013년도 춘계학술발표대회
    • /
    • pp.338-341
    • /
    • 2013
  • 눈동자 검출은 운전 부주의 검출, 졸음 검출, 시선 검출 등 다양한 상황 인지에 이용되고 있다. 이러한 상황 인지를 위해 본 논문에서는 원 허프 변환(Hough Circle Transform)을 이용한 눈동자 검출방법을 제안한다. 이것은 영상 내 원을 검출하는 방법으로 연산량이 많아 실시간 처리에 문제가 된다. 이러한 문제를 해결하기 위해 눈 검출 후 눈 영역의 크기를 일정한 눈 크기로 정규화 하고 눈의 양쪽 끝점간 거리에 따른 대략적인 눈동자의 반지름 값 범위를 추정한다. 그 추정된 반지름 값 범위 내에서 Hough Circle Transform을 수행하면 연산량의 축소가 가능하며 그 결과 초당 21frames 정도의 눈동자 검출이 가능하였다.