1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00

python: force using of ArgInfo

This commit is contained in:
Alexander Alekhin
2019-11-15 18:04:16 +03:00
parent 10828884ec
commit 47de8dd38f
4 changed files with 23 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ typedef Ptr<PoseCluster3D> PoseCluster3DPtr;
* various helper methods to work with poses
*
*/
class CV_EXPORTS Pose3D
class CV_EXPORTS_W Pose3D
{
public:
Pose3D()