DMatch class
Constructors
- DMatch(int queryIdx, int trainIdx, int imgIdx, double distance)
- 
          
            factory
- DMatch.fromNative(DMatch r)
- 
          
            factory
- 
          DMatch.fromPointer(Pointer<DMatch> p, {bool attach = true})
- 
          
            factory
Properties
- distance ↔ double
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- imgIdx ↔ int
- 
  
  getter/setter pair
- 
  props
  → List<Object?> 
- 
  
  no setteroverride
- 
  ptr
  ↔ Pointer<DMatch> 
- 
  
  getter/setter pairinherited
- queryIdx ↔ int
- 
  
  getter/setter pair
- ref → DMatch
- 
  
  no setteroverride
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- trainIdx ↔ int
- 
  
  getter/setter pair
Methods
- 
  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