Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | Mesh3D
|
|||
EmptyMeshException |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 68
|
|
|||
allzero | |||
normals | |||
octree | |||
resolution | |||
this | |||
vtx | |||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (vector_Point3f)vtx) -> None : Wrapped function: Mesh3D Argument 'vtx': C/C++ type: ::std::vector< cv::Point3_<float> > 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 __init__(_object*,std::vector<cv::Point3_<float>, std::allocator<cv::Point3_<float> > >)
|
helper for pickle
|
buildOctree( (Mesh3D)arg1) -> None : C++ signature : void buildOctree(cv::Mesh3D {lvalue}) |
clearOctree( (Mesh3D)arg1) -> None : C++ signature : void clearOctree(cv::Mesh3D {lvalue}) |
computeNormals( (Mesh3D)arg1, (object)normalRadius [, (object)minNeighbors=20]) -> None : C++ signature : void computeNormals(cv::Mesh3D {lvalue},float [,int=20]) |
computeNormals_0372659dbb67ca1f98a084bb3e33c861( (Mesh3D)inst, (Mat)subset, (object)normalRadius [, (object)minNeighbors=20]) -> None : Wrapped function: computeNormals 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 computeNormals_0372659dbb67ca1f98a084bb3e33c861(cv::Mesh3D {lvalue},cv::Mat,float [,int=20]) |
estimateResolution( (Mesh3D)arg1 [, (object)tryRatio=0.10000000149011612]) -> float : C++ signature : float estimateResolution(cv::Mesh3D {lvalue} [,float=0.10000000149011612]) |
writeAsVrml( (Mesh3D)inst, (object)file [, (Mat)colors=Mat()]) -> None : Argument 'colors': C/C++ type: ::std::vector< cv::Scalar_<double> > 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 writeAsVrml(cv::Mesh3D,std::string [,cv::Mat=Mat()]) |
|
allzero
|
normals
|
octree
|
resolution
|
this
|
vtx
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun May 02 17:17:03 2010 | http://epydoc.sourceforge.net |