Uses of Interface
boofcv.alg.template.TemplateMatchingIntensity
Packages that use TemplateMatchingIntensity
-
Uses of TemplateMatchingIntensity in boofcv.alg.template
Classes in boofcv.alg.template that implement TemplateMatchingIntensityModifier 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
Constructors in boofcv.alg.template with parameters of type TemplateMatchingIntensityModifierConstructorDescriptionSpecifies internal algorithm -
Uses of TemplateMatchingIntensity in boofcv.factory.template
Methods in boofcv.factory.template that return TemplateMatchingIntensityModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
TemplateMatchingIntensity<T>FactoryTemplateMatching.createIntensity
(TemplateScoreType type, Class<T> imageType) CreatesTemplateMatchingIntensity
of the specified type.