C# Class OpenCvSharp.BRISK

BRISK implementation
Inheritance: Feature2D
Afficher le fichier Open project: shimat/opencvsharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( IEnumerable radiusList, IEnumerable numberList, float dMax = 5.85f, float dMin = 8.2f, IEnumerable indexChange = null ) : BRISK

custom setup

Create ( int thresh = 30, int octaves = 3, float patternScale = 1.0f ) : BRISK

Méthodes protégées

Méthode Description
BRISK ( ) : System

BRISK ( IntPtr p ) : System

Dispose ( bool disposing ) : void

Releases the resources

Method Details

BRISK() protected méthode

protected BRISK ( ) : System
Résultat System

BRISK() protected méthode

protected BRISK ( IntPtr p ) : System
p System.IntPtr
Résultat System

Create() public static méthode

custom setup
public static Create ( IEnumerable radiusList, IEnumerable numberList, float dMax = 5.85f, float dMin = 8.2f, IEnumerable indexChange = null ) : BRISK
radiusList IEnumerable
numberList IEnumerable
dMax float
dMin float
indexChange IEnumerable
Résultat BRISK

Create() public static méthode

public static Create ( int thresh = 30, int octaves = 3, float patternScale = 1.0f ) : BRISK
thresh int
octaves int
patternScale float
Résultat BRISK

Dispose() protected méthode

Releases the resources
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
Résultat void