This class contains common implementation for RCImageProvider and RCPointCloudProvider.
More...
#include <VisionX/libraries/RoboceptionUtility/RoboceptionUser.h>
|
| static void | fillCameraImageDepth (unsigned char *outputPixels, double f, double t, double scale, const rcg::Image &disparity, size_t upscale=1) |
| |
| static void | fillCameraImageRGB (unsigned char *outputPixels, size_t nImage, const rcg::Image &inputRgb) |
| |
| static void | fillCameraImageRGB (unsigned char *outputPixels, size_t nImage, const uint8_t *inputPixels, size_t width, size_t height, uint64_t pixelFormat, size_t xpadding) |
| |
This class contains common implementation for RCImageProvider and RCPointCloudProvider.
Definition at line 55 of file RoboceptionUser.h.
◆ cleanupRC()
◆ enableConfidence()
| void enableConfidence |
( |
bool |
enabled | ) |
|
|
protected |
◆ enableDisparity()
| void enableDisparity |
( |
bool |
enabled | ) |
|
|
protected |
◆ enableError()
| void enableError |
( |
bool |
enabled | ) |
|
|
protected |
◆ enableIntensity()
| void enableIntensity |
( |
bool |
enabled | ) |
|
|
protected |
◆ enableIntensityCombined()
| void enableIntensityCombined |
( |
bool |
enabled | ) |
|
|
protected |
◆ fillCameraImageDepth()
| void fillCameraImageDepth |
( |
unsigned char * |
outputPixels, |
|
|
double |
f, |
|
|
double |
t, |
|
|
double |
scale, |
|
|
const rcg::Image & |
disparity, |
|
|
size_t |
upscale = 1 |
|
) |
| |
|
staticprotected |
◆ fillCameraImageRGB() [1/2]
| void fillCameraImageRGB |
( |
unsigned char * |
outputPixels, |
|
|
size_t |
nImage, |
|
|
const rcg::Image & |
inputRgb |
|
) |
| |
|
staticprotected |
◆ fillCameraImageRGB() [2/2]
| void fillCameraImageRGB |
( |
unsigned char * |
outputPixels, |
|
|
size_t |
nImage, |
|
|
const uint8_t * |
inputPixels, |
|
|
size_t |
width, |
|
|
size_t |
height, |
|
|
uint64_t |
pixelFormat, |
|
|
size_t |
xpadding |
|
) |
| |
|
staticprotected |
◆ initDevice()
| bool initDevice |
( |
const std::string & |
dname | ) |
|
|
protected |
◆ printNodeMap()
| void printNodeMap |
( |
| ) |
const |
|
protected |
◆ setupStreamAndCalibration()
| void setupStreamAndCalibration |
( |
float |
scalefactor, |
|
|
const std::string & |
calibSavePath |
|
) |
| |
|
protected |
◆ startRC()
◆ stopRC()
◆ baseline
◆ cameraImages
| CByteImage** cameraImages {nullptr} |
|
protected |
◆ dev
◆ dimensions
| visionx::ImageDimension dimensions |
|
protected |
◆ focalLengthFactor
| double focalLengthFactor = 1.0 |
|
protected |
◆ nodemap
| std::shared_ptr<GenApi::CNodeMapRef> nodemap |
|
protected |
◆ numImages
◆ scaleFactor
◆ smallImages
| CByteImage** smallImages {nullptr} |
|
protected |
◆ stereoCalibration
| visionx::StereoCalibration stereoCalibration |
|
protected |
◆ stream
The documentation for this class was generated from the following files: