Mean area detection in the image using OpenCV

OpenCV를 이용한 영상에서의 특정 영역 검출

  • Published : 2018.05.31

Abstract

Most of the photographs or images of the present age have pixels of various colors that can not be recognized by human eyes. For a specific purpose, pixel-based image processing is inevitable rather than passive investigation using the human eye in order to find areas of color similar to the target color. In this paper, we try to detect all the pixels of the same color or the same color in the image. We will also try to find pixels within the error range that are similar in color to the color we are looking for.

현 시대의 대부분의 사진 혹은 영상에는 사람 눈으로 일일이 다 인식할 수 없을 만큼의 다양한 색을 가진 픽셀들이 분포한다. 특정 목적을 위하여 목표치의 색깔과 비슷한 색깔의 영역을 찾기 위해서는 사람의 눈을 이용한 수동적인 조사가 아닌 픽셀기반의 영상처리가 불가피하다. 본 논문에서는 영상 내에서 원하는 색 혹은 찾고자 하는 영역과 같은 색의 픽셀들은 모두 검출해내고자 한다. 또 더 나아가 찾고자 하는 색깔과 비슷한 색의 픽셀들도 오차 범위 내에서 찾아내고자 한다.

Keywords