KAZE class

KAZE is a wrapper around the cv::KAZE.

Inheritance
Available extensions

Constructors

KAZE.create({bool extended = false, bool upright = false, double threshold = 0.001, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivityType diffusivity = KAZEDiffusivityType.DIFF_PM_G2})
/ The KAZE constructor
factory
KAZE.empty()
returns a new KAZE algorithm
factory
KAZE.fromPointer(KAZEPtr ptr, [bool attach = true])
factory

Properties

defaultName String
no setteroverride
diffusivity KAZEDiffusivityType
getter/setter pair
extended bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setteroverride
nOctaveLayers int
getter/setter pair
octaves int
getter/setter pair
props List<Object?>
no setterinherited
ptr Pointer<KAZE>
getter/setter pairinherited
ref → KAZE
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold double
getter/setter pair
upright bool
getter/setter pair

Methods

detect(Mat src, {VecKeyPoint? keypoints, Mat? mask}) VecKeyPoint
Detect keypoints in an image using KAZE.
override
detectAndCompute(Mat src, Mat mask, {VecKeyPoint? keypoints, Mat? descriptors, bool useProvidedKeypoints = false}) → (VecKeyPoint, Mat)
DetectAndCompute keypoints and compute in an image using KAZE.
override
detectAndComputeAsync(Mat src, Mat mask, {Mat? descriptors, VecKeyPoint? keypoints, bool useProvidedKeypoints = false}) Future<(VecKeyPoint, Mat)>

Available on KAZE, provided by the KAZEAsync extension

DetectAndCompute keypoints and compute in an image using KAZE.
detectAsync(Mat src, {VecKeyPoint? keypoints, Mat? mask}) Future<VecKeyPoint>

Available on KAZE, provided by the KAZEAsync extension

Detect keypoints in an image using KAZE.
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

finalizer NativeFinalizer
final