Class TermCriteria

java.lang.Object
org.opencv.core.TermCriteria

public class TermCriteria
extends Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int COUNT
    The maximum number of iterations or elements to compute
    static int EPS
    The desired accuracy threshold or change in parameters at which the iterative algorithm is terminated.
    double epsilon  
    static int MAX_ITER
    The maximum number of iterations or elements to compute
    int maxCount  
    int type  
  • Constructor Summary

    Constructors 
    Constructor Description
    TermCriteria()
    Termination criteria for iterative algorithms.
    TermCriteria​(double[] vals)  
    TermCriteria​(int type, int maxCount, double epsilon)
    Termination criteria for iterative algorithms.
  • Method Summary

    Modifier and Type Method Description
    TermCriteria clone()  
    boolean equals​(Object obj)  
    int hashCode()  
    void set​(double[] vals)  
    String toString()  

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait