MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Podręcznik Użytkownika Strona 68

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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();
Przeglądanie stron 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag