Skip to content

Insanely fast CUDA LATCH: fully scale- and rotation-invariant 512-bit binary descriptor for computer vision

License

Notifications You must be signed in to change notification settings

komrad36/CLATCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

baefa18 · Mar 23, 2021

History

6 Commits
Sep 14, 2016
Jan 16, 2017
Oct 14, 2016
Mar 23, 2021
Oct 7, 2016
Sep 14, 2016
Oct 14, 2016
Sep 14, 2016

Repository files navigation

Fastest implementation of the fully scale- and rotation-invariant LATCH 512-bit binary feature descriptor as described in the 2015 paper by Levi and Hassner:

"LATCH: Learned Arrangements of Three Patch Codes" http://arxiv.org/abs/1501.03719

See also the ECCV 2016 Descriptor Workshop paper, of which I am a coauthor:

"The CUDA LATCH Binary Descriptor" http://arxiv.org/abs/1609.03986

And the original LATCH project's website: http://www.openu.ac.il/home/hassner/projects/LATCH/

This implementation is insanely fast, matching or beating the much simpler ORB descriptor despite outputting twice as many bits AND being a superior descriptor.

A key insight responsible for much of the performance of this laboriously crafted CUDA kernel is due to Christopher Parker (https://github.com/csp256), to whom I am extremely grateful.

CUDA CC 3.0 or higher is required.

All functionality is contained in the files CLATCH.h and CLATCH.cu. 'main.cpp' is simply a sample test harness with example usage and performance testing.

About

Insanely fast CUDA LATCH: fully scale- and rotation-invariant 512-bit binary descriptor for computer vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published