An open API service providing repository metadata for many open source software ecosystems.

Topic: "sift-algorithm"

Avinash793/panoramic-image-stitching

Create panorama image using invariant features from given set of overlapping images.

Language: Python - Size: 12.1 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 236 - Forks: 63

adumrewal/SIFTImageSimilarity

Interactive code for image similarity using SIFT algorithm

Language: Python - Size: 38.7 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 132 - Forks: 37

robertwgh/ezSIFT

ezSIFT: An easy-to-use standalone SIFT library written in C/C++

Language: C++ - Size: 964 KB - Last synced at: 5 months ago - Pushed at: almost 7 years ago - Stars: 95 - Forks: 28

codeperfectplus/ComputerVision-Essentials

Computer Vision Essentials in Python Programming Language :tada:

Language: Python - Size: 24.5 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 57 - Forks: 27

laddng/LiPlate

:traffic_light: Python library to read license plate numbers from images

Language: Python - Size: 8.04 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 57 - Forks: 29

Mehrab-Kalantari/Multi-Modal-House-Price-Estimation

House price estimation from visual and textual features using both machine learning and deep learning models

Language: Jupyter Notebook - Size: 6.32 MB - Last synced at: 14 days ago - Pushed at: 6 months ago - Stars: 48 - Forks: 7

phoenix16/SIFT

Implementation of Scale Invariant Feature Transform (SIFT) in C++ (using OpenCV) and MATLAB

Language: C++ - Size: 459 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 35 - Forks: 17

amazingyyc/SiftySifty

implements SIFT algorithm using pure c++

Language: C++ - Size: 7.38 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 26 - Forks: 7

github-anis-snoussi/CutCat

Copy objects from real life and directly paste them on a background image using only your phone's camera

Language: Python - Size: 4.59 MB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 24 - Forks: 3

douglasrizzo/dodo_detector

Python object detection package (uses TF models and OpenCV)

Language: Python - Size: 8.98 MB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 7

stanleyedward/panorama-image-stitching

Panorama image stitching using SIFT algorithm, Homography, RANSAC and weighted blending in OpenCV.

Language: Python - Size: 68.1 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 21 - Forks: 1

JosephP91/obstacle-avoidance

Obstacle Avoidance for small UAVs using monocular vision

Language: Python - Size: 7.07 MB - Last synced at: 20 days ago - Pushed at: over 7 years ago - Stars: 21 - Forks: 8

Mini-Sylar/Fingerprint-Matching-System

Fingerprint Matching System Final Year Project

Language: Python - Size: 12.6 MB - Last synced at: 9 days ago - Pushed at: almost 2 years ago - Stars: 13 - Forks: 0

siddharthtelang/SfM

3D scene reconstruction and camera pose estimation given images from different views (Structure from Motion)

Language: Python - Size: 74.6 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

docongminh/Classification-SIFT-SVM

Build a classifier to classify transport using sift and svm

Language: Python - Size: 31.1 MB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 3

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.

Language: Python - Size: 140 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 6

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.

Language: MATLAB - Size: 9.69 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 1

sdeepaknarayanan/Computer-Vision 📦

Assignments for 3D Computer Vision, IIT Gandhinagar

Language: Jupyter Notebook - Size: 117 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 1

AdityaDutt/SIFT-Algorithm

Demonstration of sift algorithm to track objects and observing the effect of each parameter on performance.

Language: Python - Size: 623 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 2

abhidtu2014/Image-splicing-detection-python

Splicing detection | ML

Language: Python - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 3

Pakigya/CSE327_Computer_Vision

Language: Jupyter Notebook - Size: 33.5 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 1

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.

Language: Jupyter Notebook - Size: 601 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 1

Sid2697/Beer-Label-Classification

Code for beer label classification using SIFT and ORB

Language: Jupyter Notebook - Size: 37.7 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

akzare/ACL_EZSIFT

ezSIFT based on ARM Computation Library (ACL)

Language: C++ - Size: 868 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 1

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.

Language: Python - Size: 97.8 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

gtzinos/Image-Search-Engine

Image search engine using Angular and Python.

Language: TypeScript - Size: 50.8 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

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.

Language: Jupyter Notebook - Size: 6.56 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 4 - Forks: 2

miljandv/DeepFake-Video-Production-and-SIFT-based-Analysis

Language: Jupyter Notebook - Size: 136 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3

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.

Language: Python - Size: 29.9 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 3 - Forks: 1

cobanov/cropper

Insanely fast smart cropping using OpenCV SIFT algorithm

Language: Python - Size: 366 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

dilettagoglia/Signal-Processing

🔁Graphical models, Recurrent Neural Networks and SIFT algorithm for image processing, signal analysis and timeseries forecasting (MD Course: Intelligent Systems for Pattern Recognition)

Language: Python - Size: 7.08 MB - Last synced at: 5 days ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

Tejas1908/Facial-recognition-using-SIFT

This is an experimental facial recognition project by matching the features extracted using SIFT.

Language: Jupyter Notebook - Size: 3.49 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 3

nwon0002/FIT3162_SEM2_GROUP5

Language: Python - Size: 2.23 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

anmaithien/Retinal-Images-Mosaicking

This is my project to get started with Computer Vision

Language: MATLAB - Size: 4.99 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

janbella/opensift Fork of robwhess/opensift

Open-source SIFT based on Rob Hess's opensift:

Language: C++ - Size: 148 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

Y1D1R/ParkingAPP

ParkingAPP is a Python-based parking management system with License Plate Recognition (LPR) capabilities. The application is developed as a project for the "Computer Vision" module during my Master's degree in Computer Vision at USTHB (University of Science and Technology Houari Boumediene)

Language: Python - Size: 8.08 MB - Last synced at: 26 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

FilipTirnanic96/SIFT_patch_match

Advance Patch Matcher Implementation. Matching patches with high accuracy and short time conditions using simplified SIFT algorithm and RANSAC outlier filtering.

Language: Python - Size: 36.9 MB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

Adamouization/Computer-Vision-Filtering-and-Object-Recognition-and-Features

:eyes: Image matching using intensity-based and feature-based template matching (SIFT) algorithms.

Language: Python - Size: 4.15 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

mahendranandi/Computer-Vision

All academic quizzes, assignments and projects are here

Language: Jupyter Notebook - Size: 151 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

arijitiiest/Malaria-Detection

Malaria Detection Project on Malaria Cells

Language: Jupyter Notebook - Size: 738 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 4

Trisha11r/Bag_of_Visual_Words

Implementation of basic ‘bag of visual words’ model using SIFT Algorithm and Shape Context Matching to identify and match logos on scanned documents.

Language: MATLAB - Size: 15.3 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

shiva16/UAV-Quadcopter-positioning

Stabilizing with RANSAC and SIFT

Language: Python - Size: 7.81 KB - Last synced at: 17 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 3

Ayush-Rai/missing-face

A Web-App to recognize who is not in the image.

Language: HTML - Size: 11 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

credo92/Loblaw

Loblaw Take Home Challenge

Language: Python - Size: 1.44 MB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

morparia-p/Image-Panorama

Created a panoramic image from 5 images using SIFT, RANSAC, Homography and Image Blending.

Language: C - Size: 10.1 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

Tejas1415/SIFT-Technique

Scale Invariant Feature Transform MATLAB code.

Language: C - Size: 281 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

lapa19/Image-Search

Search for similar images as input by user

Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

shiv-gpt/Computer-Vision

Language: Python - Size: 7.55 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

Ahmed-AI-01/Computer-Vision

Language: Jupyter Notebook - Size: 7.03 MB - Last synced at: 17 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

eshansurendra/Object-Tracking-with-SIFT-using-OpenCV

Implementation of object tracking using Scale-Invariant Feature Transform (SIFT) features in OpenCV with Python

Language: Jupyter Notebook - Size: 6.28 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

chouaib-629/Projet_extractionInformation_2024

Language: Python - Size: 172 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

AhmedAbdelaal2001/Homomorphically-Encrypted-SIFT

A secure Image Processing pipeline based on Homomorphic Encryption, capable of performing various central tasks. Most notably, it includes matching encrypted images using the SIFT algorithm.

Language: Jupyter Notebook - Size: 87 MB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

vishvadesai9/CS6320_CV

Computer Vision Course at the University of Utah

Language: Jupyter Notebook - Size: 83 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

bharadwaj-chukkala/Stereo-Vision-to-estimate-depth-in-an-image

ENPM673: Project 3. Implementing a stereo vision pipeline to find the depth of an image. This project will generate a heat map indicating depth which has been calculated using disparity between correspondences

Language: Python - Size: 17.6 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

kamaljitkaur98/Cataract-Detection-and-Classification Fork of piygot5/Cataract-Detection-and-Classification

Our system works on the detection of cataracts and type of classification on the basis of severity namely; mild, normal, and severe, in an attempt to reduce errors of manual detection of cataracts in the early ages using Machine Learning and Transfer Learning

Language: Jupyter Notebook - Size: 80.5 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

NourKamaly/ComputerVisionAssignments

Language: Jupyter Notebook - Size: 12.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

yazanmaalla/stereo-vision

stereo vision: estimate 3D vision depending on information extracted from 2D-images. 1)Feature extract, using SIFT algorithm. 2)Matching, using KNN algorithm. 3)Compute "Fundamental Matrix", using RANSAC algorithm. 4)Reconstruction. 5)Triangulation. 6)Pose disambiguation. 7)Rectification. 8)Disparity Computing.

Language: Python - Size: 11.1 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

iamjadhav/stereo-vision-for-depth-estimation

ENPM673 Project 3 - Depth Estimation using Stereo Vision and Epipolar Geometry

Language: Python - Size: 32 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

starceees/Deep-Learning-pose-estimation-using-SIFT

to detect approximate state and pose of stationary objects with multiview images using regular monochrome optical cameras using the SIFT algorithm and Deep learning

Size: 3.92 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mdv3101/Beer-Label-Classification-using-SIFT

This project is part of the course CSE478: Digital Image Processing, Monsoon 2020, IIIT-Hyderabad. It classify beer labels using SIFT algorithm.

Language: Jupyter Notebook - Size: 77.5 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

nyakasko/homography_estimation

Feature matching (SIFT) between two images and then applying normalized linear homography estimation, robustified by standard RANSAC

Language: C++ - Size: 28.1 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 3

Akshar17/Image-Processing

Some demo programs to learn Image processing using OpenCV

Language: Python - Size: 23.3 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

RushilVerma/SIFT-algorithm-image-matcher

PURPOSE to Understand SIFT through video subject matching Present code require video device to be connected to computer eg-WebCam Capture Test Image to match with other images Good Matches will be represented through images graphs and its numeric count in console

Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

victorlelissoares/sift

Implementação do Algoritmo SIFT. O SIFT (Scale Invariant Feature Transform, LOWE, David G, 1999) é um descritor de pontos de interesse que juntamente com o histograma de palavras visuais (Bag of Visual Words BoVW) (CSURKA, Gabriella, 2004.) busca pontos nas imagens a fim de encontrar e descrever regiões que tenham maior relevância, e que possam caracterizar objetos, paisagens e demais elementos em uma imagem.

Language: Python - Size: 126 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

nofaralfasi/Person-ReId

Person re-identification project with three suggested models, which implemented using yolo, opencv, tensorflow, etc.

Language: Jupyter Notebook - Size: 49.1 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

hao-pt/OpenCV-Lab02

Implement handcrafted algorithms in Computer Vision (e.g. Harris corner detector, SIFT & Blob detector)

Language: Python - Size: 6.86 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Fawad433/Image-Computation

Recognition, Tracking and action discription of objects in video using deep neural networks and image computation algorithms.

Language: Jupyter Notebook - Size: 2.55 MB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

faturita/BidimensionalSignalProcessing

Tools to process bidimensional signals or images.

Language: Matlab - Size: 96.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

TuringFantasy/simple_dedupe

SIFT-based deduplication given users' identifying documents

Language: Python - Size: 363 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

aayush-k/Local-Feature-Matching

local feature matching algorithm using techniques described in Szeliski chapter 4.1 using SIFT pipeline, which is intended to work for instance-level matching -- multiple views of the same physical scene.

Language: CSS - Size: 19.1 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

kichappa/VideoSIFT

CUDA based 3D Computer Vision for Exoskins

Language: Julia - Size: 2.46 GB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

shivam-dhir/Copy-Move-Image-Forgery-Detection

Copy Move Image Forgery Detection is a Python project that detects if an original image has been tampered with using Block-based (DyWT) and Keypoint-based (SIFT) algorithms. It employs OpenCV for image processing and RANSAC for eliminating false matches, highlighting altered regions to help verify image authenticity effectively.

Language: Python - Size: 457 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mklblm/SIFT-based-Image-Stitcher

An image stitcher employing the OpenCV implementation of SIFT. Broke the image stitching record for the University of Amsterdam's Intro to Computer Vision BSc course in 2023.

Language: Jupyter Notebook - Size: 25.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

KaterynaZakharova/Vision-System-For-Robot-Arm-Control

The camera-based system controls the 6-DOF robot arm, tracking surface movements and adjusting the robot's position accordingly.

Language: PureBasic - Size: 84.3 MB - Last synced at: 27 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

FaroukOyekunle/sorting_algorithms

Explore sorting algorithms and big O notation in C. Find code examples and insights for efficient sorting and data structures. An ALX project written in C 🔥

Language: C - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Computer-Vision-Spring-2024/exVision-FeatureCraft

Desktop application incorporating classical feature engineering techniques including SIFT features and corners detection.

Language: Jupyter Notebook - Size: 45.5 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

NidhiMahe/Image_Processing_And_Machine_Learning

Image Processing gives deep insight into the basic and advance image processing with various image processing methodologies, algorithms and applications using excellent Python libraries.

Language: Jupyter Notebook - Size: 11.8 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

SurajKumarMondal/Attenuation_Evaluator

This reposetory contains codes to evaluate the extent of attenuation of shock waves.

Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

maryamsoftdev/-SIFT-Blob-Detectors-And-Descriptor

learning python day 10

Language: Jupyter Notebook - Size: 80.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

shettyprasadgithub076/Image_Classification_using_ML_Technique

This project focuses on implementing various image classification algorithms using machine learning techniques. The algorithms are trained on pixel values as well as feature extraction methods such as Histogram of Oriented Gradients (HOG), Scale-Invariant Feature Transform (SIFT), and Speeded-Up Robust Features (SURF). The classification is perform

Language: Jupyter Notebook - Size: 229 MB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

wajahati/Image-Similarity-Optimized-SIFTAlgo-API

Optimized Image Similarity using Garbage Collector as it helps with slug size problem in heroku.

Language: Python - Size: 26.4 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

reinbugnot/keypoint-detection-sift

Computer Vision • 🔍 SIFT Keypoint Localization: A robust computer vision project implementing the Scale-Invariant Feature Transform (SIFT) algorithm for accurate keypoint localization in images. #ComputerVision #SIFT #KeypointLocalization"

Language: Jupyter Notebook - Size: 17.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

g-riverac/Computer-vision-dobble-finder

Computer vision algorithm for the recognition of the matching figure between two cards in the Dobble game.

Language: MATLAB - Size: 76.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BalveerSinghYT/Feature-Detector-and-Descriptor

This is my personal repo dedicated to Feature Detection, Descriptor, and Matching algorithms in computer vision. This repository is created to help me gain a deeper understanding of fundamental techniques such as SIFT, SURF, FAST, BRIEF, and ORB, and to sharpen my skills in computer vision.

Language: Python - Size: 9.39 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SpeedKillsx/Parking-Gestion-App

This parking application was developed during my first year master degree. The objectif of this application is track every car that enter to a specific car park.

Language: Python - Size: 5.36 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aayush301/Computer-vision-lab

This repository contains several algorithms that are covered in Computer Vision Lab.

Language: Python - Size: 24.9 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

wajahati/Images-Similarity-Checker-SIFTAlgo-FASTAPI

Check and return similar images when array of URLs given

Language: Python - Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SierraSergio/virtual_mar

In this work, we propose a methodology based on video recordings of cave walls and image analysis with deep learning algorithms to estimate the spatial density of structuring species in a study area. We propose a combination of automatic frame overlap detection, estimation of the actual extent of surface cover, and instance segmentation

Language: Python - Size: 6.48 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Esraa-alii/Image-matching

A web application that use python script for image processing such as Extract the unique features in all images using Harris operator and λ-, Generate feature descriptors using scale invariant features(SIFT) and Match the image set features using sum of squared differences (SSD) and normalized cross correlations (NCC).

Language: Jupyter Notebook - Size: 12.3 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

tprigent/PIV-project 📦

Project of computer vision - automatic perspective correction

Language: Python - Size: 135 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

NicolaZomer/VisionCognitiveSystems

Computer vision and cognitive systems: concepts, methods, and technologies

Language: Jupyter Notebook - Size: 41.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

manab-kb/Sift-Surf-Image-Recognition

A SIFT & SURF algorithm based image recognition tool - built via Python.

Language: Python - Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pgeedh/COMPUTER-VISION-IMAGE-PROCESSING-IMAGE-STICHING-PANOROMA

This repository contains the solutions for CSE573 IMAGE STICHING AND PANORAMA -Prof David Doermann

Language: Python - Size: 30.9 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

unicorn-yh/SIFT-Implementation

Image Keypoints and Descriptors Detection using SIFT

Language: Python - Size: 6.76 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SmaragdaRp/SIFT-Algorithm

Scale Invariant Feature Transform and Feature Matching

Language: Python - Size: 9.41 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mihikagaonkar/SIFT

Language: Jupyter Notebook - Size: 500 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

NikolaAndro/Image_Alignment

Aligning two objects in 2 images.

Language: Python - Size: 2.61 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

xdurfina/celebrity-lookalike

Encoding celebrity dataset with LBP and SIFT and finding matches of given dataset. Option for finding your celebrity lookalike.

Language: Python - Size: 5.04 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

fbghkh1999/ImageProcessing

image-processing-miniprojects

Language: Jupyter Notebook - Size: 23 MB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

cantugba/Scale-Invariant_Feature_Transform

Ölçekten Bağımsız Özellik Dönüşümü (not completed yet)

Language: Python - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Related Topics
computer-vision 45 python 30 image-processing 28 sift 28 opencv 24 sift-descriptors 20 ransac-algorithm 13 sift-features 11 feature-matching 9 opencv-python 7 python3 6 machine-learning 6 feature-extraction 6 deep-learning 6 object-detection 6 panorama-stitching 5 stereo-vision 5 image-recognition 4 ransac 4 svm-classifier 4 homography 4 flann-matchers 4 matlab 4 classification 4 hog-features 4 harris-corner-detector 4 blob-detection 4 cv2 4 feature-detection 4 edge-detection 4 image-segmentation 3 image-stitching 3 image-manipulation 3 camera-calibration 3 algorithms 3 panorama 3 image-similarity 3 surf 3 flask 3 keypoint-detection 3 epipolar-geometry 3 hough-transform 3 algorithm 2 bag-of-visual-words 2 glcm 2 invariant-features 2 docker 2 signal-processing 2 feature-engineering 2 fastapi 2 face-detection 2 cv 2 heroku 2 non-maximum-suppression 2 gunicorn 2 pose-estimation 2 random-forest 2 matching 2 convolution 2 yolo 2 haar-cascade 2 image-classification 2 orb 2 fundamental-matrix 2 digital-image-processing 2 template-matching 2 facial-recognition 2 beer-labels 2 beer-label-classification 2 optical-flow 2 robotics 2 panaroma-stitching 2 computer-science 2 tensorflow 2 bag-of-words 2 depth-estimation 2 cpp 2 pytorch 2 image-matching 2 pyqt5-desktop-application 2 rnn 2 panoramic-images 2 vgg16 2 keypoints 2 panoramic-camera 2 image-analysis 2 panorama-image 2 svm 2 face-recognition 2 uav 2 corner-detection 2 lstm-neural-networks 2 face-api-js 1 probability-distributions 1 face-recognition-application 1 stitching 1 css3 1 html 1 css-in-js 1 sobel 1