All Projects → amusi → SIFT-GPU

amusi / SIFT-GPU

Licence: other
A CUDA implementation of SIFT

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Cuda
1817 projects

Projects that are alternatives of or similar to SIFT-GPU

ezSIFT
ezSIFT: An easy-to-use standalone SIFT library written in C/C++
Stars: ✭ 80 (+344.44%)
Mutual labels:  feature-detection, sift
imgalign
Webapplication for image stitching and aligning
Stars: ✭ 162 (+800%)
Mutual labels:  feature-detection, sift
Feature-Detection-and-Description
Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV
Stars: ✭ 31 (+72.22%)
Mutual labels:  feature-detection, sift
Feature-Detection-and-Matching
Feature Detection and Matching with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK through the Brute Force and FLANN algorithms using Python and OpenCV
Stars: ✭ 95 (+427.78%)
Mutual labels:  feature-detection, sift
Competitive-Feature-Learning
Online feature-extraction and classification algorithm that learns representations of input patterns.
Stars: ✭ 32 (+77.78%)
Mutual labels:  feature-detection
mods-light-zmq
MODS with external deep descriptors/detectors
Stars: ✭ 46 (+155.56%)
Mutual labels:  sift
Bag-of-Visual-Words
🎒 Bag of Visual words (BoW) approach for object classification and detection in images together with SIFT feature extractor and SVM classifier.
Stars: ✭ 39 (+116.67%)
Mutual labels:  sift
opencv android nonfree
No description or website provided.
Stars: ✭ 32 (+77.78%)
Mutual labels:  sift
scarplet
Topographic edge detection of fault scarps and other landforms in digital elevation data
Stars: ✭ 14 (-22.22%)
Mutual labels:  feature-detection
zAnalysis
zAnalysis是基于Pascal语言编写的大型统计学开源库
Stars: ✭ 52 (+188.89%)
Mutual labels:  sift
stipcv
Realtime implemnetation of spatial-temporal local features
Stars: ✭ 14 (-22.22%)
Mutual labels:  sift
OpenCV-Anime-Face-Detector
Using OpenCV to detect and mark face and eye features in videos and images. Anime and manga faces are also detected.
Stars: ✭ 20 (+11.11%)
Mutual labels:  feature-detection
Modernizr
Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.
Stars: ✭ 25,103 (+139361.11%)
Mutual labels:  feature-detection
sift-saltstack
Salt States for Configuring the SIFT Workstation
Stars: ✭ 82 (+355.56%)
Mutual labels:  sift
browsengine
Engine Detection Script for Browsers on Any Device
Stars: ✭ 17 (-5.56%)
Mutual labels:  feature-detection
SiftySifty
implements SIFT algorithm using pure c++
Stars: ✭ 25 (+38.89%)
Mutual labels:  sift
MTG-Card-Reader-Web
MTG-Card-Reader 2.0, built as a webpage.
Stars: ✭ 21 (+16.67%)
Mutual labels:  feature-detection
MTG-Card-Reader
Reads a Magic: The Gathering card in front of a webcam and identifies it in an existing database of cards of a user-specified set.
Stars: ✭ 32 (+77.78%)
Mutual labels:  feature-detection
SIFT-BoF
Feature extraction by using SITF+BoF.
Stars: ✭ 22 (+22.22%)
Mutual labels:  sift
mods
MODS (Matching On Demand with view Synthesis) is algorithm for wide-baseline matching.
Stars: ✭ 84 (+366.67%)
Mutual labels:  sift

SIFT-GPU

A CUDA implementation of SIFT:https://github.com/amusi/SIFT-GPU

配置

(待完成)见SIFT-GPU配置教程

测试

1.Release 模式

cd bin
./SimpleSIFT.exe

Release模式,输出结果:

[GPU VENDOR]: NVIDIA Corporation 1717MB TEXTURE: 16384 Image size : 800x600 Image loaded : ../data/800-1.jpg

Features: 3358

Features MO: 3923

Image size : 640x480 Image loaded : ../data/640-1.jpg

Features: 2383

Features MO: 2791

2279 sift matches were found;

2.Debug 模式

.\SimpleSIFT_d.exe

参考

Changchang Wu:http://cs.unc.edu/~ccwu

https://github.com/pitzer/SiftGPU

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].