• 제목/요약/키워드: Color computer vision

검색결과 214건 처리시간 0.028초

눈 주위의 피부색을 이용한 피부영역검출과 입술검출에 관한 연구 (A Study on Extraction of Skin Region and Lip Using Skin Color of Eye Zone)

  • 박영재;장석우;김계영
    • 한국컴퓨터정보학회논문지
    • /
    • 제14권4호
    • /
    • pp.19-30
    • /
    • 2009
  • 본 논문에서는 입력된 영상에서 얼굴의 구성요소와 얼굴을 검출하는 방법을 제안하고자 한다. 얼굴 구성 요소탐지 방법으로는 EyeMap과 MouthMap을 이용하여 눈과 입술을 검출하는 방법을 사용한다. 먼저 눈의 영역을 찾은 후에 그 주변의 색상을 이용하여 피부 영역의 색상값 분포를 찾는다. 피부영역은 YCbCr에서 특징적인 분포를 나타내는데 이를 이용하여 배경영역과 피부영역을 분리한다. 피부영역으로 검출된 영역의 색상값 분포를 찾고 전체 영상에 그 분포와 근거리에 있는 영역들을 피부영역으로 검출한다. 여기서 추출된 피부영역을 기반으로 MouthMap을 구하여 입술을 검출한다. 기존의 방법과 달리 환경에 적응된 피부색상모델을 만들 수 있어 피부 영역 검출에서 좋은 결과를 얻을 수 있을 뿐 아니라 보다 정확한 입술영역을 찾을 수 있다.

색상 검출 알고리즘을 활용한 물고기로봇의 위치인식과 군집 유영제어 (Position Detection and Gathering Swimming Control of Fish Robot Using Color Detection Algorithm)

  • 무하마드 아크바르;신규재
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2016년도 추계학술발표대회
    • /
    • pp.510-513
    • /
    • 2016
  • Detecting of the object in image processing is substantial but it depends on the object itself and the environment. An object can be detected either by its shape or color. Color is an essential for pattern recognition and computer vision. It is an attractive feature because of its simplicity and its robustness to scale changes and to detect the positions of the object. Generally, color of an object depends on its characteristics of the perceiving eye and brain. Physically, objects can be said to have color because of the light leaving their surfaces. Here, we conducted experiment in the aquarium fish tank. Different color of fish robots are mimic the natural swim of fish. Unfortunately, in the underwater medium, the colors are modified by attenuation and difficult to identify the color for moving objects. We consider the fish motion as a moving object and coordinates are found at every instinct of the aquarium to detect the position of the fish robot using OpenCV color detection. In this paper, we proposed to identify the position of the fish robot by their color and use the position data to control the fish robot gathering in one point in the fish tank through serial communication using RF module. It was verified by the performance test of detecting the position of the fish robot.

Chessboard and Pieces Detection for Janggi Chess Playing Robot

  • Nhat, Vo Quang;Lee, GueeSang
    • International Journal of Contents
    • /
    • 제9권4호
    • /
    • pp.16-21
    • /
    • 2013
  • Vision system is an indispensable part of constructing the chess-playing robot. Chessboard detection and pieces localization in the captured image of robot's camera are important steps for processes followed such as pieces recognition, move calculation, and robot controlling. We present a method for detecting the Janggi chessboard and pieces based on the edge and color feature. Hough transform combined with line extraction is used for segmenting the chessboard and warping it to form the rectangle shape in order to detect and interpolate the lines of chessboard. Then we detect the existence of pieces and their side by applying the saliency map and checking the color distribution at piece locations. While other methods either work only with the empty chessboard or do not care about the piece existence, our method could detect sufficiently side and position of pieces as well as lines of the chessboard even if the occlusion happens.

3차원 거리와 색상 특징을 결합한 피부영역 추출 (Skin Region Extraction Combining 3D Depth and Color Features)

  • 장석우;박영재;김계영;이숙윤
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2012년도 제45차 동계학술발표논문집 20권1호
    • /
    • pp.201-204
    • /
    • 2012
  • 본 논문에서는 입력되는 스테레오 영상으로부터 3차원의 깊이 특징과 색상 특징을 결합하여 피부색상 영역을 보다 정확하게 검출하는 방법을 제안한다. 본 논문에서 제안된 방법은 우선 스테레오 정합 기법을 이용하여 좌우 영상으로부터 3차원의 깊이 특징을 추출한다. 그런 다음, 유사한 깊이 특징을 가지는 영역을 그룹화하고, 그룹화된 영역 중에서 피부색상을 나타내는 영역을 실제 피부영역이라고 판단한다. 실험에서는 2차원 위주의 기존의 피부영역 추출 방법과 제안된 방법의 성능을 정확도 측면에서 평가하였다. 결과적으로 제안된 방법은 3차원의 깊이 정보와 색상 정보를 효과적으로 결합함으로써 배경 영역에서 부정확하게 검출되는 피부영역 추출 오류를 상당수 제거하는 효과를 가진다.

  • PDF

증강현실 서비스를 위한 Camshift와 SURF를 개선한 객체 검출 및 추적 구현 (Implementation of Improved Object Detection and Tracking based on Camshift and SURF for Augmented Reality Service)

  • 이용환;김흥준
    • 반도체디스플레이기술학회지
    • /
    • 제16권4호
    • /
    • pp.97-102
    • /
    • 2017
  • Object detection and tracking have become one of the most active research areas in the past few years, and play an important role in computer vision applications over our daily life. Many tracking techniques are proposed, and Camshift is an effective algorithm for real time dynamic object tracking, which uses only color features, so that the algorithm is sensitive to illumination and some other environmental elements. This paper presents and implements an effective moving object detection and tracking to reduce the influence of illumination interference, which improve the performance of tracking under similar color background. The implemented prototype system recognizes object using invariant features, and reduces the dimension of feature descriptor to rectify the problems. The experimental result shows that that the system is superior to the existing methods in processing time, and maintains better problem ratios in various environments.

  • PDF

저조도 환경에 적합한 이색도 반사 모델을 이용한 색 복원 기법 (Color Restoration Method Using the Dichromatic Reflection Model for Low-light-level Environments)

  • 이우람;전우경;전병민
    • 한국산학기술학회논문지
    • /
    • 제15권12호
    • /
    • pp.7324-7330
    • /
    • 2014
  • 미약한 광원 및 조명이 존재하는 환경에서 획득된 저조도 영상에는 많은 색 왜곡이 발생한다. 이러한 색 왜곡은 해당 비전 시스템의 성능 저하를 발생시킬 수 있는 원인이 된다. 따라서 저조도 영상의 원래 색을 찾는 과정은 비전 시스템의 성능 향상을 위한 중요한 과정이다. 이를 위해 본 논문에서는 저조도 영상을 대상으로 한 이색도 반사 모델 기반의 색 복원 기법을 제안한다. 제안한 기법은 이색도 반사 모델을 기반으로 저조도 영상을 확산 반사와 정반사의 영향을 받는 영역으로 구분한다. 이후 각 영역에 미치는 조명 효과를 제거하기 위하여 grey world 기법과 MSRCR 기법을 적용한다. 마지막으로, 두 기법을 적용하여 생성된 결과 영상에 대해 위치별 가중치를 이용하여 두 영상을 조합하여 최종 결과 영상을 생성한다. 본 논문에서는 성능 평가를 위하여 저조도 합성 영상을 사용하였고, 유클리드 거리 및 각 오차를 성능 평가 요소로 활용하였다. 또한 기존에 연구되었던 다양한 기법과의 성능 비교를 수행하여 성능 평가의 객관성을 확보하였다. 다양한 영상 셋을 이용한 실험에서 제안한 기법은 기존의 기법들에 비해 두 성능 평가요소 관점에서 GTD 영상에 가까운 색 복원이 가능함을 보였다.

Saliency Detection based on Global Color Distribution and Active Contour Analysis

  • Hu, Zhengping;Zhang, Zhenbin;Sun, Zhe;Zhao, Shuhuan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제10권12호
    • /
    • pp.5507-5528
    • /
    • 2016
  • In computer vision, salient object is important to extract the useful information of foreground. With active contour analysis acting as the core in this paper, we propose a bottom-up saliency detection algorithm combining with the Bayesian model and the global color distribution. Under the supports of active contour model, a more accurate foreground can be obtained as a foundation for the Bayesian model and the global color distribution. Furthermore, we establish a contour-based selection mechanism to optimize the global-color distribution, which is an effective revising approach for the Bayesian model as well. To obtain an excellent object contour, we firstly intensify the object region in the source gray-scale image by a seed-based method. The final saliency map can be detected after weighting the color distribution to the Bayesian saliency map, after both of the two components are available. The contribution of this paper is that, comparing the Harris-based convex hull algorithm, the active contour can extract a more accurate and non-convex foreground. Moreover, the global color distribution can solve the saliency-scattered drawback of Bayesian model, by the mutual complementation. According to the detected results, the final saliency maps generated with considering the global color distribution and active contour are much-improved.

쇠고기 등급판정을 위한 이동형 컴퓨터시각 장치 및 살코기 추출 알고리즘 개발 (Development of Mobile Type Computer Vision System and Lean Tissue Extraction Algorithm for Beef Quality Grading)

  • 최선;;황헌
    • Journal of Biosystems Engineering
    • /
    • 제30권6호통권113호
    • /
    • pp.340-346
    • /
    • 2005
  • Major quality features of the beef carcass in most countries including Korea are size, marbling state of the lean tissue, color of the fat and lean tissue, and thickness of back fat of the 13th rib. To evaluate the beef quality, extracting loin parts from the sectional image of the 13th beef rib is crucial and is the first step. However, because of the inhomogeneous distribution and fuzzy pattern of the fat and lean tissues on the beef cut, it is difficult to extract automatically the proper contour of the lean tissue. In this paper, a prototype mobile beef quality measurement system, which can be implemented practically at the beef processing site was developed. The developed system was composed of the hand held image acquisition unit and mobile processing unit mounted with touch-pad screen. Algorithms to extract the boundary of the lean tissue and a proper tool to evaluate the marbling status have been developed using color image processing. The boundary extraction algorithm showed successful results for the beef cuts with simple and moderate patterns of the lean tissue and fat. However, it had some difficulty in eliminating complex pattern of the extraneous tissues adhered to the lean tissue in the boundary extraction. The developed algorithms were implemented to the prototype mobile processing unit.

칼라 불변 기반의 특징점을 이용한 영상 모자이킹 (Image Mosaicking Using Feature Points Based on Color-invariant)

  • 권오설;이동창;이철희;하영호
    • 대한전자공학회논문지SP
    • /
    • 제46권2호
    • /
    • pp.89-98
    • /
    • 2009
  • 컴퓨터 비전 분야에서 영상 모자이킹 (Image Mosaicking)은 제한된 시야각의 카메라를 사용하여 획득한 여러 장의 중첩된 영역을 가지는 영상을 한 장의 영상으로 정합하여 나타내는 기법이다. 최근에는 연속된 영상에서 카메라의 기학학적인 움직임 때문에 발생하는 영상의 왜곡이나 밝기 차에 관계없이 정확한 정합을 수행하기 위해서 특징점을 기반으로 서술자를 구성하는 정합 방법이 많이 연구되고 있다. 그러나 대부분의 특징점 검출 알고리즘들은 영상의 밝기값 기반의 처리 과정을 수행하기 때문에 영상의 칼라 성분은 다르지만 밝기값이 비슷한 경우, 또는 동영상에서 시간의 흐름에 따라 광원이 변화하는 경우에는 광원의 영향에 따라 검출되는 특징점의 수와 각각의 지역 서술자의 특성이 변하여 정확한 대응점을 검출하는데 오류를 유발하게 된다. 이런 문제점을 해결하기 위해서 본 논문은 영상의 칼라 정보를 이용한 특징점 기반의 영상 모자이킹 방법을 제안하였다. 디지털 칼라 카메라로부터 획득한 디지털 값을 좁은 대역을 갖는 가상의 카메라 출력값으로 변환하여 물체의 분광 반사율 기반의 값으로 유도하고 이것을 광원의 변화에 불변하는 칼라 불변 값 (Color-Invariant Value)으로 정의하였다. 제안된 칼라 불변값의 유효성을 검증하기 위해서 시뮬레이션된 광원들과 Macbeth Color-Checker를 이용하여 확인하였으며, 실험결과에서 제안한 방법과 기존의 SIFT 알고리즘을 비교를 통해 제안된 방법의 정합율의 향상을 확인하였다.

조명에 의한 채도 왜곡에 강건한 피부 색상 보정 방법 (The Robust Skin Color Correction Method in Distorted Saturation by the Lighting)

  • 황대동;이근수
    • 한국산학기술학회논문지
    • /
    • 제16권2호
    • /
    • pp.1414-1419
    • /
    • 2015
  • 영상에서 피부영역을 탐지하는 방법은 색상 정보를 이용하여 탐지하는 방법이 일반적이다. 하지만 영상의 채도가 낮아지는 경우 색상정보가 손실되어 올바른 피부영역 탐지가 어렵다는 단점이 있다. 따라서 본 논문은 촬영 시 밝은 조명에 의해 채도 정보가 낮아진 피부 영상의 색상 보정 방법을 제안한다. 제안한 방법의 색상 보정 절차는 채도 영상 획득 및 저채도 영역 분류, 영역 분할, 분할한 저채도 영역에서의 채도 및 색상값 추출, 색상 보정 순이다. 이 방법은 영상에서 채도가 낮은 부분을 추출한 후 해당 영역 및 주변영역의 색상과 채도를 추출하는 방법을 통해 원 색상과 유사한 색상을 예측하여 적용한다. 따라서 저채도 영역을 올바르게 산출하는 방법이 선행되어야 한다. 저채도 영역을 구하는 과정에서 보다 정확한 영역 분할을 위하여 HSV 색상공간의 Hue 값에 오츠가 제안한 다중문턱치를 이용하여 이진 영상을 만든 후 사용하였다. 170장의 인물 사진들을 사용하여 실험을 수행한 결과, 제안한 방법을 사용하지 않은 피부 결과에 비해 약 5.8% 이상 검출율이 높게 나타났으며, 제안하는 방법이 피부색 탐지를 위한 전처리에 적합함을 확인하였다.