#include <matching_result.h>
Public Member Functions | |
| MatchingResult () | |
| const char * | toString () |
Public Attributes | |
| std::vector< cv::DMatch > | all_matches |
| unsigned int | all_points |
| LoadedEdge3D | edge |
| Eigen::Matrix4f | final_trafo |
| Eigen::Matrix4f | icp_trafo |
| std::vector< cv::DMatch > | inlier_matches |
| unsigned int | inlier_points |
| unsigned int | occluded_points |
| unsigned int | outlier_points |
| Eigen::Matrix4f | ransac_trafo |
| float | rmse |
Definition at line 24 of file matching_result.h.
| MatchingResult::MatchingResult | ( | ) | [inline] |
Definition at line 26 of file matching_result.h.
| const char * MatchingResult::toString | ( | ) |
Definition at line 3 of file matching_result.cpp.
| std::vector<cv::DMatch> MatchingResult::all_matches |
Definition at line 36 of file matching_result.h.
| unsigned int MatchingResult::all_points |
Definition at line 42 of file matching_result.h.
Definition at line 37 of file matching_result.h.
| Eigen::Matrix4f MatchingResult::final_trafo |
Definition at line 40 of file matching_result.h.
| Eigen::Matrix4f MatchingResult::icp_trafo |
Definition at line 41 of file matching_result.h.
| std::vector<cv::DMatch> MatchingResult::inlier_matches |
Definition at line 35 of file matching_result.h.
| unsigned int MatchingResult::inlier_points |
Definition at line 42 of file matching_result.h.
| unsigned int MatchingResult::occluded_points |
Definition at line 42 of file matching_result.h.
| unsigned int MatchingResult::outlier_points |
Definition at line 42 of file matching_result.h.
| Eigen::Matrix4f MatchingResult::ransac_trafo |
Definition at line 39 of file matching_result.h.
| float MatchingResult::rmse |
Definition at line 38 of file matching_result.h.