|
vision
|
Implements voxelOccupancyDetection PeriodicThread.
#include <SegmentorThread.hpp>
Private Attributes | |
| yarp::dev::IRGBDSensor * | iRGBDSensor |
| yarp::os::BufferedPort< yarp::sig::ImageOf< yarp::sig::PixelMono16 > > * | pOutImg |
| yarp::os::Port * | pOutPort |
| std::string | algorithm |
| std::string | locate |
| int | maxNumBlobs |
| double | morphClosing |
| double | morphOpening |
| int | outFeaturesFormat |
| int | outImage |
| int | seeBounding |
| int | threshold |
| double | fx_d |
| double | fy_d |
| double | cx_d |
| double | cy_d |
| double | fx_rgb |
| double | fy_rgb |
| double | cx_rgb |
| double | cy_rgb |
| yarp::os::Bottle | outFeatures |
| int | cropSelector |
| yarp::os::BufferedPort< yarp::sig::ImageOf< yarp::sig::PixelRgb > > * | outCropSelectorImg |
| yarp::os::Port * | inCropSelectorPort |
| DataProcessor | processor |
| int | searchAreaDilatation |
| float | depthLowThreshold |
| float | depthHighThreshold |
| int | occupancyThreshold |
| int | voxelResolution |
| float | utilityDepthLowThreshold |
| float | utilityDepthHighThreshold |
| int | numberUtilityVoxels |
| float | lowWThreshold |
| float | highWThreshold |
| float | lowHThreshold |
| float | highHThreshold |