opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

CvTermCriteria Struct Reference

CvTermCriteria Struct Reference
[C structures and operations]

#include <types_c.h>

Data Fields

int type
 may be combination of CV_TERMCRIT_ITER CV_TERMCRIT_EPS

Detailed Description

See also:
TermCriteria

Definition at line 835 of file core/types_c.h.


Field Documentation

int type

may be combination of CV_TERMCRIT_ITER CV_TERMCRIT_EPS

Definition at line 837 of file core/types_c.h.