| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Index
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 12
|
|||
|
|||
| this | |||
|
Inherited from |
|||
|
|||
__init__( (object)arg1, (Mat)features, (IndexParams)params) -> None :
C++ signature :
void __init__(_object*,cv::Mat,cv::flann::IndexParams)
|
helper for pickle
|
knnSearch( (Index)inst, (vector_float32)queries, (object)knn, (SearchParams)params) -> tuple :
Argument 'indices':
C++ type: ::std::vector< int > &
Python type: vector_int
Output argument: omitted from input and returned as output.
Argument 'dists':
C++ type: ::std::vector< float > &
Python type: vector_float32
Output argument: omitted from input and returned as output.
Returns:
(indices, dists)
C++ signature :
boost::python::tuple knnSearch(cv::flann::Index {lvalue},std::vector<float, std::allocator<float> >,int,cv::flann::SearchParams)
knnSearch( (Index)arg1, (Mat)queries, (Mat)indices, (Mat)dists, (object)knn, (SearchParams)params) -> None :
C++ signature :
void knnSearch(cv::flann::Index {lvalue},cv::Mat,cv::Mat {lvalue},cv::Mat {lvalue},int,cv::flann::SearchParams)
|
radiusSearch( (Index)inst, (vector_float32)query, (object)radius, (SearchParams)params) -> tuple :
Argument 'indices':
C++ type: ::std::vector< int > &
Python type: vector_int
Output argument: omitted from input and returned as output.
Argument 'dists':
C++ type: ::std::vector< float > &
Python type: vector_float32
Output argument: omitted from input and returned as output.
Returns:
((int), indices, dists)
C++ signature :
boost::python::tuple radiusSearch(cv::flann::Index {lvalue},std::vector<float, std::allocator<float> >,float,cv::flann::SearchParams)
radiusSearch( (Index)arg1, (Mat)query, (Mat)indices, (Mat)dists, (object)radius, (SearchParams)params) -> int :
C++ signature :
int radiusSearch(cv::flann::Index {lvalue},cv::Mat,cv::Mat {lvalue},cv::Mat {lvalue},float,cv::flann::SearchParams)
|
save( (Index)arg1, (object)filename) -> None :
C++ signature :
void save(cv::flann::Index {lvalue},std::string)
|
size( (Index)arg1) -> int :
C++ signature :
int size(cv::flann::Index {lvalue})
|
veclen( (Index)arg1) -> int :
C++ signature :
int veclen(cv::flann::Index {lvalue})
|
|
|||
this
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |