Package | Description |
---|---|
org.openimaj.image.camera.calibration |
Modifier and Type | Method and Description |
---|---|
static ChessboardCornerFinder.Options |
ChessboardCornerFinder.Options.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChessboardCornerFinder.Options[] |
ChessboardCornerFinder.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChessboardCornerFinder(int patternWidth,
int patternHeight,
ChessboardCornerFinder.Options... opts)
Construct with the given pattern size and options set.
|