| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
SVD
Class for computing Singular Value Decomposition.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#svd
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
FULL_UV = 4
|
|||
MODIFY_A = 1
|
|||
NO_UV = 2
|
|||
__instance_size__ = 104
|
|||
|
|||
|
this Class for computing Singular Value Decomposition. |
|||
| u | |||
| vt | |||
| w | |||
|
Inherited from |
|||
|
|||
__call__( (SVD)arg1, (Mat)m [, (object)flags=0]) -> SVD :
Performs SVD of a matrix.
Wrapped function:
operator()
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-svd-operator
C++ signature :
cv::SVD {lvalue} __call__(cv::SVD {lvalue},cv::Mat [,int=0])
|
__init__( (object)arg1) -> None :
SVD constructors.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-svd-svd
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (Mat)m [, (object)flags=0]) -> None :
SVD constructors.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-svd-svd
C++ signature :
void __init__(_object*,cv::Mat [,int=0])
|
helper for pickle
|
backSubst( (SVD)arg1, (Mat)rhs, (Mat)dst) -> None :
Performs singular value back substitution.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-svd-backsubst
C++ signature :
void backSubst(cv::SVD {lvalue},cv::Mat,cv::Mat {lvalue})
|
solveZ( (Mat)m, (Mat)dst) -> None :
Solves under-determined singular linear system.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-svd-solvez
C++ signature :
void solveZ(cv::Mat,cv::Mat {lvalue})
|
|
|||
this
Class for computing Singular Value Decomposition.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#svd
|
u
|
vt
|
w
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |