This is an implementation of the light field feature detector and descriptor from the paper:
[1] D. G. Dansereau, B. Girod, and G. Wetzstein, “LiFF: Light field features in scale and depth,” arXiv preprint arXiv:1901.03916, Jan. 2019. Paper and supplemental information are at https://arxiv.org/abs/1901.03916.
The functionality closely mirrors the SIFT feature detector and descriptor, but exploits information in the light field to deliver more robust and informative features. This works by searching for features with well-defined scale, as in SIFT, but also with well-defined depth, which manifest as slope in the light field. This rejects more spurious features, detects partially occluded features, and builds descriptors with greater immunity to partial occlusions, noise, and higher-order light transport effects. It also delivers a per-feature depth (slope) estimate.
Presently the toolbox is written for and comes with precompiled binaries for use from within MATLAB. If there's a demand this can be extended for use from C and Python. Usage closely mirrors the VLFeat Library, and much of the extensive documentation and tutorial material for SIFT features at http://www.vlfeat.org/ also applies to LiFF.
See README for details on usage.
Cite As
D. G. Dansereau, B. Girod, and G. Wetzstein, “LiFF: Light field features in scale and depth,” arXiv preprint arXiv:1901.03916, Jan. 2019.
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction > Local Feature Extraction > SIFT - Scale Invariant Feature Transform >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
lib/vlfeat-0.9.21/apps
lib/vlfeat-0.9.21/apps/recognition
lib/vlfeat-0.9.21/toolbox
lib/vlfeat-0.9.21/toolbox/aib
lib/vlfeat-0.9.21/toolbox/demo
lib/vlfeat-0.9.21/toolbox/fisher
lib/vlfeat-0.9.21/toolbox/geometry
lib/vlfeat-0.9.21/toolbox/gmm
lib/vlfeat-0.9.21/toolbox/imop
lib/vlfeat-0.9.21/toolbox/kmeans
lib/vlfeat-0.9.21/toolbox/misc
lib/vlfeat-0.9.21/toolbox/mser
lib/vlfeat-0.9.21/toolbox/noprefix
lib/vlfeat-0.9.21/toolbox/plotop
lib/vlfeat-0.9.21/toolbox/quickshift
lib/vlfeat-0.9.21/toolbox/sift
lib/vlfeat-0.9.21/toolbox/slic
lib/vlfeat-0.9.21/toolbox/special
lib/vlfeat-0.9.21/toolbox/vlad
lib/vlfeat-0.9.21/toolbox/xtest
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
0.0.1 |
|