Uses of Class
boofcv.alg.template.TemplateMatching
Packages that use TemplateMatching
-
Uses of TemplateMatching in boofcv.factory.template
Methods in boofcv.factory.template that return TemplateMatchingModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
TemplateMatching<T>FactoryTemplateMatching.createMatcher
(TemplateScoreType type, Class<T> imageType) Creates an instance ofTemplateMatching
for the specified score type.