40 #ifndef vpFrameGrabber_hh
41 #define vpFrameGrabber_hh
43 #include <visp3/core/vpImage.h>
44 #include <visp3/core/vpRGBa.h>
114 inline unsigned int getHeight()
const {
return height ; }
117 inline unsigned int getWidth()
const {
return width ; }
135 virtual void close() =0 ;
virtual ~vpFrameGrabber()
unsigned int getWidth() const
Return the number of columns in the image.
unsigned int height
Number of rows in the image.
Base class for all video devices. It is designed to provide a front end to video sources.
bool init
Set to true if the frame grabber has been initialized.
unsigned int width
Number of columns in the image.