All Projects → amazingyyc → SiftySifty

amazingyyc / SiftySifty

Licence: BSD-2-Clause license
implements SIFT algorithm using pure c++

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to SiftySifty

ezSIFT
ezSIFT: An easy-to-use standalone SIFT library written in C/C++
Stars: ✭ 80 (+220%)
Mutual labels:  sift, sift-algorithm
zAnalysis
zAnalysis是基于Pascal语言编写的大型统计学开源库
Stars: ✭ 52 (+108%)
Mutual labels:  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 (+280%)
Mutual labels:  sift
SIFT
Implementation of Scale Invariant Feature Transform (SIFT) in C++ (using OpenCV) and MATLAB
Stars: ✭ 36 (+44%)
Mutual labels:  sift-algorithm
SIFT-GPU
A CUDA implementation of SIFT
Stars: ✭ 18 (-28%)
Mutual labels:  sift
ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language 🎉
Stars: ✭ 28 (+12%)
Mutual labels:  sift-algorithm
Feature-Detection-and-Description
Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV
Stars: ✭ 31 (+24%)
Mutual labels:  sift
SIFT-BoF
Feature extraction by using SITF+BoF.
Stars: ✭ 22 (-12%)
Mutual labels:  sift
opencv android nonfree
No description or website provided.
Stars: ✭ 32 (+28%)
Mutual labels:  sift
stipcv
Realtime implemnetation of spatial-temporal local features
Stars: ✭ 14 (-44%)
Mutual labels:  sift
mods
MODS (Matching On Demand with view Synthesis) is algorithm for wide-baseline matching.
Stars: ✭ 84 (+236%)
Mutual labels:  sift
LiPlate
🚥 Python library to read license plate numbers from images
Stars: ✭ 57 (+128%)
Mutual labels:  sift-algorithm
mods-light-zmq
MODS with external deep descriptors/detectors
Stars: ✭ 46 (+84%)
Mutual labels:  sift
sift-saltstack
Salt States for Configuring the SIFT Workstation
Stars: ✭ 82 (+228%)
Mutual labels:  sift
imgalign
Webapplication for image stitching and aligning
Stars: ✭ 162 (+548%)
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 (+56%)
Mutual labels:  sift
dodo detector
Python object detection package (uses TF models and OpenCV)
Stars: ✭ 19 (-24%)
Mutual labels:  sift-algorithm

SiftySifty

SiftySifty is a open source library that extract SIFT keypoins from a image. Writed by pure c++ and does't need any other library.

Include

Only include extracting SIFT keypoints form a image, does't contains match and display. The SIFT algorithm ref:Lowe, D. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision, 60, 2 (2004), pp.91--110. Website:http://www.cs.ubc.ca/~lowe/keypoints/

Demo

Running The demo must need OpenCV. The demo includes display the keypoints on a image and match between with OpenCV.

Display SIFT keypoints by SiftySifty

the keypoints that draws in the image is detected by SiftySifty and displayed by OepnCV.



Math the images using SIFT keypoints by SiftySifty

the keypoints that draws in the image is detected by SiftySifty and matching&display is by OepnCV.

Math the images using SIFT keypoints by SiftySifty and OpenCV

math keypoints between SiftySifty and OpenCV, left is SiftySifty, right is OpenCV. Displayed by OepnCV.

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].