-
Updated
Jun 14, 2020 - Python
#
template-matching
Here are 89 public repositories matching this topic...
A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform)
Automated Testing for Set-Top Boxes and Smart TVs
python
testing
opencv
template-matching
ocr
remote-control
video
computer-vision
gstreamer
numpy
test-automation
test-framework
video-processing
lirc
hdmi
pylint
page-object
set-top-box
power-control
hdmi-cec
-
Updated
Jun 11, 2020 - Python
Webapplication for image stitching and aligning
opencv
template-matching
spa
pwa
vue
feature-detection
vuex
webassembly
wasm
surf
stitching
sift
image-stitching
orb
vuetify
webworker
kaze
panorama-stitching
opencv-js
akaze
-
Updated
Mar 28, 2019 - C++
stephenwhitmarsh
commented
Feb 11, 2020
Very small suggestion;
Change the flags in [noedits] to TRUE only after successful completion.
Context:
If the filtering section breaks due to an error (e.g. not enough diskspace), no file is created, but the [noedits] section has already been set to TRUE, so that restarting will given an error (params file says that there is a filtered file, but there is not).
Kernel Cross-Correlator (KCC) for Tracking and Recognition (AAAI 2018)
template-matching
visual-tracking
human-activity-recognition
correlation-filters
kernel-cross-correlator
aaai2018
-
Updated
May 3, 2018 - MATLAB
Pytorch Implementation of QATM:Quality-Aware Template Matching For Deep Learning
-
Updated
Apr 8, 2019 - Jupyter Notebook
Object-recognition using multiple templates in python
-
Updated
Jun 4, 2020 - Jupyter Notebook
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
python
windows
template-matching
tracking
unix
debian
threshold
video-stream
opencv-python
motion-tracking
usb-cameras
camera-tracking
rpi-camera
raspberry-pi-computer
camera-movement
search-rectangles
cam-track
pan-tilt
-
Updated
Mar 10, 2018 - Python
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.
-
Updated
Jan 28, 2020 - Python
Implementation of Basic Digital Image Processing Tasks in Python / OpenCV
template-matching
morphology
image-processing
smoothing
segmentation
gradient
sharpening
digital-image-processing
connected-component-labelling
negative
skeletonization
centroid
histogram-equalization
xycuts
-
Updated
Feb 20, 2019 - Python
Detects Human Skin From Image (color-region-segmentation-photo-detection-extraction-detect)
java
template-matching
skin
image-processing
segmentation
region
region-detection
egami
image-segmentation
-
Updated
Dec 8, 2016 - Java
Test for template matching using node-opencv
-
Updated
Mar 2, 2018 - JavaScript
Neural Network-male-female-recognition-human-skin-detection
java
opencv
template-matching
machine-learning
image-processing
naive-bayes-classifier
face-detection
gender-recognition
skin-segmentation
haar-cascade
skin-detection
haar-training
-
Updated
Jan 24, 2018 - Java
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.
-
Updated
Mar 12, 2020 - Python
DRMIME - Differentiable Mutual Information and Matrix Exponential for Multi-Resolution Image Registration
-
Updated
Feb 6, 2020 - Jupyter Notebook
Fiji plugin for object(s) detection using template(s) matching
-
Updated
Jun 8, 2020 - Python
Simple Optical Character Recognizer (english-ocr-image-to-text-recognition-sample-trainig-alphabet-photo-data-database-dataset)
java
sample
template-matching
data
machine-learning
ocr
database
writing
image-processing
english
text-recognition
alphabet-recognizer
training-data
-
Updated
Jun 19, 2017 - Java
Adaptive Template Model of Intelligence
template-matching
machine-learning
template-engine
graph-algorithms
mathematics
artificial-intelligence
artificial-neural-networks
pattern-recognition
network-analysis
pattern-detection
-
Updated
Sep 10, 2017 - Python
cheshire137
commented
Jan 3, 2017
rmsare
opened
Oct 16, 2018
Semi-automatic detection, tracking and labelling of active targets for autonomous driving.
template-matching
tracking
annotation
ros
labelling
adas
data-clustering
vehicle-tracking
vehicle-detection
image-labelling
vehicle-detection-and-tracking
labelled-data
-
Updated
Oct 11, 2018 - C++
Offline real time (ort) implementation of SpyKING CIRCUS
-
Updated
May 29, 2020 - Python
The aim of this project is to use a down facing camera as a range and bearing sensor for a quadcopter for localization purposes. The environment and robot is simulated in a robot simulator V-REP, the environment consists of a 10mx10m grid with colored markers placed at regular intervals. Performance of different algorithms for marker detection is evaluated based on the error in the localization accuracy. The algorithms used are contour detection, template matching and phase correlation.
-
Updated
Mar 31, 2020 - Python
Simple template matching by GPU (CUDA)
-
Updated
Jan 12, 2018 - Cuda
CUDA and algorithmic acceleration for GPT image template matching
-
Updated
Jun 28, 2018 - C++
The projects are part of the graduate-level course CSE-573 : Computer Vision and Image Processing [Spring 2019 @ UB_SUNY] Course Instructor : David Doerman (https://cse.buffalo.edu/~doermann/)
template-matching
computer-vision
face-detection
edge-detection
image-stitching
viola-jones
panorama-image
fddb
character-detection
-
Updated
Jan 16, 2020 - Python
Programs to detect edges in Images using the Sobel filter, detect points using the Laplacian kernel, detect lines and circles using the Hough transform and detect cursors using template matching.
template-matching
computer-vision
image-processing
python3
hough-transform
hough-lines
hough-circles
sobel-filter
-
Updated
Aug 22, 2019 - Python
Template Matching by Convolution in MATLAB
-
Updated
Aug 19, 2016 - MATLAB
Catalog augmentation (event detection) based on matched filter tachnique: Match + time Shift + Mask + Stack. GPU version & HypoDD interface are also provided
-
Updated
Apr 1, 2020 - Python
Improve this page
Add a description, image, and links to the template-matching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the template-matching topic, visit your repo's landing page and select "manage topics."

Scipy has a peak-finding routine that looks interesting - find_peaks that was added in 1.1.0. It would be worth testing whether it is faster than EQcorrscan's current routine (or similarly fast - maintaining things is effort), and gets the same results. It also looks like it could be useful for spike detection,