Feature Extraction in Lowe's Sift
이전 댓글 표시
In Lowe's Implementation of sift it has a
[image, descriptors, locs] = sift('1.pgm'); where 1.pgm is the image
I have an output of
descriptors 199x128 double
image 250x250 unit8
locs 199x4 double
Question
1.) are the descriptors the feature vectors?
2.) if i want to write those feature vectors to a .txt file then how should i proceed?
3.) what are locs for in lowes code?
Thanks!
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 SIFT - Scale Invariant Feature Transform에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!