MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 68

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 172
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 67
4 Defining Your Adaptor Class
4-4
Pure Virtual Function Description with Declaration
getNumberOfBands() Returns the number of bands used in the returned image data — see
“Specifying Image Dimensions” on page 5-5.
virtual int getNumberOfBands() const;
openDevice() Opens a connection with the device, preparing it for use — see
“Opening and Closing Connection with a Device” on page 5-10.
virtual bool openDevice();
startCapture() Starts retrieving frames from the device — see “Starting and Stopping
Image Acquisition” on page 5-15.
virtual bool startCapture();
stopCapture() Stops retrieving frames from the device — see “Suggested Algorithm
for stopCapture()” on page 5-17.
virtual bool stopCapture();
Seitenansicht 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 171 172

Kommentare zu diesen Handbüchern

Keine Kommentare