gpuSiftMatch(d1,d2,thresh,bunchSize,gpuEn,precision)
版本 1.0.0.0 (3.8 KB) 作者:
Ben Thomas
Fast SIFT feature matching using GPU
This feature matching code is designed to replace the ubc_match function from vl_feat (http://www.vlfeat.org/overview/sift.html)
This code is significantly faster when run on a compatible GPU.
引用格式
Ben Thomas (2025). gpuSiftMatch(d1,d2,thresh,bunchSize,gpuEn,precision) (https://www.mathworks.com/matlabcentral/fileexchange/63711-gpusiftmatch-d1-d2-thresh-bunchsize-gpuen-precision), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2016b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Image Processing and Computer Vision > Computer Vision Toolbox > Feature Detection and Extraction > Local Feature Extraction > SIFT - Scale Invariant Feature Transform >
在 Help Center 和 MATLAB Answers 中查找有关 SIFT - Scale Invariant Feature Transform 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | Removed requirement for function mWaitbar |