Go to the documentation of this file.
28 #include <opencv2/opencv.hpp>
35 #include <RobotAPI/interface/components/ViewSelectionInterface.h>
36 #include <RobotAPI/interface/core/RobotState.h>
46 #include <Image/IplImageAdaptor.h>
62 defineOptionalProperty<std::string>(
63 "RobotStateComponentName",
64 "RobotStateComponent",
65 "Name of the robot state component that should be used");
66 defineOptionalProperty<std::string>(
69 "Name of the ViewSelection component that should be used");
70 defineOptionalProperty<std::string>(
73 "Name of the frame of the head base in the robot model");
74 defineOptionalProperty<std::string>(
75 "providerName",
"ImageProvider",
"Name of the image provider that should be used");
77 defineOptionalProperty<std::string>(
"TrainingData",
78 "/common/homes/students/zhu/home/",
79 "Path to the training data set");
103 return "ValveAttention";
120 void addSaliencyRecursive(
const int currentNodeIndex,
121 std::vector<bool>& visitedNodes,
122 const float saliency,
124 const float maxDistanceOnArc);
130 ViewSelectionInterfacePrx viewSelection;
135 std::string headFrameName;
139 std::string providerName;
140 int numImages, numResultImages;
void onConnectPointCloudAndImageProcessor() override
Implement this method in your PointCloudAndImageProcessor in order execute parts when the component i...
Brief description of class ValveAttention.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
std::string getDefaultName() const override
void onInitPointCloudAndImageProcessor() override
Setup the vision component.
void onDisconnectPointCloudAndImageProcessor() override
Implement this method in the PointCloudAndImageProcessor in order to execute parts when the component...
ValveAttentionPropertyDefinitions(std::string prefix)
void process() override
Process the vision component.
Default component property definition container.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onExitPointCloudAndImageProcessor() override
Exit the ImapeProcessor component.
std::shared_ptr< class Robot > RobotPtr
The PointCloudAndImageProcessor class provides an interface for access to PointCloudProviders and Ima...