• Title/Summary/Keyword: 윤곽

Search Result 1,333, Processing Time 0.024 seconds

Object Contour Tracking Using Snakes in Stereo Image Sequences (스테레오 동영상에서 스네이크를 이용한 객체윤곽 추적 알고리즘)

  • Kim Shin-Hyoung;Jang Jong Whag
    • The KIPS Transactions:PartB
    • /
    • v.12B no.7 s.103
    • /
    • pp.767-774
    • /
    • 2005
  • In this paper, we present a snake-based scheme for tracking object contour using disparity information taken from a stereo image sequence with cluttered background. The proposed method is composed of two steps. First, 3-D motion of object is estimated and candidate snake points are selected in disparity space. Second, object contour is extracted by using a modified snake algorithm with disparity information. The proposed algorithm can successfully extract the concave contour of objects and track the object contour in complex image. Performance of the proposed algorithm has been verified by simulation.

The Implementation of Content-based Image Retrieval System Using Contours and Lines (윤곽과 선분을 이용한 내용기반 화상정보 검색시스템의 구현)

  • Jeong, Won-Il;Gu, Jeong-Hyeon;Choe, Gi-Ho
    • The Transactions of the Korea Information Processing Society
    • /
    • v.3 no.3
    • /
    • pp.683-695
    • /
    • 1996
  • In this paper, we implemented the content-based image retrieval system that indexes and retrieves the images by acquiring contour information of images and by extracting lines from the object. For this purpose, we proposed the advanced line extraction algorithm called FSLHT(Flexible SLHT) which covers drawback of SLHT(Straight Line Hough Transform)andapplied aDP(Dynamic Programming)algorithm to getadesirable similarity ofimages by lines. We estimated the contour features as a key value of sampled region to compensate for the problem that image contours are heavily depend on the noise. When performing the Hough transform we calculated the directionality based on the perceptual organization and transformed according to this direction to overcome the problem of time consuming and discontinuity.

  • PDF

Balloon-like Active Contour Model Using Variable Closet Points (가변적인 폐쇄 점들을 이용한 풍선 형태의 능동 윤곽 모델)

  • Yi, Chu-Ho;Jeong, Seung-Do;Cho, Jung-Won
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.13 no.8
    • /
    • pp.3654-3659
    • /
    • 2012
  • Active contour model or snake is widely used for segmentation method in the area of the image processing and computer vision. The main problem in the active contour model is that results are very dependent to the closet points of the numbers and the location in initial step. Especially, in case of balloon-like active contour model, the small region which consist of intial closet points are expanded until the edge is reached. It is a serious problem because the considered region are huge with limited points. To solve this problem, in this paper, we propose the method that the number of closet points could be change based on the distance between points.

A Fine Dust Measurement Technique using K-means and Sobel-mask Edge Detection Method (K-means와 Sobel-mask 윤곽선 검출 기법을 이용한 미세먼지 측정 방법)

  • Lee, Won-Hyeung;Seo, Ju-Wan;Kim, Ki-Yeon;Lin, Chi-Ho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.22 no.2
    • /
    • pp.97-101
    • /
    • 2022
  • In this paper, we propose a method of measuring Fine dust in images using K-means and Sobel-mask based edge detection techniques using CCTV. The proposed algorithm collects images using a CCTV camera and designates an image range through a region of interest. When clustering is completed by applying the K-means algorithm, outline is detected through Sobel-mask, edge strength is measured, and the concentration of fine dust is determined based on the measured data. The proposed method extracts the contour of the mountain range using the characteristics of Sobel-mask, which has an advantage in diagonal measurement, and shows the difference in detection according to the concentration of fine dust as an experimental result.

Lip Contour Detection by Multi-Threshold (다중 문턱치를 이용한 입술 윤곽 검출 방법)

  • Kim, Jeong Yeop
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.9 no.12
    • /
    • pp.431-438
    • /
    • 2020
  • In this paper, the method to extract lip contour by multiple threshold is proposed. Spyridonos et. el. proposed a method to extract lip contour. First step is get Q image from transform of RGB into YIQ. Second step is to find lip corner points by change point detection and split Q image into upper and lower part by corner points. The candidate lip contour can be obtained by apply threshold to Q image. From the candidate contour, feature variance is calculated and the contour with maximum variance is adopted as final contour. The feature variance 'D' is based on the absolute difference near the contour points. The conventional method has 3 problems. The first one is related to lip corner point. Calculation of variance depends on much skin pixels and therefore the accuracy decreases and have effect on the split for Q image. Second, there is no analysis for color systems except YIQ. YIQ is a good however, other color systems such as HVS, CIELUV, YCrCb would be considered. Final problem is related to selection of optimal contour. In selection process, they used maximum of average feature variance for the pixels near the contour points. The maximum of variance causes reduction of extracted contour compared to ground contours. To solve the first problem, the proposed method excludes some of skin pixels and got 30% performance increase. For the second problem, HSV, CIELUV, YCrCb coordinate systems are tested and found there is no relation between the conventional method and dependency to color systems. For the final problem, maximum of total sum for the feature variance is adopted rather than the maximum of average feature variance and got 46% performance increase. By combine all the solutions, the proposed method gives 2 times in accuracy and stability than conventional method.

Image Zooming Algorithm using Edge-Preserving Quadratic Spline Interpolation Filter (윤곽보존형 Quadratic Spline Interpolation filter를 이용한 고해상도 영상 확대 알고리즘 구현)

  • 김효주;정창성
    • Proceedings of the IEEK Conference
    • /
    • 2000.09a
    • /
    • pp.659-662
    • /
    • 2000
  • 다양한 보간 기법을 정리해 보고 이를 통해서 기존의 보간 기법의 한계를 고찰해 본다. 보간의 효율성과 보간 결과 영상의 화질과는 Trade off 관계가 있으며, 이를 적절한 수준에서 결정하는 것은 중요한 문제이다. 본 논문에서는 Quadratic B-spline을 기저 함수로 하는 윤곽보존형 보간 필터를 사용한 영상확대 알고리즘을 제안한다. Unser의 Cardinal Cubic spline함수에 비해 적은 하드웨어만으로도 이상적인 저역 통과 필터의 특성을 가지며, 입력영상의 윤곽의 방향성을 고려한 적응적인 보간 기법의 적용으로 화질이 우수한 영상확대 알고리즘을 제안한다.

  • PDF

Preprocessing for utilize facial shape information (얼굴윤곽 정보 활용을 위한 얼굴영상 전처리)

  • 유연희;고재필;변혜란
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.04c
    • /
    • pp.337-339
    • /
    • 2003
  • 얼굴인식은 얼굴 요소간의 지형적 특징보다 얼굴 영역 영상을 그대로 사용하여 인식하는 외관기반(appearance-based) 방법이 선호된다. 이때, 배경의 영향을 배제하기 위해 얼굴요소정보를 포함하는 최소 사각 영역을 사용하거나, 타원 마스크를 적용한다. 그러나, 이러한 전처리 방법은 개인별 외관특징으로써의 얼굴 윤곽 정보를 활용하지 못하게 한다. 본 논문에는 얼굴의 윤곽정보를 추출하기 위한 전처리 절차를 제안하고, ORL 얼굴 데이터에 대한 인식률 실험을 통해 제안하는 방법이 얼굴인식 성능을 크게 향상시킬 수 있음을 보인다.

  • PDF

LINE PROFILES DEPENDENT ON THE OPACITY PARAMETER IN AZ CAS (AZ Cas의 불투명도 계수에 따른 선윤곽)

  • 김경미;최규홍
    • Journal of Astronomy and Space Sciences
    • /
    • v.10 no.2
    • /
    • pp.146-151
    • /
    • 1993
  • AZ Cas는 B형의 주계열 별과 확장 대기를 가진 만기형으로 이루어진 쌍성계이다. 근성점 근처에서 Roche lobe를 채운 초거성으로부터 일어나는 질량 흐름이 미치는 효과를 구하기 위해 궤도위상 0.05와 0.09에서 불투명도 계수에 따른 AZ Cas의 선윤곽을 계산하였다. 원천 함수는 Hempe(1982)의 방법을 따라 Sobolev 근사방법을 이용하였으며 불투명도 계수가 클수록 넓은 흡수 부분을 가진 강한 선윤곽을 보였다. 궤도 위상 0.05의 부분식이세 나타난 bump는 흡수선위에 포피의 산란에 의해 생긴 방출선이 중첩되어 나타난 재방출 효과인 것으로 설명된다.

  • PDF

A Visual Model for Extracting the Feature Points from Geometrical Illusions (기하학적 착시에 특징점 추출을 위한 시각 모델)

  • 정은화;홍경호
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2002.11b
    • /
    • pp.93-96
    • /
    • 2002
  • 불연속선에 의해 생성된 기하학적 착시에서 특징 점들을 추출하는 시각 모델을 제안한다. 기하학적 착시는 선이나 원으로 구성된 것으로서 인간의 정보처리 경로를 통해 발생하는 인지현상중의 하나이다. 이러한 인지 현상은 외부 세계에 존재하는 동일한 강도의 물리적 에너지를 주변자극의 영향 때문에 실제와 다르게 해석하는 현상이다. 착시 그림들로부터 착시 윤곽을 이루는 특징 점을 추출하는 시각 모델을 제안한다. 제안된 인식 모델은 윤곽 추출, 시각 특징 추출, 시각특징 복원, 유도 자극 추출, 이미지 복원 및 이미지 연산 단계로 구성된다. 제안된 모델은 불연속적인 선에 의해 나타나는 착시 윤곽에서 특징 자극들을 추출한다.

  • PDF

Binary Image Trimming using Chain Code (체인 코드를 이용한 이진 영상 트리밍)

  • Jung, Min-Chul
    • Proceedings of the KAIS Fall Conference
    • /
    • 2007.05a
    • /
    • pp.216-219
    • /
    • 2007
  • 본 논문에서는 영상 인식을 위해 그레이 레벨로 획득된 영상을 이진화할 때 발생되어 패턴의 윤곽선을 울퉁불퉁하게 만드는 랜덤 노이즈를 제거하기 위한 방법으로 체인 코드 트리밍(chain code trimming) 을 제안한다. 제안된 방법은 패턴의 외부 윤곽선과 내부 윤곽선의 체인 코드 분석을 통해 랜텀 노이즈의 체인 코드를 제거, 교정함으로서 이루어진다. 실험에서는 트리밍을 사용하기전과, 단순 트리밍을 한 경우, 체인 코드 트리밍을 한 경우를 서로 바로, 분석한다. 실험 결과는 패턴에 첨부되었던 랜덤 노이즈가 모두 성공리에 제거된 것을 보인다.

  • PDF