| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Octree
|
|||
| Node | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 44
|
|||
|
|||
| this | |||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (vector_Point3f)points [, (object)maxLevels=10 [, (object)minPoints=20]]) -> None :
C++ signature :
void __init__(_object*,std::vector<cv::Point3_<float>, std::allocator<cv::Point3_<float> > > [,int=10 [,int=20]])
|
helper for pickle
|
buildTree( (Octree)arg1, (vector_Point3f)points [, (object)maxLevels=10 [, (object)minPoints=20]]) -> None :
C++ signature :
void buildTree(cv::Octree {lvalue},std::vector<cv::Point3_<float>, std::allocator<cv::Point3_<float> > > [,int=10 [,int=20]])
buildTree( (Octree)arg1, (vector_Point3f)points [, (object)maxLevels=10 [, (object)minPoints=20]]) -> None :
C++ signature :
void buildTree(Octree_wrapper {lvalue},std::vector<cv::Point3_<float>, std::allocator<cv::Point3_<float> > > [,int=10 [,int=20]])
|
getNodes( (Octree)arg1) -> vector_Octree_Node :
C++ signature :
std::vector<cv::Octree::Node, std::allocator<cv::Octree::Node> > getNodes(cv::Octree {lvalue})
|
getPointsWithinSphere( (Octree)inst, (Point3f)center, (object)radius) -> object :
Argument 'points':
C++ type: ::std::vector< cv::Point3_<float> > &
Python type: vector_Point3f
Output argument: omitted from input and returned as output.
Returns:
points
C++ signature :
boost::python::api::object getPointsWithinSphere(cv::Octree,cv::Point3_<float>,float)
|
|
|||
this
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:05 2010 | http://epydoc.sourceforge.net |