HomeSort by relevance Sort by last modified time
    Searched refs:CV_RAND_NORMAL (Results 1 - 4 of 4) sorted by null

  /external/opencv/cxcore/src/
cxrand.cpp 467 &rng_tab[CV_RAND_NORMAL] );
554 else if( disttype == CV_RAND_NORMAL )
  /external/opencv/ml/src/
ml_inner_functions.cpp 164 cvRandArr(&state, sample, CV_RAND_NORMAL, cvScalarAll(0), cvScalarAll(1) );
236 cvRandArr(&state, sample, CV_RAND_NORMAL, cvScalarAll(0), cvScalarAll(1));
    [all...]
  /external/opencv/cv/include/
cvcompat.h 223 if( disttype != CV_RAND_UNI && disttype != CV_RAND_NORMAL )
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 672 #define CV_RAND_NORMAL 1
    [all...]

Completed in 114 milliseconds