Skip to content

An example code showing the usage of Bag-Of-Words and Feature Extraction Utilities of OpenCV

License

Notifications You must be signed in to change notification settings

cagbal/Bag-of-Words_OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

This program calculates the Harris and SIFT Features of two different images and then applies Bag-of-Words methods on training images and calculates the histogram of visual words by using OpenCV API.

Cagatay Odabasi - cagatayodabasi91@gmail.com

Usage:

Please put two different images for finding Harris/SIFT features and all 20 training images and 4 test images for BOW on same directory with exe. You need to name training images as "train_" + training_image_number(train_1, train_2...), also the test images like "test_1", "test_2" .. and the image format must be jpeg.

Run Command:

name_of_program.exe living_room.jpg living_room_2.jpg

then program will help user to navigate.

Before compiling, please add lib_color and lib_features libraries to project.

Credits

About

An example code showing the usage of Bag-Of-Words and Feature Extraction Utilities of OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages