definition : a scientific field that extracts information from digital imagesComputer vision started from the undergraduate summer project in 1966.a h
binary image : 0 or 1, 8bit에서는 0 or 255gray scale image : 0, 255color image : 0, 255 \* 3a sampling parameter, defined in dots per inch(DPI) or pixels
edge detection이란? : image 상에서 존재하는 급격한 변화(discontinuities)를 탐지하는 것.2차원 image를 curve의 set으로 convert하는 것.note : salient(중요한) feature를 뽑아낼 수 있다more compa
어떠한 image에 대해서 같은 특징을 가지고 있지만 다른 구도로 찍거나 주변 다른 feature들이 달라졌음에도 같은 feature를 matching할 수 있는지?AUTOSTITCH : image를 자동으로 꼬매준다.그렇기 위해서는 연속된 두 image 사이의 공유하
scale에 invariant한 descriptor를 찾아볼 것이다.이러한 상황에서 한가지 방법으로는 rescale the patchrescale the patch : crop하는 영역의 크기를 다르게 한다.하지만, 이렇게 scale을 바꿔가는 과정은 exhuastiv
Segmentation : identify groups of pixels that go togetherseparate image into coherent(동등한) "objects"Major process for segmentation : token = segmentat
stepstraining image $X$ image들로부터 feature를 뽑아내어 vector로 변환한다.그 vector들을 training시키고, label $Y$로부터 Loss를 측정하여 parameter $\\theta(a, b)$를 찾는다.학습된 parame