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