VariationalRefinementSorIterations Property |
http://www.emgu.com
Number of inner successive over-relaxation (SOR) iterations in the minimization procedure to solve the respective linear system.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int SorIterations { get; set; }
Public Property SorIterations As Integer
Get
Set
public:
property int SorIterations {
int get ();
void set (int value);
}
member SorIterations : int with get, set
Property Value
Type:
Int32
See Also