[This is preliminary documentation and is subject to change.]

Overload List

NameDescription
MCvTermCriteria(Double)
Create the termination Criteria using only the constrain of epsilon
MCvTermCriteria(Int32)
Create the termination criteria using the constrain of maximum iteration
MCvTermCriteria(Int32, Double)
Create the termination criteria using the constrain of maximum iteration as well as epsilon

See Also