Bag of Visual Words

버전 1.0.0.2 (21.1 KB) 작성자: Mahmoud Afifi
Matlab (GUI) implementation for Bag of Visual words.
다운로드 수: 685
업데이트 날짜: 2019/1/4

라이선스 보기

Matlab (GUI) implementation for Bag of Visual words.

This implementation is based on Matlab functions and Vlfeat lib.
The number of visual words=200, to change it:
from line 87 in bovw_sift.m
from line 76 in bovw_surf.m
Download the VLFeat binary package (version 0.9.20) from the following link:
http://www.vlfeat.org/download.html
Extract vlfeat-0.9.20-bin in the root of the BoVW directory.

Add the following line in vlfeat-0.9.20-bin\vlfeat-0.9.20\toolbox\vl_setup.m:
addpath(fullfile(root,'apps','recognition'));

1- Run BoVW.m
2- Choose the number of classes
3- Browse image folders (folder for each class)
4- Choose descriptor (SIFT or SURF)
5- Train (5-fold validation)
6- Test using new images

인용 양식

Mahmoud Afifi (2024). Bag of Visual Words (https://www.mathworks.com/matlabcentral/fileexchange/62232-bag-of-visual-words), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.2

.

1.0.0.1

description update

1.0.0.0