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

  /external/opencv/cv/src/
cvcondens.cpp 92 CV_CALL( CD->RandS = (CvRandState *) cvAlloc( sizeof( CvRandState ) * DP ));
  /external/opencv/cv/include/
cvtypes.h 261 struct CvRandState* RandS; /* Array of structures to generate random vectors */
cvcompat.h 173 typedef struct CvRandState
179 CvRandState;
183 CV_INLINE void cvRandSetRange( CvRandState* state, double param1,
213 CV_INLINE void cvRandInit( CvRandState* state, double param1,
236 CV_INLINE void cvRand( CvRandState* state, CvArr* arr )
248 CV_INLINE void cvbRand( CvRandState* state, float* dst, int len )
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp     [all...]

Completed in 85 milliseconds