template-matching
There are 243 repositories under template-matching topic.
DennisLiu1993/Fastest_Image_Pattern_Matching
C++ implementation of a ScienceDirect paper "An accelerating cpu-based correlation-based image alignment for real-time automatic optical inspection"
rmislam/PythonSIFT
A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform)
foo123/FILTER.js
Video and Image Processing and Computer Vision Library for JavaScript (Browser and Nodejs)
latsic/imgalign
Webapplication for image stitching and aligning
kelltom/OS-Bot-COLOR
A lightweight desktop client & toolkit for writing, controlling and monitoring color-based automation scripts.
slyautomation/osrs_basic_botting_functions
Functions for automating osrs botting using Python.
multi-template-matching/MultiTemplateMatching-Python
Object-recognition using multiple templates in python
kamata1729/QATM_pytorch
Pytorch Implementation of QATM:Quality-Aware Template Matching For Deep Learning
stb-tester/stb-tester
Automated Testing for Set-Top Boxes and Smart TVs
eqcorrscan/EQcorrscan
Earthquake detection and analysis in Python.
mohammaduzair9/Basic-Image-Processing
Implementation of Basic Digital Image Processing Tasks in Python / OpenCV
cozheyuanzhangde/Invariant-TemplateMatching
Rotation & Scale Invariant Template Matching
hakaboom/image_registration
基于opencv的图像识别基础库
zhirui-gao/Deep-Template-Matching
[IEEE CVMJ 2024] Official PyTorch Implementation of "Learning Accurate Template Matching with Differentiable Coarse-to-fine Correspondence Refinement"
paulonteri/play-game-with-computer-vision
A simple python bot (powered by computer vision) used to play a game (City Island 5). The bot is able to play the game and collect points without any human intervention.
hakaboom/py_image_registration
图像配准算法。包括 SIFT、ORB、SURF、AKAZE、BRIEF、matchTemplate
m-hamza-mughal/Aerial-Template-Matching
This project focuses on development of an algorithm for Template Matching on aerial images by implementing classical Computer Vision based techniques and deep-learning based techniques.
spyking-circus/spyking-circus
Fast and scalable spike sorting in python
codeperfectplus/ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language :tada:
felixchenfy/ros_yolo_as_template_matching
Run 3 scripts to (1) Synthesize images (by putting few template images onto backgrounds), (2) Train YOLOv3, and (3) Detect objects for: one image, images, video, webcam, or ROS topic.
Geod-Geom/py2DIC
Python 2D Digital Image Correlation (DIC) Software
sair-lab/KCC
Kernel Cross-Correlator (KCC) for Tracking and Recognition (AAAI 2018)
abnan/DRMIME
DRMIME - Differentiable Mutual Information and Matrix Exponential for Multi-Resolution Image Registration
octu0/blurry
fast, high peformance image processing library for golang
PennyHow/PyTrx
PyTrx is a Python object-oriented programme created for the purpose of calculating real-world measurements from oblique images and time-lapse image series. Its primary purpose is to obtain velocities, surface areas, and distances from oblique, optical imagery of glacial environments.
YijianZhou/MESS
Matched filter earthquake detector
pageauc/cam-track
Windows, Unix, Raspberry Pi Computer python program to Track Camera X, Y Movements and Convert to Camera Pointing Position. Useful for Stabilization or Robotics Course Correction
multi-template-matching/MultiTemplateMatching-Fiji
Fiji plugin for object(s) detection using template(s) matching
andreped/super-ml-pets
🐢 AI for Super Auto Pets
StaticSweep/ChromaScape
ChromaScape is a low-level, color bot / colour bot that uses computer vision to play OSRS / Old School RuneScape.
KudryashevLab/TomoBEAR
TomoBEAR is a configurable and customizable modular pipeline for streamlined processing of cryo-electron tomographic data for subtomogram averaging.
MinhasKamal/SkinDetector
Detects Human Skin From Image (color-region-segmentation-photo-detection-extraction-detect)
talitahalboth/ai-for-cross-stitching
This project aims to find the shortest path for cross stitching for each colour in a patten.
multi-template-matching/mtm-python-oop
A more object-oriented python implementation of multi-template matching (mtm), relying on scikit-image and shapely.
strarsis/node-opencv-templatematching-test
Test for template matching using node-opencv
robertarvind/Interactive-Semi-Automatic-Image-2D-Bounding-Box-Annotation-Tool-using-Multi-Template_Matching
Interactive Semi Automatic Image 2D Bounding Box Annotation and Labelling Tool using Multi Template Matching An Interactive Semi Automatic Image 2D Bounding Box Annotation/Labelling Tool to aid the Annotater/User to rapidly create 2D Bounding Box Single Object Detection masks for large number of training images in a semi automatic manner in order to train an object detection deep neural network such as Mask R-CNN or U-Net. As the Annotater/User starts annotating/labelling by drawing a bounding box for a few number of images in the selected folder then the algorithm suggests bounding box predictions for the rest of the yet to be annotated/labelled images in the folder. If the predictions are right then the user/annotater can simply press the keyboard key 'y' which indicates that the detected bounding box is correct. If the prediction is wrong then the user/annotater can manually draw a rectangular 2D bounding box over the correct ROI (Region of interest) in the image and then press the key 'y' to proceed further to the rest of the images in the folder. If the user/annotater made a mistake while drawing the 2D bounding box, then he/she can press the key 'n' in order to remove the incorrectly marked 2D bounding box and he/she can repeat the process for the same image until he/she draws the correct 2D bounding box and then after drawing the correct 2D bounding box, the user/annotater may press the key 'y' to continue to the rest of the images. The 2D bounding box prediction over the whole image data set improves as the user/annotater annotates/labels more number of images by drawing 2D bounding boxes. This tool allows the user/annotater to not only interactively and rapidly annotate large number of images but also to validate the predictions at the same time interactively. This tool helps the user/annotater to save a lot of time when annotating/labelling and validating the predictions for a large number of training images in a folder. Instructions to use:- 1. If the training images are in JPEG or any other format, then convert them to PNG format using some other tool or program before using these images for annotation. 2. All the training images must contain the object of interest which is to be annotated. 3. Currently the application only supports 2D bounding box annotation for single object detection per image, but in the future semantic segmentation based annotation features will be added which will allow precise boundary segmentation masks of an object in an image. 4. If some or all of the training images have varying dimensions(shapes/resolutions), then resize them to the same dimensions using this tool by providing the height and width to which all the training images need to be resized to. The height and width are inputed separately in two different dialog boxes which pop up once the program is executed. If the training images need not be resized then press the cancel button in the dialog boxes requesting the height and width. 5. Select the folder containing the training images by navigating to the folder containing the training images through a dialog box which pops up after the program is executed. If the images need to be resized then two dialog boxes pop up. The first dialog box is to navigate to the destination folder containing the unresized raw training images and after resizing another dialog box pops up to navigate to the folder containing the saved resized training images named as "resized_data". If the images need not be resized then only one dialog box pops up so that the user can navigate to the raw training images folder directly. 6. The images in the folder pop up one by one. After drawing the correct 2D bounding box over the ROI (region of Interest), press the 'y' key. Except the first image, the rest of the images will have a 2D bounding box drawn over them. If the predicted box is accurate, then continue by pressing the 'y' key. If the prediction is incorrect, then draw the accurate bounding box and press the 'y' key. If any mistake occured while drawing the 2D box, then reset the image by removing the incorrect drawing by pressing the 'n' key and then draw the correct box and press the 'y' key. 7. The output images are stored in four different folders in the same directory containing the training images folder. among the four folders, one contains the cropped templates of the bounding boxes, black and white mask images, training images and the images with 2D box detection markings.