VariationalRefinementFixedPointIterations Property |
http://www.emgu.com
Number of outer (fixed-point) iterations in the minimization procedure.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int FixedPointIterations { get; set; }
Public Property FixedPointIterations As Integer
Get
Set
public:
property int FixedPointIterations {
int get ();
void set (int value);
}
member FixedPointIterations : int with get, set
Property Value
Type:
Int32
See Also