sift-algorithm
There are 148 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
stanleyedward/panorama-image-stitching
Panorama image stitching using SIFT algorithm, Homography, RANSAC and weighted blending in OpenCV.
phoenix16/SIFT
Implementation of Scale Invariant Feature Transform (SIFT) in C++ (using OpenCV) and MATLAB
amazingyyc/SiftySifty
implements SIFT algorithm using pure c++
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.
siddharthtelang/SfM
3D scene reconstruction and camera pose estimation given images from different views (Structure from Motion)
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
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.
Mini-Sylar/Fingerprint-Matching-System
Fingerprint Matching System Final Year Project
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.
LevyHsu/Momus
An anti-matching image processing tool 反图片匹配工具
defi0x1/Classification-SIFT-SVM
Build a classifier to classify transport using sift and svm
RaduBolbo/video_to_panorama
video2panorama is a Python-based tool designed to transform video sequences into panoramic images. It automates the stitching process by analyzing frames from input video files and producing panoramic outputs.
abhidtu2014/Image-splicing-detection-python
Splicing detection | ML
avinashsen707/2D-Object-Pose-Estimation---Realsense-D435
Object 2D Pose Estimation trained by RGB Data - Using Intel® RealSense D435
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.
harsha-yel/Stereo-disparity
Finds the stereo disparity between a pair of stereo images using SIFT and ORB algorithms
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.
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)
sdeepaknarayanan/Computer-Vision
Assignments for 3D Computer Vision, IIT Gandhinagar
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
NikolaAndro/Image_Alignment
Aligning two objects in 2 images.
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.