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: 3.3.0.2824 (3.3.0.2824)
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