Package pyopencv :: Module cvaux_ext :: Class LevMarqSparse
[hide private]
[frames] | no frames]

Class LevMarqSparse

 object --+    
          |    
??.instance --+
              |
             LevMarqSparse

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
clear(...)
clear( (LevMarqSparse)arg1) -> None :
 
run(...)
run( (LevMarqSparse)arg1, (object)npoints, (object)ncameras, (object)nPointParams, (object)nCameraParams, (object)nErrParams, (Mat)visibility, (Mat)P0, (Mat)X, (TermCriteria)criteria, (object)fjac, (object)func, (object)data) -> None :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
bundleAdjust(...)
bundleAdjust( (vector_Point3d)points, (vector_vector_Point2d)imagePoints, (vector_vector_int)visibility, (vector_Mat)cameraMatrix, (vector_Mat)R, (vector_Mat)T, (vector_Mat)distCoeffs [, (TermCriteria)criteria=TermCriteria(type=3, maxCount=30, epsilon=2.2204460492503131e-16)]) -> None :
Class Variables [hide private]
  __instance_size__ = 176
Properties [hide private]
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)npoints, (object)ncameras, (object)nPointParams, (object)nCameraParams, (object)nErrParams, (Mat)visibility, (Mat)P0, (Mat)X, (TermCriteria)criteria, (object)fjac, (object)func, (object)data) -> None :

    C++ signature :
        void __init__(_object*,int,int,int,int,int,cv::Mat {lvalue},cv::Mat {lvalue},cv::Mat {lvalue},cv::TermCriteria,boost::python::api::object,boost::python::api::object,boost::python::api::object)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

bundleAdjust(...)
Static Method

 

bundleAdjust( (vector_Point3d)points, (vector_vector_Point2d)imagePoints, (vector_vector_int)visibility, (vector_Mat)cameraMatrix, (vector_Mat)R, (vector_Mat)T, (vector_Mat)distCoeffs [, (TermCriteria)criteria=TermCriteria(type=3, maxCount=30, epsilon=2.2204460492503131e-16)]) -> None :

    C++ signature :
        void bundleAdjust(std::vector<cv::Point3_<double>, std::allocator<cv::Point3_<double> > > {lvalue},std::vector<std::vector<cv::Point_<double>, std::allocator<cv::Point_<double> > >, std::allocator<std::vector<cv::Point_<double>, std::allocator<cv::Point_<double> > > > >,std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >,std::vector<cv::Mat, std::allocator<cv::Mat> > {lvalue},std::vector<cv::Mat, std::allocator<cv::Mat> > {lvalue},std::vector<cv::Mat, std::allocator<cv::Mat> > {lvalue},std::vector<cv::Mat, std::allocator<cv::Mat> > {lvalue} [,cv::TermCriteria=TermCriteria(type=3, maxCount=30, epsilon=2.2204460492503131e-16)])

clear(...)

 

clear( (LevMarqSparse)arg1) -> None :

    C++ signature :
        void clear(cv::LevMarqSparse {lvalue})

clear( (LevMarqSparse)arg1) -> None :

    C++ signature :
        void clear(LevMarqSparse_wrapper {lvalue})

run(...)

 

run( (LevMarqSparse)arg1, (object)npoints, (object)ncameras, (object)nPointParams, (object)nCameraParams, (object)nErrParams, (Mat)visibility, (Mat)P0, (Mat)X, (TermCriteria)criteria, (object)fjac, (object)func, (object)data) -> None :

    C++ signature :
        void run(LevMarqSparse_wrapper {lvalue},int,int,int,int,int,cv::Mat {lvalue},cv::Mat {lvalue},cv::Mat {lvalue},cv::TermCriteria,boost::python::api::object,boost::python::api::object,boost::python::api::object)


Property Details [hide private]

this

Get Method:
unreachable(...)