OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandS
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvcondens.cpp
92
CV_CALL( CD->
RandS
= (CvRandState *) cvAlloc( sizeof( CvRandState ) * DP ));
139
cvFree( &CD->
RandS
);
206
cvbRand( ConDens->
RandS
+ j, ConDens->RandomSample + j, 1 );
260
cvRandInit( &(conDens->
RandS
[i]),
270
cvbRand( conDens->
RandS
+ i, conDens->flSamples[j] + i, 1 );
277
cvRandInit( &(conDens->
RandS
[i]),
/external/opencv/cv/include/
cvtypes.h
261
struct CvRandState*
RandS
; /* Array of structures to generate random vectors */
Completed in 159 milliseconds