mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 17:24:28 +08:00
Fix reallocation issue of raw poses vector
This commit is contained in:
@@ -166,7 +166,7 @@ private:
|
||||
|
||||
bool matchPose(const Pose3D& sourcePose, const Pose3D& targetPose);
|
||||
|
||||
void clusterPoses(std::vector<Pose3DPtr> poseList, int numPoses, std::vector<Pose3DPtr> &finalPoses);
|
||||
void clusterPoses(std::vector<Pose3DPtr>& poseList, int numPoses, std::vector<Pose3DPtr> &finalPoses);
|
||||
|
||||
bool trained;
|
||||
};
|
||||
|
Reference in New Issue
Block a user