Uses of Interface
boofcv.alg.template.TemplateMatchingIntensity
-
Uses of TemplateMatchingIntensity in boofcv.alg.template
Modifier and TypeClassDescriptionclass
Correlation based template matching which uses FFTclass
TemplateIntensityImage<T extends ImageBase<T>>
Class which computes the templates' intensity across the entire imageclass
TemplateIntensityImage_MT<T extends ImageBase<T>>
Concurrent version ofTemplateIntensityImage
ModifierConstructorDescriptionSpecifies internal algorithm -
Uses of TemplateMatchingIntensity in boofcv.factory.template
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
TemplateMatchingIntensity<T>FactoryTemplateMatching.createIntensity
(TemplateScoreType type, Class<T> imageType) CreatesTemplateMatchingIntensity
of the specified type.