Fire Image Processing Using OpenCV

OpenCV를 사용한 화재 영상 처리

  • Published : 2009.05.22

Abstract

In this paper, we propose new image processing method to detect fire image. At captured image from camera, we using OpenCV library to implement various image processing techniques such like differential image, binarization image, contour extraction, remove noise(morphology open, close), pixel calculation, flickering extraction, etc.

본 논문에서는 화재 영상을 검출하기 위한 새로운 영상처리 기법을 제안한다. 카메라에서 획득한 영상에서 화재 영상 검출에 필요한 차영상, 이진화 영상, 윤곽선 검출, 노이즈 제거(열림, 닫힘 연산), 픽셀검사[1], 플리커링 검사[2]등 영상처리기법들을 구현하기 위하여 OpenCV라는 영상처리 라이브러리를 사용하였다.

Keywords