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.
引用格式
D. G. Dansereau, B. Girod, and G. Wetzstein, “LiFF: Light field features in scale and depth,” arXiv preprint arXiv:1901.03916, Jan. 2019.
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction > Local Feature Extraction > SIFT - Scale Invariant Feature Transform >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!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
无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
0.0.1 |
|