You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-Template-Matching is a package to perform object-recognition in images using one or several smaller template images.
6
+
Multi-Template-Matching is a python package to perform object-recognition in images using one or several smaller template images.
7
7
The main function `MTM.matchTemplates` returns the best predicted locations provided either a score_threshold and/or the expected number of objects in the image.
8
8
9
9
The branch opencl contains some test using the UMat object to run on GPU, but it is actually slow, which can be expected for small dataset as the transfer of the data between the CPU and GPU is slow.
0 commit comments