OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandomSample
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvcondens.cpp
94
CV_CALL( CD->
RandomSample
= (float *) cvAlloc( sizeof( float ) * DP ));
140
cvFree( &CD->
RandomSample
);
206
cvbRand( ConDens->RandS + j, ConDens->
RandomSample
+ j, 1 );
211
icvAddVector_32f( ConDens->flSamples[i], ConDens->
RandomSample
, ConDens->flSamples[i],
/external/opencv/cv/include/
cvtypes.h
260
float*
RandomSample
; /* RandomVector to update sample set */
Completed in 1487 milliseconds