문제

A keypoint descriptor is created by first computing the gradient magnitude and orientation at each image sample point in a region around the keypoint location. But i confused about the meaning of "region". what is the size of it? depends on the keypoint's magnitude ? or kernel size of Gaussian in the scale level which the keypoint found ? or else ?

도움이 되었습니까?

해결책

It depends on "kernel size of Gaussian in the scale level" - in sense "what region from original image we take". Also it depends on SIFT parameter - PatchSize (usually=41) to which size window in pixels we reproject region from the original image.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top