Usage of SIFT and SURF
조회 수: 1 (최근 30일)
이전 댓글 표시
Is it that for image classification, SIFT and SURF can only be used with Bag of Words and SVM? Can't someone directly feed SIFT and SURF features to classifiers like KNN, decision tree etc.?
댓글 수: 0
채택된 답변
Birju Patel
2022년 4월 14일
You can use SURF or SIFT (or any other image feature) to train other types of classifiers beyond SVM. In the end, the extracted features are nothing more than numeric vectors.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!