Class: OpenCV::CvTermCriteria

Inherits:
Object
  • Object
show all
Defined in:
ext/cvtermcriteria.cpp

Overview

CvTermCriteria has parameter “max” and “eps”. “max” is the maximum repetition frequency. “eps” is a minimum difference value during current and previous state (It is different to which state “eps” refer depending on the method).

Because the name of CvTermCriteria seems to be very long, it has alias named CvTerm.