| Package | Description |
|---|---|
| org.openimaj.image.analysis.algorithm |
| 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,
org.openimaj.math.geometry.shape.Rectangle bounds)
Construct with the template to match, the mode with which to
estimate template responses and the bounds rectangle in which
to search.
|