HomeSort by relevance Sort by last modified time
    Searched full:cv_size (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
mltree.cpp 142 int tree_block_size, temp_block_size, max_split_size, nv_size, cv_size = 0; local
290 cv_size = cvAlign( cv_n*(sizeof(int) + sizeof(double)*2), sizeof(double) );
291 temp_block_size = MAX(temp_block_size, cv_size);
297 if( cv_size )
298 CV_CALL( cv_heap = cvCreateSet( 0, sizeof(*cv_heap), cv_size, temp_storage ));
    [all...]

Completed in 92 milliseconds