최근 포스트

Sequences

최대 1 분 소요

Introduction Sequences ordered lists of elements Sequence(수열) function from a subset of the integers to a set S ...

GrabCut

3 분 소요

Introduction Image Segmentation method object를 배경과 분리 모든 배경영역 = black boundary rectangle을 object에 꽉차게 그린다.

Image Segmentation

2 분 소요

Introduction image/video segmentation 디지털 영상을 여러개의 영역으로 분할 응용 Object classification 눈으로는 구별할 수 없지만 밝기값 측면에서 유사한 값들을 0/255 ...

Functions

1 분 소요

Functions = mappings or transformations f: A → B: function f from A to B A의 각 element는 B의 오직 한 element만 가짐 f(a) = b b: image of a a: p...