Class GFTTDetector
Good Features To Track Detector
Inheritance
System.Object
GFTTDetector
Assembly: OpenCvSharp.dll
Syntax
public class GFTTDetector : Feature2D, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
GFTTDetector(IntPtr)
Declaration
protected GFTTDetector(IntPtr p)
Parameters
Type |
Name |
Description |
IntPtr |
p |
|
Properties
|
Improve this Doc
View Source
BlockSize
Declaration
public int BlockSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HarrisDetector
Declaration
public bool HarrisDetector { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
K
Declaration
public double K { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
MaxFeatures
Declaration
public int MaxFeatures { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinDistance
Declaration
public double MinDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
QualityLevel
Declaration
public double QualityLevel { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
Create(Int32, Double, Double, Int32, Boolean, Double)
Declaration
public static GFTTDetector Create(int maxCorners = 1000, double qualityLevel = 0.01, double minDistance = 1, int blockSize = 3, bool useHarrisDetector = false, double k = 0.04)
Parameters
Type |
Name |
Description |
System.Int32 |
maxCorners |
|
System.Double |
qualityLevel |
|
System.Double |
minDistance |
|
System.Int32 |
blockSize |
|
System.Boolean |
useHarrisDetector |
|
System.Double |
k |
|
Returns
|
Improve this Doc
View Source
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()
Overrides
Implements