OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
sampling.h File Reference
#include "matrix.h"
#include "random.h"

Namespaces

 cvflann
 

Functions

template<typename T >
Matrix< T > cvflann::random_sample (Matrix< T > &srcMatrix, long size, bool remove=false)
 
template<typename T >
Matrix< T > cvflann::random_sample (const Matrix< T > &srcMatrix, size_t size)