BRISK class
BRISK is a wrapper around the cv::BRISK algorithm.
- Inheritance
- Available extensions
Constructors
- BRISK.empty()
-
returns a new BRISK algorithm
factory
- BRISK.fromPointer(BRISKPtr ptr, [bool attach = true])
-
factory
Properties
Methods
-
detect(
Mat src) → VecKeyPoint - Detect keypoints in an image using BRISK.
-
detectAndCompute(
Mat src, Mat mask) → (VecKeyPoint, Mat) - DetectAndCompute keypoints and compute in an image using BRISK.
-
dispose(
) → void -
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