Click or drag to resize

MCvTermCriteria Constructor

http://www.emgu.com
Overload List
  NameDescription
Public methodMCvTermCriteria(Double)
Create the termination Criteria using only the constrain of epsilon
Public methodMCvTermCriteria(Int32)
Create the termination criteria using the constrain of maximum iteration
Public methodMCvTermCriteria(Int32, Double)
Create the termination criteria using the constrain of maximum iteration as well as epsilon
Top
See Also