| 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 :
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( (Mesh3D)arg1, (vector_int)subset, (object)normalRadius [, (object)minNeighbors=20]) -> None :
C++ signature :
void computeNormals(cv::Mesh3D {lvalue},std::vector<int, std::allocator<int> >,float [,int=20])
|
estimateResolution( (Mesh3D)arg1 [, (object)tryRatio=0.10000000149011612]) -> float :
C++ signature :
float estimateResolution(cv::Mesh3D {lvalue} [,float=0.10000000149011612])
|
writeAsVrml( (Mesh3D)arg1, (object)file [, (vector_Scalar)colors=vector_Scalar(len=0, [])]) -> None :
C++ signature :
void writeAsVrml(cv::Mesh3D {lvalue},std::string [,std::vector<cv::Scalar_<double>, std::allocator<cv::Scalar_<double> > >=vector_Scalar(len=0, [])])
|
|
|||
allzero
|
normals
|
octree
|
resolution
|
this
|
vtx
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:05 2010 | http://epydoc.sourceforge.net |