ORBEdgeThreshold Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int EdgeThreshold { get; set; }
Public Property EdgeThreshold As Integer
Get
Set
public:
property int EdgeThreshold {
int get ();
void set (int value);
}
member EdgeThreshold : int with get, set
function get_EdgeThreshold();
function set_EdgeThreshold(value);
Property Value
Type:
Int32
See Also