• Title/Summary/Keyword: iris detection

Search Result 68, Processing Time 0.02 seconds

An Automatic Strabismus Screening Method with Corneal Light Reflex based on Image Processing

  • Huang, Xi-Lang;Kim, Chang Zoo;Choi, Seon Han
    • Journal of Korea Multimedia Society
    • /
    • v.24 no.5
    • /
    • pp.642-650
    • /
    • 2021
  • Strabismus is one of the most common disease that might be associated with vision impairment. Especially in infants and children, it is critical to detect strabismus at an early age because uncorrected strabismus may go on to develop amblyopia. To this end, ophthalmologists usually perform the Hirschberg test, which observes corneal light reflex (CLR) to determine the presence and type of strabismus. However, this test is usually done manually in a hospital, which might be difficult for patients who live in a remote area with poor medical access. To address this issue, we propose an automatic strabismus screening method that calculates the CLR ratio to determine the presence of strabismus based on image processing. In particular, the method first employs a pre-trained face detection model and a 68 facial landmarks detector to extract the eye region image. The data points located in the limbus are then collected, and the least square method is applied to obtain the center coordinates of the iris. Finally, the coordinate of the reflective light point center within the iris is extracted and used to calculate the CLR ratio with the coordinate of iris edges. Experimental results with several images demonstrate that the proposed method can be a promising solution to provide strabismus screening for patients who cannot visit hospitals.

Iris detection using Hough transform and separable filter (허프 변환과 분리필터를 이용한 홍채 검출)

  • Kim, Tae-Woo;Bae, Cheol-Soo
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.3 no.2
    • /
    • pp.3-11
    • /
    • 2010
  • In this paper we propose a new algorithm to detect the irises of both eyes from a human face. Using the separability filter, the algorithm first extracts blobs(intensity valleys) as the candidates for the irises. Next, for each pair of blobs, the algorithm computes a cost using Hough transform and separability filter to measure the fit of the pair of blobs to the image. And then, the algorithm selects a pair of blobs with the smallest cost as the irises of both eyes. As the result of the experiment using 150 faces images without spectacles, the success rate of the proposed algorithm was 97.3% for the best case and 95.3% for the worst case.

  • PDF

Iris detection using Hough transform and separable filter (허프 변환과 분리필터를 이용한 홍채 검출)

  • Park, Ho-Sik;Bae, Cheol-Soo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.10 no.3
    • /
    • pp.526-534
    • /
    • 2006
  • In this paper we propose a new algorithm to detect the irises of both eyes from a human face. Using the separability filter, the algorithm first extracts blobs(intensity valleys) as the candidates for the irises. Next, for each pair of blobs. the algorithm computes a cost usings Hough transform and separability later to measure the fit of the pair of blobs to the image. And then, the algorithm selects a pair of blobs with the smallest cost as the irises of both eyes. As the result of the experiment using 150 faces images without spectacles, the success rate of the proposed algorithm was 97.3% for the best case and 95.3% for the worst case.

A Fast Pupil Detection Using Geometric Properties of Circular Objects (원형 객체의 기하학적 특성을 이용한 고속 동공 검출)

  • Kwak, Noyoon
    • Journal of Digital Convergence
    • /
    • v.11 no.2
    • /
    • pp.215-220
    • /
    • 2013
  • They are well-known geometric properties of a circle that the perpendicular bisector of a chord passes through the center of a circle, and the intersection of the perpendicular bisectors of any two chords is its center. This paper is related to a fast pupil detection method capable of detecting the center and the radius of a pupil using these geometric properties at high speed when detecting the pupil region for iris segmentation. The proposed method is characterized as rapidly detecting the center and the radius of the pupil, extracting the candidate points of the circle in human eye images using morphological operations, and finding two chords using four points on the circular edge, and taking the intersection of the perpendicular bisectors of these two chords for its center. The proposed method can not only detect the center and the radius of a pupil rapidly but also find partially occluded pupils in human eye images.

Person Recognition using Ocular Image based on BRISK (BRISK 기반의 눈 영상을 이용한 사람 인식)

  • Kim, Min-Ki
    • Journal of Korea Multimedia Society
    • /
    • v.19 no.5
    • /
    • pp.881-889
    • /
    • 2016
  • Ocular region recently emerged as a new biometric trait for overcoming the limitations of iris recognition performance at the situation that cannot expect high user cooperation, because the acquisition of an ocular image does not require high user cooperation and close capture unlike an iris image. This study proposes a new method for ocular image recognition based on BRISK (binary robust invariant scalable keypoints). It uses the distance ratio of the two nearest neighbors to improve the accuracy of the detection of corresponding keypoint pairs, and it also uses geometric constraint for eliminating incorrect keypoint pairs. Experiments for evaluating the validity the proposed method were performed on MMU public database. The person recognition rate on left and right ocular image datasets showed 91.1% and 90.6% respectively. The performance represents about 5% higher accuracy than the SIFT-based method which has been widely used in a biometric field.

Gaze Detection in Head Mounted Camera environment (Head Mounted Camera 환경에서 응시위치 추적)

  • 이철한;이정준;김재희
    • Proceedings of the IEEK Conference
    • /
    • 2000.11d
    • /
    • pp.25-28
    • /
    • 2000
  • Gaze detection is to find out the position on a monitor screen where a user is looking at, using the computer vision processing. This System can help the handicapped to use a computer, substitute a touch screen which is expensive, and navigate the virtual reality. There are basically two main types of the study of gaze detection. The first is to find out the location by face movement, and the second is by eye movement. In the gaze detection by eye movement, we find out the position with special devices, or the methode of image processing. In this paper, we detect not the iris but the pupil from the image captured by Head-Mounted Camera with infra-red light, and accurately locate the position where a user looking at by A(fine Transform.

  • PDF

Detection of Gradual Scene Boundaries with Linear and Circular Moving Borders (선형 및 원형의 이동경계선을 가지는 점진적 장면경계 추출)

  • Jang, Seok-Woo;Cho, Sung-Youn
    • Journal of the Korea Society of Computer and Information
    • /
    • v.17 no.4
    • /
    • pp.41-49
    • /
    • 2012
  • This paper proposes a detection method of wipes including horizontal wipes with linear moving borders, such as horizontal or vertical wipes, Barn Doors, and Iris Rounds with circular moving borders. The suggested method first obtains a difference image between two adjacent frames, and extracts lines and circles by applying Hough transformation to the extracted difference image. Then, we detect wipe transitions by employing an evaluation function that analyzes the number of moving trajectories of lines or circles, their moving direction and magnitude. To evaluate the performance of the suggested algorithm, experimental results show that the proposed method can effectively detect wipe transitions with linear and circular moving borders rather than some existing methods.

Efficient Iris Region Detection (효율적인 홍채영역 검출)

  • 오종환;박철현;오상근;박길흠
    • Proceedings of the IEEK Conference
    • /
    • 2001.09a
    • /
    • pp.267-270
    • /
    • 2001
  • 홍채인식 시스템에서 입력된 영상으로부터 정합(matching)에 사용될 홍채 영역을 추출해 내는 과정은 필수적인 과정으로 빠른 처리 속도와 정확성을 요구한다. 기존의 원형검출기나 허프(Hough) 변환을 이용한 방법 등은 홍채의 바깥쪽과 안쪽 경계를 비교적 정확하게 검출해내는 장점이 있으나 탐색영역이 커서 수행시 간이 매우 많이 걸리는 단점이 있다. 따라서 본 논문에서는 이진화와 형태학적 연산(morphology)을 이용하는 새로운 탐색 영역 단축 방법을 제안한다. 제안한 방법은 기존의 홍채영역 검출 방법에 적용할 경우 수행 시간을 효율적으로 단축시킬 수 있다. 검출된 영역에 대해서 주성분 분석법(principal component analysis, PCA)을 이용해 매칭을 수행한 결과 약 95%의 인식율을 나타내었다.

  • PDF

Facial Features Detection Using Heuristic Cost Function (얼굴의 특성을 반영하는 휴리스틱 평가함수를 이용한 얼굴 특징 검출)

  • Jang, Gyeong-Sik
    • The KIPS Transactions:PartB
    • /
    • v.8B no.2
    • /
    • pp.183-188
    • /
    • 2001
  • 이 논문은 눈의 형태에 대한 정보를 이용하여 눈동자를 효과적으로 찾는 방법과 얼굴 특성을 반영하는 평가함수를 이용하여 눈동자, 입의 위치와 같은 얼굴 특징들을 인식하는 방법을 제안하였다. 색 정보를 이용하여 입술과 얼굴 영역을 추출하고 눈동자와 흰자위간의 명도 차를 이용하는 함수를 사용하여 눈동자를 인식하였다. 마지막으로 얼굴 특성을 반영하느 평가함수를 정의하고 이를 이용하여 최종적인 얼굴과 눈, 입을 인식하였다. 제안한 방법을 사용하여 여러 영상들에 대해 실험하여 좋은 결과를 얻었다.

  • PDF

ORAL MANIFESTATIONS OF THE AXENFELD-RIEGER SYNDROME (Axenfeld-Rieger 증후군의 치과적 소견)

  • Kang, Tae-Sung;Choi, Byung-Jai;Kim, Seong-Oh;Lee, Jae-Ho
    • Journal of the korean academy of Pediatric Dentistry
    • /
    • v.30 no.3
    • /
    • pp.510-514
    • /
    • 2003
  • The Axenfeld-Rieger syndrome is a rare autosomal dominant disorder characterized by dental and ocular abnormalities. The essential ocular features include partial or complete bilateral hypoplasia of the iris stroma, abnormalities of the angle structures with congenital iris adhesions, and anterior displacement of Schwalbe's corpuscles. Common oral findings are hypodontia(especially in anterior maxillary segment), microdontia, misshaped teeth, delayed eruption of the teeth. Additionally, other systemic symptoms can be seen and early detection by the pedodontist through dental diagnosis should prevent visual impairment.

  • PDF