All Projects → whoisraibolt → Feature-Detection-and-Description

whoisraibolt / Feature-Detection-and-Description

Licence: MIT license
Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Feature-Detection-and-Description

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 (+206.45%)
Mutual labels:  feature-detection, surf, sift, orb, opencv-python, freak, brief, brisk, kaze, akaze
imgalign
Webapplication for image stitching and aligning
Stars: ✭ 162 (+422.58%)
Mutual labels:  feature-detection, surf, sift, orb, kaze, akaze
Motion-Estimation-using-Speeded-Up-Robust-Features-SURF-and-Oriented-Fast-Rotated-Brief-ORB-
No description or website provided.
Stars: ✭ 25 (-19.35%)
Mutual labels:  surf, orb
opencv android nonfree
No description or website provided.
Stars: ✭ 32 (+3.23%)
Mutual labels:  surf, sift
SIFT-GPU
A CUDA implementation of SIFT
Stars: ✭ 18 (-41.94%)
Mutual labels:  feature-detection, sift
ezSIFT
ezSIFT: An easy-to-use standalone SIFT library written in C/C++
Stars: ✭ 80 (+158.06%)
Mutual labels:  feature-detection, sift
OpenCVB
OpenCV .Net application supporting several RGBD cameras - Kinect, Intel RealSense, Luxonis Oak-D, Mynt Eye D 1000, and StereoLabs ZED 2
Stars: ✭ 60 (+93.55%)
Mutual labels:  opencv-python
Face-Recognition-Attendance-System
A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet.
Stars: ✭ 57 (+83.87%)
Mutual labels:  opencv-python
scarecrow
A Raspberry Pi powered, distributed (edge) computing camera setups that runs a Tensorflow object detection model to determine whether a person is on the camera. A plugin model allows actions based on the detection, such as playing audio, turning on lights, or triggering an Arduino.
Stars: ✭ 87 (+180.65%)
Mutual labels:  opencv-python
real-time-face-recognition
Real Time Face Recognition using FaceNet and OpenCV
Stars: ✭ 19 (-38.71%)
Mutual labels:  opencv-python
Vehicle-Logo-Recognition
vehicle logo location and recognition
Stars: ✭ 19 (-38.71%)
Mutual labels:  opencv-python
Python-Funscript-Editor
Funscript Editor written in Python with an motion tracking add-on to partially automate the generation of funscripts
Stars: ✭ 21 (-32.26%)
Mutual labels:  opencv-python
rps-cv
A Rock-Paper-Scissors game using computer vision and machine learning on Raspberry Pi
Stars: ✭ 102 (+229.03%)
Mutual labels:  opencv-python
Fourier-and-Images
Fourier and Images
Stars: ✭ 81 (+161.29%)
Mutual labels:  opencv-python
imagehub
Receive and save images from multiple Raspberry Pi's
Stars: ✭ 21 (-32.26%)
Mutual labels:  opencv-python
multi-band-blending
A Python implementation of multi-band blending.
Stars: ✭ 35 (+12.9%)
Mutual labels:  opencv-python
STUDENT-ATTENDANCE-USING-FACIAL-RECOGNITION-SYSTEM-OPENCV
No description or website provided.
Stars: ✭ 46 (+48.39%)
Mutual labels:  opencv-python
browsengine
Engine Detection Script for Browsers on Any Device
Stars: ✭ 17 (-45.16%)
Mutual labels:  feature-detection
creeper
Makeshift Raspberry Pi Security Camera System
Stars: ✭ 29 (-6.45%)
Mutual labels:  opencv-python
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (+51.61%)
Mutual labels:  opencv-python

Feature Detection and Description

GitHub language count GitHub top language GitHub repo size GitHub

Overview

These Jupyters Notebooks show step by step, the process of Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV.

Feature Detection with FREAK

Dependencies

  • matplotlib
  • cv2
  • numpy
  • os
  • pickle

You can install missing dependencies with pip.

Usage

  1. Install the dependencies;
  2. Run Jupyter Notebook in terminal to see the code in your browser.

Recommended Readings

License

Code released under the MIT license.

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