The OpenVX Specification  a73e458
The termination criteria list.

Detailed Description

See also
Optical Flow Pyramid (LK)

Macros

#define VX_TERM_CRITERIA_BOTH   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_TERM_CRITERIA, 0x2))
 Indicates that both an iterations and eplison method are employed. Whichever one matches first causes the termination.
 
#define VX_TERM_CRITERIA_EPSILON   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_TERM_CRITERIA, 0x1))
 Indicates a termination after matching against the value of eplison provided to the function.
 
#define VX_TERM_CRITERIA_ITERATIONS   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_TERM_CRITERIA, 0x0))
 Indicates a termination after a set number of iterations.