struct IplROI
Overview
#include <types_c.h> struct IplROI { // fields int coi; int height; int width; int xOffset; int yOffset; };
Detailed Documentation
Fields
int coi
0 - no COI (all channels are selected), 1 - 0th channel is selected …
#include <types_c.h> struct IplROI { // fields int coi; int height; int width; int xOffset; int yOffset; };
int coi
0 - no COI (all channels are selected), 1 - 0th channel is selected …