검색 상세

빠른 이미지 분할 및 합성을 위한 시스템 구현

A Fast Image Segmentation and Matting System

초록/요약

The image segmentation has been researched long time, and there are so many algorithms and theories. In this paper, we calculate local cost using edge information and gradient. And the edge line of the foreground image is decided by dijkstra algorithm. Based on this edge line, we draw an unknown area of the image and decide the actual foreground area. We use image scaling at the time of deciding edge line, so the image segmentation and composition is much faster than an existed method. Also we use control point rather than drawing unknown area, we can easily process image segmentation and composition.

more

목차

제1장 서론 = 1
제2장 관련연구 = 4
제3장 이미지 분할 및 합성 시스템 = 8
제1절 기본 시스템 구성 = 8
제2절 이미지 특징 추출 및 다운샘플링 = 9
제3절 외곽선 추출 및 미확인 영역설정 = 11
제4절 미확인 영역의 계산 및 분할 = 13
제4장 실험결과 = 18
제1절 실험환경 = 18
제2절 실험결과 및 고찰 = 18
제5장 결론 = 22

more