The FrameGrabber25D abstract interface, can be used to grab images from a specialized source.
More...
#include <FrameGrabber25D.hpp>
Inherited by GLFrameGrabber25D.
The FrameGrabber25D abstract interface, can be used to grab images from a specialized source.
◆ FrameGrabber25D()
◆ getFieldOfViewY()
virtual double getFieldOfViewY |
( |
| ) |
|
|
pure virtual |
Returns the field of view measured around the y-axis.
- Returns
- Field of view measured around y-axis in radians
Implemented in GLFrameGrabber25D.
◆ getHeight()
size_t getHeight |
( |
| ) |
const |
|
inline |
returns the height of the image
- Returns
- the height of the image
◆ getImage()
returns the image
- Returns
- the image
◆ getMaxDepth()
virtual double getMaxDepth |
( |
| ) |
|
|
pure virtual |
maximum depth that this framegrabber can handle
- Returns
- maximum depth in meter
Implemented in GLFrameGrabber25D.
◆ getMinDepth()
virtual double getMinDepth |
( |
| ) |
|
|
pure virtual |
minimum depth that this framegrabber can handle
- Returns
- minimum depth in meter
Implemented in GLFrameGrabber25D.
◆ getWidth()
size_t getWidth |
( |
| ) |
const |
|
inline |
returns the width of the image
- Returns
- the height of the image
◆ resize()
void resize |
( |
size_t |
width, |
|
|
size_t |
height |
|
) |
| |
|
inline |
resizes the image that this frameGrabber use. The colorcode will default to the one that FrameGrabber25D was initialized with.
- Parameters
-
width | [in] width of image |
height | [in] height of image |
The documentation for this class was generated from the following file: