Uses of Package
boofcv.alg.template
Packages that use boofcv.alg.template
-
Classes in boofcv.alg.template used by boofcv.alg.templateClassDescriptionClass which computes the templates' intensity across the entire imageMoves an image template over the image and for each pixel computes a metric for how similar that region is to template.Template matching which uses normalized cross correlation (NCC).Template matching which uses squared difference normedScores the difference between the template and the image using sum of absolute difference (SAD) error.Scores the difference between the template and the image using sum of squared error (SSE).
-
Classes in boofcv.alg.template used by boofcv.factory.templateClassDescriptionRuns a template matching algorithm across the image.Moves an image template over the image and for each pixel computes a metric for how similar that region is to template.