sift-algorithm
There are 136 repositories under sift-algorithm topic.
Avinash793/panoramic-image-stitching
Create panorama image using invariant features from given set of overlapping images.
adumrewal/SIFTImageSimilarity
Interactive code for image similarity using SIFT algorithm
robertwgh/ezSIFT
ezSIFT: An easy-to-use standalone SIFT library written in C/C++
codeperfectplus/ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language :tada:
laddng/LiPlate
:traffic_light: Python library to read license plate numbers from images
Mehrab-Kalantari/Multi-Modal-House-Price-Estimation
House price estimation from visual and textual features using both machine learning and deep learning models
phoenix16/SIFT
Implementation of Scale Invariant Feature Transform (SIFT) in C++ (using OpenCV) and MATLAB
dani-amirtharaj/KeyPointDetection-Homography-EpipolarGeometry
Programs to detect keyPoints in Images using SIFT, compute Homography and stitch images to create a Panorama and compute epilines and depth map between stereo images.
amazingyyc/SiftySifty
implements SIFT algorithm using pure c++
github-anis-snoussi/CutCat
Copy objects from real life and directly paste them on a background image using only your phone's camera
douglasrizzo/dodo_detector
Python object detection package (uses TF models and OpenCV)
JosephP91/obstacle-avoidance
Obstacle Avoidance for small UAVs using monocular vision
siddharthtelang/SfM
3D scene reconstruction and camera pose estimation given images from different views (Structure from Motion)
stanleyedward/panorama-image-stitching
Panorama image stitching using SIFT algorithm, Homography, RANSAC and weighted blending in OpenCV.
aasthac67/Fingerprint-Matching
This project takes in an image of a finger, then preprocesses this input image to extract the fingerprint and using SIFT, checks if this fingerprint is already present in the database.
LevyHsu/Momus
An anti-matching image processing tool 反图片匹配工具
HobbySingh/Vision-Based-Fixed-Wing-Landing
This research uses computer vision and machine learning for implementing a fixed-wing-uav detection technique for vision based net landing on moving ships. A rudimentary technique using SIFT descriptors, Bag-of-words and SVM classification was developed during the study.
Mini-Sylar/Fingerprint-Matching-System
Fingerprint Matching System Final Year Project
docongminh/Classification-SIFT-SVM
Build a classifier to classify transport using sift and svm
avinashsen707/2D-Object-Pose-Estimation---Realsense-D435
Object 2D Pose Estimation trained by RGB Data - Using Intel® RealSense D435
abhidtu2014/Image-splicing-detection-python
Splicing detection | ML
harsha-yel/Stereo-disparity
Finds the stereo disparity between a pair of stereo images using SIFT and ORB algorithms
Kumaava/Facial_Emotion_classifier
Using the sift features and SVM classifier on images.
AdityaDutt/SIFT-Algorithm
Demonstration of sift algorithm to track objects and observing the effect of each parameter on performance.
akzare/ACL_EZSIFT
ezSIFT based on ARM Computation Library (ACL)
jhermsmeier/node-sift-distance
SIFT distance algorithm
sdeepaknarayanan/Computer-Vision
Assignments for 3D Computer Vision, IIT Gandhinagar
Jarviss77/Adobe-Gensolve
CurveTopia tackles shape detection and completion, featuring regularization and occlusion tasks. The Regularisation folder contains the regularization task, and the master_folder holds Jupyter notebooks (.ipynb) for Algorithms 1 to 4 on occlusion. The Streamlit app integrates all solutions for interactive use.
Sid2697/Beer-Label-Classification
Code for beer label classification using SIFT and ORB
ziqiang-Cao/imageProcess_pyQt5
This is an assignment for our computer vision course. It uses py-Qt5 to make GUI and open-cv to detect feature points and match them. Finally, it outputs an image which is stitched by two images. Part of this code comes from the Internet. Thanks for their unselfish dedication.
cobanov/cropper
Insanely fast smart cropping using OpenCV SIFT algorithm
michele98/cv_product_recognition_project
Computer Vision project for object detection. Grocery items are detected on a store shelf from single model images using local invariant features and the Generalized Hough transform.
nyakasko/homography_estimation
Feature matching (SIFT) between two images and then applying normalized linear homography estimation, robustified by standard RANSAC
Tejas1908/Facial-recognition-using-SIFT
This is an experimental facial recognition project by matching the features extracted using SIFT.