The SuperqModule class handle the superquadric computation and visualization, the point cloud and superquadric filtering and the interaction with the user. More...
#include <superqModule.h>
Public Member Functions | |
double | getPeriod () |
Get period function of RF module. More... | |
bool | updateModule () |
updateModule function of RF module | |
bool | configure (yarp::os::ResourceFinder &rf) |
configure function of RF module | |
bool | interruptModule () |
interrupt module function of RF module | |
bool | close () |
close function of RF module | |
bool | configOnOff (yarp::os::ResourceFinder &rf) |
Configure all on/off options. | |
bool | configFilter (yarp::os::ResourceFinder &rf) |
Configure point cloud filter options. | |
bool | configFilterSuperq (yarp::os::ResourceFinder &rf) |
Configure superquadric filter options. | |
bool | configServices (yarp::os::ResourceFinder &rf) |
Open ports for communication. | |
bool | configSuperq (yarp::os::ResourceFinder &rf) |
Configure superquadric computation otpions. | |
bool | configViewer (yarp::os::ResourceFinder &rf) |
Configure visualization options. | |
void | saveSuperq () |
Save computed superquadric. | |
bool | set_save_points (const std::string &entry) |
Set if to save or not the used point cloud. More... | |
std::string | get_save_points () |
Get if the used point cloud is saved or not. More... | |
bool | readPointCloud () |
In offline mode, read the point cloud from a txt file. | |
virtual yarp::os::Property | get_superq (const std::vector< yarp::sig::Vector > &point_cloud, const bool filtered_or_not, const bool reset_or_not) |
Get the parameters of the reconstructed superquadric. More... | |
virtual bool | read (yarp::os::ConnectionReader &connection) |
virtual std::vector< std::string > | help (const std::string &functionName="--all") |
Protected Member Functions | |
bool | attach (yarp::os::RpcServer &source) |
bool | set_tag_file (const std::string &tag_file) |
Set a tag name for saving the superquadric. More... | |
std::string | get_tag_file () |
Get the tag name used for saving the superquadric. More... | |
std::string | get_visualization () |
Return if visualization is on or off. More... | |
bool | set_visualization (const std::string &e) |
Set if visualization is on or off. More... | |
yarp::os::Property | get_superq (const std::vector< yarp::sig::Vector > &blob) |
Return the computed superquadric, given the 2D blob of the object. More... | |
bool | send_point_clouds (const std::vector< yarp::sig::Vector > &p) |
Get the point cloud for computing the superquadric. More... | |
bool | reset_filter () |
Reset median filter for improving superquadric estimation. More... | |
yarp::os::Property | get_superq_filtered () |
Return the filtered superquadric. More... | |
yarp::os::Property | fillProperty (const yarp::sig::Vector &sol) |
Property fill the property with the superquadric solution. More... | |
bool | set_points_filtering (const std::string &entry) |
Set if to filter or not the point cloud. More... | |
std::string | get_points_filtering () |
Get if the point cloud is filtered or not. More... | |
bool | set_superq_filtering (const std::string &entry) |
Set if to filter or not the superquadric. More... | |
std::string | get_superq_filtering () |
Get if the superquadric is filtered or not. More... | |
yarp::os::Property | get_options (const std::string &field) |
Get options of a given field: visualization, optimization, filtering. More... | |
bool | set_options (const yarp::os::Property &newOptions, const std::string &field) |
Set options of specified field: visualization, optimization, filtering. More... | |
bool | set_object_class (const std::string &objclass) |
Set object class for improving superquadric estimation. More... | |
Protected Attributes | |
int | r |
Red value for visualization. | |
int | g |
Green value for visualization. | |
int | b |
Blue value for visualization. | |
int | count |
Count variable. | |
int | rate |
Computation thread rate. | |
int | rate_vis |
Visualization thread rate. | |
std::string | tag_file |
Tag name of files for saving 3D points. | |
std::string | homeContextPath |
Path where code context is located. | |
yarp::os::ConstString | pointCloudFileName |
Pointcloud name file in case the module runs offline. | |
std::string | outputFileName |
Output file name saving the estimated superquadric. | |
std::vector< cv::Point > | contour |
OpenCV variable for blob extraction. | |
std::deque< yarp::sig::Vector > | points |
3D points used for reconstructing the superquadric | |
std::deque< yarp::sig::Vector > | points_aux |
3D points auxiliary used for reconstructing the superquadric | |
std::deque< cv::Point > | blob_points |
2D points of the segmented object | |
double | radius |
Radius for spatial density filter. | |
int | nnThreshold |
Density threshold for spatial density filter. | |
int | numVertices |
int | median_order |
Median filder order. | |
int | min_median_order |
Minimum median filder order allowed. | |
int | max_median_order |
Maximum median filder order allowed. | |
int | new_median_order |
New median filder order estimated. | |
bool | filter_points |
Boolean variable for enabling point cloud filtering. | |
bool | fixed_window |
Boolean variable for enabling the use of a fixed window during the median filter. | |
bool | filter_superq |
Boolean variable for enabling superquadric filtering. | |
std::string | what_to_plot |
String used for deciding what to plot: "points" or "superq". | |
double | threshold_median |
Threshold for velocity estimation for median order. | |
double | min_norm_vel |
Minimum norm of velocity for considering the object moving. | |
bool | mode_online |
Boolean variable for enabling online or offline mode. | |
bool | visualization_on |
Boolean variable for enabling visualization. | |
bool | go_on |
Boolean variable for going to the next step of the state machine. | |
bool | reset |
Boolean variable for resetting the median filter. | |
bool | save_points |
Boolean variable for enabling point cloud saving. | |
double | tol |
Tolerance of the optimization problem. | |
double | sum |
double | max_cpu_time |
Max cpu time allowed for solving the optimization problem. | |
int | acceptable_iter |
Acceptable iter of Ipopt algorithm. | |
int | max_iter |
Maximum iteration allowed of Ipopt algorithm. | |
int | optimizer_points |
Number of 3D points used for optimization. | |
std::string | mu_strategy |
Mu strategy of the Ipopt algorithm. | |
std::string | nlp_scaling_method |
NLP scaling method of the Ipopt algorithm. | |
yarp::sig::Vector | x |
Estimated superquadric. | |
yarp::sig::Vector | x_filtered |
Filtered superquadric. | |
double | t_superq |
Time required for computing superquadric. | |
std::deque< double > | times_superq |
Times used for computing several superquadrics. | |
double | t_vis |
Time for visualization. | |
std::deque< double > | times_vis |
Collections of times required for visualization. | |
yarp::os::BufferedPort< yarp::os::Property > | portSuperq |
Port for streaming the computed superquadric. | |
yarp::os::RpcServer | portRpc |
Rpc port for interaction. | |
int | vis_points |
Number of points used for visualization. | |
int | vis_step |
Number of visualization step. | |
std::string | eye |
Eye camera selected. | |
yarp::sig::Matrix | R |
yarp::sig::Matrix | H |
yarp::sig::Matrix | K |
yarp::sig::Vector | point |
yarp::sig::Vector | point1 |
yarp::sig::Vector | point2D |
std::deque< int > | Color |
Color used for visualization. | |
yarp::dev::PolyDriver | GazeCtrl |
Gaze Control driver for visualization. | |
yarp::dev::IGazeControl * | igaze |
Gaze Control interface. | |
yarp::os::ResourceFinder * | rf |
double | t |
double | t0 |
std::deque< std::string > | advanced_params |
yarp::os::Mutex | mutex |
yarp::os::Mutex | mutex_shared |
std::string | object_class |
SuperqComputation * | superqCom |
SuperqComputation class actually computes the superquadric. | |
SuperqVisualization * | superqVis |
SuperqVisualization class shows the estimated superquadric. | |
yarp::os::Property | filter_points_par |
Parameters of point cloud filter. | |
yarp::os::Property | filter_superq_par |
Parameters of superquadric filter. | |
yarp::os::Property | ipopt_par |
Parameters of the Ipopt optimization problem. | |
The SuperqModule class handle the superquadric computation and visualization, the point cloud and superquadric filtering and the interaction with the user.
It is used to set all the parameters (offline and online) and to launch all the thread for superquadric computation and visualization.
Definition at line 40 of file superqModule.h.
|
protected |
Property fill the property with the superquadric solution.
sol | is a Vector of the computed superquadric |
Definition at line 187 of file superqModule.cpp.
|
protectedvirtual |
Get options of a given field: visualization, optimization, filtering.
field | is one of the field of options |
Reimplemented from superquadricModel_IDL.
Definition at line 330 of file superqModule.cpp.
|
protectedvirtual |
Get if the point cloud is filtered or not.
Reimplemented from superquadricModel_IDL.
Definition at line 242 of file superqModule.cpp.
|
virtual |
Get if the used point cloud is saved or not.
Reimplemented from superquadricModel_IDL.
Definition at line 304 of file superqModule.cpp.
|
virtualinherited |
Get the parameters of the reconstructed superquadric.
point_cloud | is the 3D point cloud of the object we want to model with the superquadric, for instance: ((100.0 102.0) (100.0 103.0) ... ). |
filtered_or_not | is a bool variable specifing if we want the superquadric to be filtered (true/1) or not (false/0). |
reset_or_not | is a bool variable specifing if we want to reset the superquadric filtered (if enabled) or not. |
|
protected |
Return the computed superquadric, given the 2D blob of the object.
blob | is the 2D blob of the object |
Definition at line 99 of file superqModule.cpp.
|
protected |
Return the filtered superquadric.
Definition at line 170 of file superqModule.cpp.
|
protectedvirtual |
Get if the superquadric is filtered or not.
Reimplemented from superquadricModel_IDL.
Definition at line 291 of file superqModule.cpp.
|
protectedvirtual |
Get the tag name used for saving the superquadric.
Reimplemented from superquadricModel_IDL.
Definition at line 57 of file superqModule.cpp.
|
protectedvirtual |
Return if visualization is on or off.
Reimplemented from superquadricModel_IDL.
Definition at line 63 of file superqModule.cpp.
double SuperqModule::getPeriod | ( | ) |
Get period function of RF module.
Definition at line 376 of file superqModule.cpp.
|
protected |
Reset median filter for improving superquadric estimation.
Definition at line 162 of file superqModule.cpp.
|
protected |
Get the point cloud for computing the superquadric.
p | is the point cloud to be acquired |
Definition at line 132 of file superqModule.cpp.
|
protected |
Set object class for improving superquadric estimation.
objclass | is the object class (according to the shape) |
Definition at line 368 of file superqModule.cpp.
|
protectedvirtual |
Set options of specified field: visualization, optimization, filtering.
newOptions | is a property with the options to be set |
field | is the field of the options to be set |
Reimplemented from superquadricModel_IDL.
Definition at line 351 of file superqModule.cpp.
|
protectedvirtual |
Set if to filter or not the point cloud.
entre | can be "on" or "off" |
Reimplemented from superquadricModel_IDL.
Definition at line 212 of file superqModule.cpp.
|
virtual |
Set if to save or not the used point cloud.
entry | can be "on" or "off" |
Reimplemented from superquadricModel_IDL.
Definition at line 317 of file superqModule.cpp.
|
protectedvirtual |
Set if to filter or not the superquadric.
entry | can be "on" or "off" |
Reimplemented from superquadricModel_IDL.
Definition at line 255 of file superqModule.cpp.
|
protectedvirtual |
Set a tag name for saving the superquadric.
tag_file | is the name of the file where to save the superquadric |
Reimplemented from superquadricModel_IDL.
Definition at line 43 of file superqModule.cpp.
|
protectedvirtual |
Set if visualization is on or off.
e | can be "on" or "off" |
Reimplemented from superquadricModel_IDL.
Definition at line 72 of file superqModule.cpp.