public static class MotionEstimatorAlgorithm.TEMPLATE_MATCH extends MotionEstimatorAlgorithm
MotionEstimatorAlgorithm.PHASE_CORRELATION, MotionEstimatorAlgorithm.TEMPLATE_MATCH
Constructor and Description |
---|
TEMPLATE_MATCH()
Defaults to allowing a maximum of templatesize/2 movement using the
TemplateMatcher.Mode.CORRELATION |
TEMPLATE_MATCH(float searchWindowBorderProp,
TemplateMatcher.Mode mode)
Given the template's size, search around a border of size
template*searchWindowBorderProp
|
public TEMPLATE_MATCH()
TemplateMatcher.Mode.CORRELATION
public TEMPLATE_MATCH(float searchWindowBorderProp, TemplateMatcher.Mode mode)
searchWindowBorderProp
- mode
- the matching mode