#include "opencv2/flann/matrix.h"
#include "opencv2/flann/random.h"
Go to the source code of this file.
Namespaces | |
namespace | cvflann |
Functions | |
template<typename T > | |
Matrix< T > | cvflann::random_sample (const Matrix< T > &srcMatrix, size_t size) |
template<typename T > | |
Matrix< T > | cvflann::random_sample (Matrix< T > &srcMatrix, long size, bool remove=false) |