Class Cv.TermCriteria
Inheritance
Cv.TermCriteria
Assembly: Assembly-CSharp.dll
Syntax
public class TermCriteria : HandleCppPtr
Constructors
|
Improve this Doc
View Source
TermCriteria()
Declaration
|
Improve this Doc
View Source
TermCriteria(Cv.TermCriteria.Type, Int32, Double)
Declaration
public TermCriteria(Cv.TermCriteria.Type type, int maxCount, double epsilon)
Parameters
Properties
|
Improve this Doc
View Source
Epsilon
Declaration
public double Epsilon { get; set; }
Property Value
|
Improve this Doc
View Source
MaxCount
Declaration
public int MaxCount { get; set; }
Property Value
|
Improve this Doc
View Source
TypeValue
Declaration
public int TypeValue { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides