|
|
A brief description. More...
#include <VisionX/components/image_processor/CropRobotFromImage/MaskRobotInImage.h>
Public Member Functions | |
| CByteImage * | getMaskImage (Ice::Long timestamp) |
| MaskRobotInImage (RobotStateComponentInterfacePrx robotStateComponent, std::string cameraFrameName, visionx::ImageFormatInfo imageFormat, float fov, SbColor backgroundColor=SbColor(0.f,(177.f/255.f),(64.f/255.f)), bool flipImages=true, bool useFullModel=true, float collisionModelInflationMargin=0.f) | |
| MaskRobotInImage Constructor. More... | |
| void | setBackgroundColor (SbColor newBackgroundColor) |
| ~MaskRobotInImage () | |
| MaskRobotInImage Destructor. More... | |
| MaskRobotInImage | ( | RobotStateComponentInterfacePrx | robotStateComponent, |
| std::string | cameraFrameName, | ||
| visionx::ImageFormatInfo | imageFormat, | ||
| float | fov, | ||
| SbColor | backgroundColor = SbColor(0.f, (177.f / 255.f), (64.f / 255.f)), |
||
| bool | flipImages = true, |
||
| bool | useFullModel = true, |
||
| float | collisionModelInflationMargin = 0.f |
||
| ) |
MaskRobotInImage Constructor.
Definition at line 40 of file MaskRobotInImage.cpp.
Here is the call graph for this function:| ~MaskRobotInImage | ( | ) |
MaskRobotInImage Destructor.
Definition at line 114 of file MaskRobotInImage.cpp.
| CByteImage * getMaskImage | ( | Ice::Long | timestamp | ) |
Definition at line 119 of file MaskRobotInImage.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setBackgroundColor | ( | SbColor | newBackgroundColor | ) |
Definition at line 214 of file MaskRobotInImage.cpp.