Home | History | Annotate | Download | only in include

Lines Matching refs:disttype

176     int       disttype; /* distribution type */
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] );