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

Class Octree

 object --+    
          |    
??.instance --+
              |
             Octree

Nested Classes [hide private]
  Node
Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
buildTree(...)
buildTree( (Octree)inst, (Mat)points [, (object)maxLevels=10 [, (object)minPoints=20]]) -> None :
 
getPointsWithinSphere(...)
getPointsWithinSphere( (Octree)inst, (Point3f)center, (object)radius) -> object :

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__ = 44
Properties [hide private]
  nodes
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (list)points [, (object)maxLevels=10 [, (object)maxPoints=20]]) -> object :

    C++ signature :
        void* __init__(boost::python::api::object,boost::python::list [,int=10 [,int=20]])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

buildTree(...)

 

buildTree( (Octree)inst, (Mat)points [, (object)maxLevels=10 [, (object)minPoints=20]]) -> None :
    
    Argument 'points':
        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 buildTree(cv::Octree {lvalue},cv::Mat [,int=10 [,int=20]])

getPointsWithinSphere(...)

 

getPointsWithinSphere( (Octree)inst, (Point3f)center, (object)radius) -> object :
    
    Argument 'points':
        C/C++ type: ::std::vector< cv::Point3_<float> > &.
        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)).
        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 getPointsWithinSphere(cv::Octree,cv::Point3_<float>,float)


Property Details [hide private]

nodes

Get Method:
unreachable(...)

this

Get Method:
unreachable(...)