FlannBasedMatcher class
FlannBasedMatcher is a wrapper around the cv::FlannBasedMatcher.
- Implemented types
Constructors
- FlannBasedMatcher.empty()
-
returns a new FlannBasedMatcher algorithm
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ptr → FlannBasedMatcher
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
knnMatch(
Mat query, Mat train, int k) → List< List< DMatch> > - KnnMatch Finds the k best matches for each descriptor from a query set.
-
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