| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
SpinImageModel
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
__instance_size__ = 148
|
|||
|
|||
| T_GeometriccConsistency | |||
| T_GroupingCorespondances | |||
| binSize | |||
| gamma | |||
| imageWidth | |||
| lambda_ | |||
| minNeighbors | |||
| normalRadius | |||
| this | |||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (Mesh3D)mesh) -> None :
C++ signature :
void __init__(_object*,cv::Mesh3D)
|
helper for pickle
|
compute( (SpinImageModel)arg1) -> None :
C++ signature :
void compute(cv::SpinImageModel {lvalue})
|
getMesh( (SpinImageModel)arg1) -> Mesh3D :
C++ signature :
cv::Mesh3D getMesh(cv::SpinImageModel {lvalue})
getMesh( (SpinImageModel)arg1) -> Mesh3D :
C++ signature :
cv::Mesh3D {lvalue} getMesh(cv::SpinImageModel {lvalue})
|
getSpinCount( (SpinImageModel)arg1) -> int :
C++ signature :
unsigned int getSpinCount(cv::SpinImageModel {lvalue})
|
getSpinImage( (SpinImageModel)arg1, (object)index) -> Mat :
C++ signature :
cv::Mat getSpinImage(cv::SpinImageModel {lvalue},unsigned int)
|
getSpinNormal( (SpinImageModel)arg1, (object)index) -> Point3f :
C++ signature :
cv::Point3_<float> getSpinNormal(cv::SpinImageModel {lvalue},unsigned int)
|
getSpinVertex( (SpinImageModel)arg1, (object)index) -> Point3f :
C++ signature :
cv::Point3_<float> getSpinVertex(cv::SpinImageModel {lvalue},unsigned int)
|
match( (SpinImageModel)inst, (SpinImageModel)scene) -> object :
Argument 'result':
C/C++ type: ::std::vector< std::vector< cv::Vec<int, 2> > > &.
Python type: list of Mat, e.g. [Mat(), Mat(), Mat()].
Invoke asMat() to convert every 1D Python sequence into a Mat, e.g.
[asMat([0,1,2]), asMat((0,1,2)].
Output argument: omitted from the function's calling sequence, and is
returned along with the function's return value (if any).
C++ signature :
boost::python::api::object match(cv::SpinImageModel {lvalue},cv::SpinImageModel)
|
packRandomScaledSpins( (SpinImageModel)arg1 [, (bool)separateScale=False [, (object)xCount=10 [, (object)yCount=10]]]) -> Mat :
C++ signature :
cv::Mat packRandomScaledSpins(cv::SpinImageModel {lvalue} [,bool=False [,unsigned int=10 [,unsigned int=10]]])
|
selectRandomSubset( (SpinImageModel)arg1, (object)ratio) -> None :
C++ signature :
void selectRandomSubset(cv::SpinImageModel {lvalue},float)
|
setSubset( (SpinImageModel)inst, (Mat)subset) -> None :
Argument 'subset':
C/C++ type: ::std::vector< int > const &.
Python type: Mat.
Invoke asMat() to convert a 1D Python sequence into a Mat, e.g.
asMat([0,1,2]) or asMat((0,1,2)).
C++ signature :
void setSubset(cv::SpinImageModel {lvalue},cv::Mat)
|
spinCorrelation( (Mat)spin1, (Mat)spin2, (object)lambda, (object)result) -> bool :
C++ signature :
bool spinCorrelation(cv::Mat,cv::Mat,float,float {lvalue})
|
|
|||
T_GeometriccConsistency
|
T_GroupingCorespondances
|
binSize
|
gamma
|
imageWidth
|
lambda_
|
minNeighbors
|
normalRadius
|
this
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 13 18:01:51 2010 | http://epydoc.sourceforge.net |