Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | Octree
|
|||
Node |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 44
|
|
|||
nodes | |||
this | |||
Inherited from |
|
__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]])
|
helper for pickle
|
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( (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) |
|
nodes
|
this
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 08 01:48:20 2010 | http://epydoc.sourceforge.net |