Home
last modified time | relevance | path

Searched defs:_IplROI (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h402 typedef struct _IplROI struct
404 int coi; /* 0 - no COI (all channels are selected), 1 - 0th channel is selected ...*/
405 int xOffset;
406 int yOffset;
407 int width;
408 int height;
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h342 typedef struct _IplROI struct
344 int coi; /**< 0 - no COI (all channels are selected), 1 - 0th channel is selected ...*/
345 int xOffset;
346 int yOffset;
347 int width;
348 int height;