OpenCV  3.2.0-dev
Open Source Computer Vision

#include "types_c.h"

Collaboration diagram for IplROI:

Public Attributes

int coi
 0 - no COI (all channels are selected), 1 - 0th channel is selected ... More...
 
int height
 
int width
 
int xOffset
 
int yOffset
 

Member Data Documentation

int IplROI::coi

0 - no COI (all channels are selected), 1 - 0th channel is selected ...

Referenced by cvRectToROI().

int IplROI::height

Referenced by cvRectToROI(), and cvROIToRect().

int IplROI::width

Referenced by cvRectToROI(), and cvROIToRect().

int IplROI::xOffset

Referenced by cvRectToROI(), and cvROIToRect().

int IplROI::yOffset

Referenced by cvRectToROI(), and cvROIToRect().


The documentation for this struct was generated from the following file: