| 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, (Mat)queries, (object)knn, (SearchParams)params) -> tuple :
Argument 'indices':
C/C++ type: ::std::vector< int > &.
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).
Argument 'dists':
C/C++ type: ::std::vector< 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).
Argument 'queries':
C/C++ type: ::std::vector< 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 :
boost::python::tuple knnSearch(cv::flann::Index {lvalue},cv::Mat,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, (Mat)query, (object)radius, (SearchParams)params) -> tuple :
Argument 'indices':
C/C++ type: ::std::vector< int > &.
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).
Argument 'query':
C/C++ type: ::std::vector< 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)).
Argument 'dists':
C/C++ type: ::std::vector< 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::tuple radiusSearch(cv::flann::Index {lvalue},cv::Mat,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 Tue Apr 13 18:01:50 2010 | http://epydoc.sourceforge.net |