MCvTermCriteria Constructor (Int32, Double) |
http://www.emgu.com
Create the termination criteria using the constrain of maximum iteration as well as epsilon
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic MCvTermCriteria(
int maxIteration,
double eps
)
Public Sub New (
maxIteration As Integer,
eps As Double
)
public:
MCvTermCriteria(
int maxIteration,
double eps
)
new :
maxIteration : int *
eps : float -> MCvTermCriteria
Parameters
- maxIteration
- Type: SystemInt32
The maximum number of iteration allowed - eps
- Type: SystemDouble
The epsilon value
See Also