| AgastFeatureDetectorNonmaxSuppression Property |
if true, non-maximum suppression is applied to detected corners (keypoints).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int NonmaxSuppression { get; set; }
Public Property NonmaxSuppression As Integer
Get
Set
public:
property int NonmaxSuppression {
int get ();
void set (int value);
}
member NonmaxSuppression : int with get, set
Property Value
Type:
Int32See Also