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

  /external/opencv/cxcore/include/
cxtypes.h 319 CV_INLINE double cvRandReal( CvRNG* rng )
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 210 can be then passed to the cvRandInt, cvRandReal and cvRandArr functions. In the current
242 CV_INLINE double cvRandReal( CvRNG* rng )
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 355 rad = (float)(cvRandReal(&rng_local)*(radius_large - radius_small) + radius_small);
    [all...]
mlann_mlp.cpp 193 val = cvRandReal(&rng)*2-1.;
    [all...]

Completed in 39 milliseconds