Skip to content

ILoveFree2/selectiveSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is yiqing's implementation of selective search algorithm

one way to use it

is to run the demo.m file, and it will perform the selective search on single image

the other way to use it

is to run the testAllPicturesInDirectory.m file and it will perform the selective search on all the images in a directory, the result will also be written in the same directory

the original paper

the withoutTexture branch

I found out that there is some bug in the implementaton of the aniguass.c, so for now, I just ignore the texture part, so I create a new branch called withoutTexture, this branch does not produce bug when testing with large amount of data. To fix the bug is a TODO in the future.

About

my own MATLAB implementation of the selective search algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors