When multiple poses (see Pose3D) are grouped together (contribute to the same transformation) pose clusters occur. This class is a general container for such groups of poses. It is possible to store, load and perform IO on these poses.
More...
#include "pose_3d.hpp"
When multiple poses (see Pose3D) are grouped together (contribute to the same transformation) pose clusters occur. This class is a general container for such groups of poses. It is possible to store, load and perform IO on these poses.
cv::ppf_match_3d::PoseCluster3D::PoseCluster3D |
( |
| ) |
|
|
inline |
cv::ppf_match_3d::PoseCluster3D::PoseCluster3D |
( |
Pose3DPtr |
newPose | ) |
|
|
inline |
cv::ppf_match_3d::PoseCluster3D::PoseCluster3D |
( |
Pose3DPtr |
newPose, |
|
|
int |
newId |
|
) |
| |
|
inline |
virtual cv::ppf_match_3d::PoseCluster3D::~PoseCluster3D |
( |
| ) |
|
|
inlinevirtual |
void cv::ppf_match_3d::PoseCluster3D::addPose |
( |
Pose3DPtr |
newPose | ) |
|
Adds a new pose to the cluster. The pose should be "close" to the mean poses in order to preserve the consistency.
- Parameters
-
[in] | newPose | Pose to add to the cluster |
int cv::ppf_match_3d::PoseCluster3D::readPoseCluster |
( |
FILE * |
f | ) |
|
int cv::ppf_match_3d::PoseCluster3D::readPoseCluster |
( |
const std::string & |
FileName | ) |
|
int cv::ppf_match_3d::PoseCluster3D::writePoseCluster |
( |
FILE * |
f | ) |
|
int cv::ppf_match_3d::PoseCluster3D::writePoseCluster |
( |
const std::string & |
FileName | ) |
|
int cv::ppf_match_3d::PoseCluster3D::id |
int cv::ppf_match_3d::PoseCluster3D::numVotes |
std::vector<Pose3DPtr> cv::ppf_match_3d::PoseCluster3D::poseList |
The documentation for this class was generated from the following file:
- /builds/master-contrib_docs-mac/opencv_contrib/modules/surface_matching/include/opencv2/surface_matching/pose_3d.hpp