Cirrus Logic CS485 Spezifikationen Seite 75

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 319
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 74
Image Creation and Access
4-21
4
CreateROI
Allocates and sets the
region of interest (ROI)
structure.
IplROI* iplCreateROI(int
coi
, int
xOffset
, int
yOffset
,
int
width
, int
height
);
coi
The channel of interest. It can be set to 0 (for all
channels) or to a specific channel number.
xOffset, yOffset
The offsets from the origin of the rectangular
region.
width, height
The size of the rectangular region.
Discussion
The function iplCreateROI() allocates a new ROI structure with the
specified attributes and returns a pointer to this structure. You can delete
this structure by calling
iplDeleteROI().
Return Value
A pointer to the newly constructed ROI structure or NULL.
DeleteROI
Allocates and sets the
region of interest (ROI)
structure.
void iplDeleteROI(IplROI*
roi
);
roi
The ROI structure to be deleted.
Seitenansicht 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 318 319

Kommentare zu diesen Handbüchern

Keine Kommentare