Package | Description |
---|---|
org.openimaj.image.analysis.algorithm | |
org.openimaj.video.processing.motion |
Modifier and Type | Method and Description |
---|---|
static TemplateMatcher.Mode |
TemplateMatcher.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateMatcher.Mode[] |
TemplateMatcher.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TemplateMatcher(FImage template,
TemplateMatcher.Mode mode)
Default constructor with the template to match and the mode
with which to estimate template responses.
|
TemplateMatcher(FImage template,
TemplateMatcher.Mode mode,
Rectangle bounds)
Construct with the template to match, the mode with which to
estimate template responses and the bounds rectangle in which
to search.
|
Constructor and Description |
---|
TEMPLATE_MATCH(float searchWindowBorderProp,
TemplateMatcher.Mode mode)
Given the template's size, search around a border of size
template*searchWindowBorderProp
|