MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Uživatelská příručka Strana 68

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 172
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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();
Zobrazit stránku 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 171 172

Komentáře k této Příručce

Žádné komentáře