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

  /external/opencv/cv/include/
cvcompat.h 176 int disttype; /* distribution type */ member in struct:CvRandState
215 int disttype CV_DEFAULT(CV_RAND_UNI))
223 if( disttype != CV_RAND_UNI && disttype != CV_RAND_NORMAL )
230 state->disttype = disttype;
243 cvRandArr( &state->state, arr, state->disttype, state->param[0], state->param[1] );
    [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 442 cvRandArr( CvRNG* rng, CvArr* arr, int disttype, CvScalar param1, CvScalar param2 )
509 if( disttype == CV_RAND_UNI )
554 else if( disttype == CV_RAND_NORMAL )

Completed in 87 milliseconds