Skip to content

jimmylomro/locky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Brightness Clustering Transform and Locally Contrasting Keypoints


This code uses opencv 3 libraries

Compilation

CMake and basic compilation tools are needed for this to work.

git clone https://github.com/jimmylomro/locky.git
cd locky
mkdir build
cd build
cmake ..
make

If the compilation goes well, directories with binaries and static link libraries should appear.

Usage

  • This code generates a static link library with the code for obtaining the LOCKY or the LOCKYS features. The parameters are straight forward according to the paper.
  • The last parameter 'bool bcts = true' sets the type of BCT to use. Set to 'true' for the BCTS as shown in this paper, or to 'false' to use the regular BCT as shown in this paper

This code has only been tested in OSX 10.11

Credits for the image im.jpg to Juan Romano


Author:

Jaime Lomeli-R. (2016) University of Southampton [email protected]

About

LOCKY Feature Detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published