FastFeatureDetectorDetectorType Enumeration |
http://www.emgu.com
One of the three neighborhoods as defined in the paper
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration DetectorType
public enum class DetectorType
Members
| Member name | Value | Description |
---|
| Type5_8 | 0 |
The type5_8
|
| Type7_12 | 1 |
The type7_12
|
| Type9_16 | 2 |
The type9_16
|
See Also