CrossControl::RegionOfInterest Struct Reference
Defines the region of interest. The ROIs (regions of interest) are used to acquire data from the camera image using subscribe/notification mechanism. The data can be the image content of the region itself or a histogram of the region. ROIs are interpreted as an array of structures and referenced by its index (roiIndex). More...
#include <camtypes.h>
Collaboration diagram for CrossControl::RegionOfInterest:

Public Attributes | |
| Rectangle | roiSizeAndPosition |
| VideoFormat | videoFormat |
| HistogramFormat | histogramFormat |
Detailed Description
Defines the region of interest. The ROIs (regions of interest) are used to acquire data from the camera image using subscribe/notification mechanism. The data can be the image content of the region itself or a histogram of the region. ROIs are interpreted as an array of structures and referenced by its index (roiIndex).
Member Data Documentation
| HistogramFormat CrossControl::RegionOfInterest::histogramFormat |
The histogram format.
| Rectangle CrossControl::RegionOfInterest::roiSizeAndPosition |
Rectangular region of interest.
| VideoFormat CrossControl::RegionOfInterest::videoFormat |
The video format.
The documentation for this struct was generated from the following file:

1.8.11