Skip to content

my own MATLAB implementation of the selective search algorithm

Notifications You must be signed in to change notification settings

CharlesShang/selectiveSearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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

About

my own MATLAB implementation of the selective search algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 90.8%
  • Python 7.9%
  • Shell 1.3%