|
bool | check_template () |
|
std::vector< cv::Point2d > * | correspondances () |
|
bool | estimate_od (ros::ServiceClient client, cv::Mat src_img, std::vector< cv::KeyPoint > sourceimg_keypoints, image_geometry::PinholeCameraModel pcam, double err_thr, cv::Mat &stack_img, cv::flann::Index *ft, posedetection_msgs::Object6DPose *o6p) |
|
std::string | get_window_name () |
|
double | log_fac (int n) |
|
| Matching_Template () |
|
| Matching_Template (cv::Mat img, std::string matching_frame, int original_width_size, int original_height_size, double template_width, double template_height, tf::Transform relativepose, cv::Mat affine_matrix, double reprojection_threshold, double distanceratio_threshold, std::string window_name, bool autosize) |
|
int | min_inlier (int n, int m, double p_badsupp, double p_badxform) |
|
int | set_template (ros::ServiceClient client) |
|
virtual | ~Matching_Template () |
|
Definition at line 94 of file point_pose_extractor.cpp.
Matching_Template::Matching_Template |
( |
| ) |
|
|
inline |
Matching_Template::Matching_Template |
( |
cv::Mat |
img, |
|
|
std::string |
matching_frame, |
|
|
int |
original_width_size, |
|
|
int |
original_height_size, |
|
|
double |
template_width, |
|
|
double |
template_height, |
|
|
tf::Transform |
relativepose, |
|
|
cv::Mat |
affine_matrix, |
|
|
double |
reprojection_threshold, |
|
|
double |
distanceratio_threshold, |
|
|
std::string |
window_name, |
|
|
bool |
autosize |
|
) |
| |
|
inline |
virtual Matching_Template::~Matching_Template |
( |
| ) |
|
|
inlinevirtual |
bool Matching_Template::check_template |
( |
| ) |
|
|
inline |
std::vector<cv::Point2d>* Matching_Template::correspondances |
( |
| ) |
|
|
inline |
double Matching_Template::log_fac |
( |
int |
n | ) |
|
|
inline |
int Matching_Template::min_inlier |
( |
int |
n, |
|
|
int |
m, |
|
|
double |
p_badsupp, |
|
|
double |
p_badxform |
|
) |
| |
|
inline |
cv::Mat Matching_Template::_affine_matrix |
std::vector<cv::Point2d> Matching_Template::_correspondances |
double Matching_Template::_distanceratio_threshold |
int Matching_Template::_original_height_size |
int Matching_Template::_original_width_size |
cv::Mat Matching_Template::_previous_stack_img |
double Matching_Template::_reprojection_threshold |
cv::Mat Matching_Template::_template_descriptors |
double Matching_Template::_template_height |
cv::Mat Matching_Template::_template_img |
std::vector<cv::KeyPoint> Matching_Template::_template_keypoints |
double Matching_Template::_template_width |
The documentation for this class was generated from the following file: