CharucoBoard class
Constructors
- CharucoBoard.create((int, int) size, double squareLength, double markerLength, ArucoDictionary dictionary, {VecI32? ids})
-
factory
- CharucoBoard.empty()
-
factory
- CharucoBoard.fromPointer(CharucoBoardPtr ptr, [bool attach = true])
-
factory
Properties
- chessboardCorners → VecPoint3f
-
no setter
- chessboardSize → Size
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- ids → VecI32
-
no setter
- isDisposed → bool
-
Whether this object has been disposed.
no setterinherited
- legacyPattern ↔ bool
-
getter/setter pair
- markerLength → double
-
no setter
- objPoints → VecVecPoint3f
-
no setter
-
props
→ List<
Object?> -
no setterinherited
-
ptr
↔ Pointer<
CharucoBoard> -
getter/setter pairinherited
- ref → CharucoBoard
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- squareLength → double
-
no setter
Methods
-
checkCharucoCornersCollinear(
VecI32 charucoIds) → bool -
dispose(
) → void -
Releases the underlying native resources. Idempotent: calling it more
than once is safe, but the object must not be used after dispose.
inherited
-
freeNative(
) → void -
Frees the native resources owned by this object. Subclasses implement the
concrete free logic here; callers must use dispose instead.
override
-
generateImage(
(int, int) outSize, {OutputArray? img, int marginSize = 0, int borderBits = 1}) → Mat -
matchImagePoints(
VecPoint2f detectedCharuco, VecI32 detectedIds, {Mat? objPoints, Mat? imgPoints}) → (Mat, Mat) -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- finalizer → NativeFinalizer
-
final