Package pyopencv :: Module pyopencvext :: Class SVD
[hide private]
[frames] | no frames]

Class SVD

 object --+    
          |    
??.instance --+
              |
             SVD

Instance Methods [hide private]
 
__call__(...)
__call__( (SVD)arg1, (Mat)m [, (object)flags=0]) -> SVD :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
backSubst(...)
backSubst( (SVD)arg1, (Mat)rhs, (Mat)dst) -> None :

Inherited from unreachable.instance: __new__

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

Static Methods [hide private]
 
solveZ(...)
solveZ( (Mat)m, (Mat)dst) -> None :
Class Variables [hide private]
  FULL_UV = 4
  MODIFY_A = 1
  NO_UV = 2
  __instance_size__ = 104
Properties [hide private]
  this
  u
  vt
  w

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (SVD)arg1, (Mat)m [, (object)flags=0]) -> SVD :

    C++ signature :
        cv::SVD {lvalue} __call__(cv::SVD {lvalue},cv::Mat [,int=0])

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (Mat)m [, (object)flags=0]) -> None :

    C++ signature :
        void __init__(_object*,cv::Mat [,int=0])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

backSubst(...)

 

backSubst( (SVD)arg1, (Mat)rhs, (Mat)dst) -> None :

    C++ signature :
        void backSubst(cv::SVD {lvalue},cv::Mat,cv::Mat {lvalue})

solveZ(...)
Static Method

 

solveZ( (Mat)m, (Mat)dst) -> None :

    C++ signature :
        void solveZ(cv::Mat,cv::Mat {lvalue})


Property Details [hide private]

this

Get Method:
unreachable(...)

u

Get Method:
unreachable(...)
Set Method:
unreachable(...)

vt

Get Method:
unreachable(...)
Set Method:
unreachable(...)

w

Get Method:
unreachable(...)
Set Method:
unreachable(...)