Searched refs:CvRandState (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | cvcondens.cpp | 92 CV_CALL( CD->RandS = (CvRandState *) cvAlloc( sizeof( CvRandState ) * DP )); in cvCreateConDensation()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 173 typedef struct CvRandState struct 179 CvRandState; argument 183 CV_INLINE void cvRandSetRange( CvRandState* state, double param1, 213 CV_INLINE void cvRandInit( CvRandState* state, double param1, in cvRandInit() 236 CV_INLINE void cvRand( CvRandState* state, CvArr* arr ) in cvRand() 248 CV_INLINE void cvbRand( CvRandState* state, float* dst, int len ) in cvbRand()
|
D | cvtypes.h | 261 struct CvRandState* RandS; /* Array of structures to generate random vectors */
|
/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 1278 CV_EXPORTS void cvAddNoise(IplImage* pImg, int noise_type, double Ampl, CvRandState* rnd_state = NU…
|