Package boofcv.alg.template
-
Interface Summary Interface Description TemplateIntensityImage.EvaluatorMethod<T extends ImageBase<T>> TemplateMatchingIntensity<T extends ImageBase<T>> Moves an image template over the image and for each pixel computes a metric for how similar that region is to template. -
Class Summary Class Description TemplateCorrelationFFT Correlation based template matching which uses FFTTemplateIntensityImage<T extends ImageBase<T>> Class which computes the templates' intensity across the entire imageTemplateIntensityImage_MT<T extends ImageBase<T>> Concurrent version ofTemplateIntensityImage
TemplateMatching<T extends ImageBase<T>> Runs a template matching algorithm across the image.TemplateNCC<T extends ImageBase<T>> Template matching which uses normalized cross correlation (NCC).TemplateNCC.F32 TemplateNCC.U8 TemplateSqDiffNormed<T extends ImageBase<T>> Template matching which uses squared difference normedTemplateSqDiffNormed.F32 TemplateSqDiffNormed.U8 TemplateSumAbsoluteDifference<T extends ImageBase<T>> Scores the difference between the template and the image using sum of absolute difference (SAD) error.TemplateSumAbsoluteDifference.F32 TemplateSumAbsoluteDifference.U8 TemplateSumSquaredError<T extends ImageBase<T>> Scores the difference between the template and the image using sum of squared error (SSE).TemplateSumSquaredError.F32 TemplateSumSquaredError.U8