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

Class Mesh3D

 object --+    
          |    
??.instance --+
              |
             Mesh3D

Nested Classes [hide private]
  EmptyMeshException
Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
buildOctree(...)
buildOctree( (Mesh3D)arg1) -> None :
 
clearOctree(...)
clearOctree( (Mesh3D)arg1) -> None :
 
computeNormals(...)
computeNormals( (Mesh3D)arg1, (object)normalRadius [, (object)minNeighbors=20]) -> None :
 
estimateResolution(...)
estimateResolution( (Mesh3D)arg1 [, (object)tryRatio=0.10000000149011612]) -> float :
 
writeAsVrml(...)
writeAsVrml( (Mesh3D)inst, (object)file [, (Mat)colors=Mat()]) -> None :

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 68
Properties [hide private]
  allzero
  octree
  resolution
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (list)vtx) -> object :

    C++ signature :
        void* __init__(boost::python::api::object,boost::python::list)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

buildOctree(...)

 

buildOctree( (Mesh3D)arg1) -> None :

    C++ signature :
        void buildOctree(cv::Mesh3D {lvalue})

clearOctree(...)

 

clearOctree( (Mesh3D)arg1) -> None :

    C++ signature :
        void clearOctree(cv::Mesh3D {lvalue})

computeNormals(...)

 

computeNormals( (Mesh3D)arg1, (object)normalRadius [, (object)minNeighbors=20]) -> None :

    C++ signature :
        void computeNormals(cv::Mesh3D {lvalue},float [,int=20])

computeNormals( (Mesh3D)inst, (Mat)subset, (object)normalRadius [, (object)minNeighbors=20]) -> 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 computeNormals(cv::Mesh3D {lvalue},cv::Mat,float [,int=20])

estimateResolution(...)

 

estimateResolution( (Mesh3D)arg1 [, (object)tryRatio=0.10000000149011612]) -> float :

    C++ signature :
        float estimateResolution(cv::Mesh3D {lvalue} [,float=0.10000000149011612])

writeAsVrml(...)

 

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()])


Property Details [hide private]

allzero

Get Method:
unreachable(...)

octree

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

resolution

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

this

Get Method:
unreachable(...)