| Package | Description |
|---|---|
| org.openimaj.algorithm.iterative | |
| org.openimaj.image.feature.local.interest |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaxIterations.test(IterationState is) |
boolean |
MinEpsilon.test(IterationState is) |
| Constructor and Description |
|---|
SubPixelCorners(int halfWidth,
int halfHeight,
int zeroZoneHalfWidth,
int zeroZoneHalfHeight,
Predicate<IterationState> iter)
Construct with the given search window size, zeroed window and predicate to
stop the iteration.
|
SubPixelCorners(int halfWidth,
int halfHeight,
Predicate<IterationState> iter)
Construct with the given search window size and predicate to stop the
iteration.
|