![]() |
HoviTron Video Pipeline
|
Struct that contains datas for the geometry shader of the warping pipeline. More...
#include <BuffersControllerWarping.h>
Data Fields | |
float | w |
float | h |
float | pixelThresh |
float | scaleFactor = 1.0 |
Struct that contains datas for the geometry shader of the warping pipeline.
Struct that contains datas for the geometry shader of the warping pipeline.
Definition at line 111 of file BuffersControllerWarping.h.
float RvsSynGeom::h |
heigth of the depth image used as input
Definition at line 115 of file BuffersControllerWarping.h.
float RvsSynGeom::pixelThresh |
Threshold on the size of elongated triangle to determine quality
Definition at line 117 of file BuffersControllerWarping.h.
float RvsSynGeom::scaleFactor = 1.0 |
Scale factor to be applied on the scene
Definition at line 119 of file BuffersControllerWarping.h.
float RvsSynGeom::w |
width of the depth image used as input
Definition at line 113 of file BuffersControllerWarping.h.