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

  /external/opencv/cxcore/include/
cxtypes.h 319 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 294 milliseconds