|
Valkka
0.17.0
OpenSource Video Management
|
A rectangle that's drawn on top of the video bitmap. More...
#include <openglobject.h>


Public Member Functions | |
| virtual void | draw () |
| void | setCoordinates (float left, float right, float top, float bottom) |
Protected Attributes | |
| std::array< GLfloat, 12 > | vertices |
| data of the vertex buffer object | |
Protected Attributes inherited from OverlayObject | |
| GLuint | VAO |
| id of the vertex array object | |
| GLuint | VBO |
| id of the vertex buffer object | |
| bool | is_set |
| have coordinates been given? | |
A rectangle that's drawn on top of the video bitmap.
Useful for object detection.
1.8.13