본 논문에서는 가우시안 배경 추출과 입력영상을 이용한 이동 객체 영역 Edge 검출 방법을 제안한다. 입력되는 영상으로부터 배경을 추출한 후 배경과 입력영상의 Edge를 구하고 그 두 영상의 차 연산을 통해 움직이는 객체의 대략적인 형태가 포함된 Edge 영상을 알아낸다. 그 다음 닫힘 연산을 통해 끊어진 Edge 성분들을 서로 연결시킨다. 그 후 각각의 Edge의 길이를 비교하여 일정 길이 이하의 Edge 성분을 제거함으로써 최종적으로 이동객체 영역의 Edge을 검출한다. 제안한 방법으로 실험을 통해 성능을 확인하였다.
This paper suggests the edge detection of moving objects using the gaussian background extraction and input image. After extracting the background from input image, we can get the edge images from the background image and the input image, respectively. we can obtain the edge image include rough shape of moving objects by subtraction of those edge images. And then, by the closing operation of morphology we are able to connect between broken edge elements. Next, through comparing the length of between edge elements, we removed the edge elements under a specific length and finally can detect the edge of moving objects. we confirmed the performence using experiment with our proposal.