Package | Description |
---|---|
org.openimaj.image.analysis.algorithm |
Modifier and Type | Method and Description |
---|---|
static FourierTemplateMatcher.Mode |
FourierTemplateMatcher.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FourierTemplateMatcher.Mode[] |
FourierTemplateMatcher.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FourierTemplateMatcher(FImage template,
FourierTemplateMatcher.Mode mode)
Default constructor with the template to match.
|
FourierTemplateMatcher(FImage template,
Rectangle bounds,
FourierTemplateMatcher.Mode mode)
Construct with the template to match and the bounds rectangle in which
to search.
|