AKAZE class
AKAZE is a wrapper around the cv::AKAZE algorithm.
Constructors
- AKAZE.create({AKAZEDescriptorType descriptorType = AKAZEDescriptorType.DESCRIPTOR_MLDB, int descriptorSize = 0, int descriptorChannels = 3, double threshold = 0.001, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivityType diffusivity = KAZEDiffusivityType.DIFF_PM_G2, int maxPoints = -1})
-
The AKAZE constructor.
factory
- AKAZE.empty()
-
returns a new AKAZE algorithm
factory
- AKAZE.fromPointer(AKAZEPtr ptr, [bool attach = true])
-
factory
Properties
- defaultName → String
-
no setteroverride
- descriptorChannels ↔ int
-
getter/setter pair
- descriptorSize ↔ int
-
getter/setter pair
- descriptorType ↔ AKAZEDescriptorType
-
getter/setter pair
- diffusivity ↔ KAZEDiffusivityType
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setteroverride
- maxPoints ↔ int
-
getter/setter pair
- nOctaveLayers ↔ int
-
getter/setter pair
- nOctaves ↔ int
-
getter/setter pair
-
props
→ List<
Object?> -
no setterinherited
-
ptr
↔ Pointer<
AKAZE> -
getter/setter pairinherited
- ref → AKAZE
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threshold ↔ double
-
getter/setter pair
Methods
-
detect(
Mat src, {VecKeyPoint? keypoints, Mat? mask}) → VecKeyPoint -
Detect keypoints in an image using AKAZE.
override
-
detectAndCompute(
Mat src, Mat mask, {Mat? descriptors, VecKeyPoint? keypoints, bool useProvidedKeypoints = false}) → (VecKeyPoint, Mat) -
DetectAndCompute keypoints and compute in an image using AKAZE.
override
-
detectAndComputeAsync(
Mat src, Mat mask, {Mat? descriptors, VecKeyPoint? keypoints, bool useProvidedKeypoints = false}) → Future< (VecKeyPoint, Mat)> -
Available on AKAZE, provided by the AKAZEAsync extension
DetectAndCompute keypoints and compute in an image using AKAZE. -
detectAsync(
Mat src, {VecKeyPoint? keypoints, Mat? mask}) → Future< VecKeyPoint> -
Available on AKAZE, provided by the AKAZEAsync extension
Detect keypoints in an image using AKAZE. -
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