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

  /external/opencv/ml/src/
mlboost.cpp 704 double* subtree_weights = ensemble->get_subtree_weights()->data.db; local
718 subtree_weights[i] = w;
753 subtree_weights[i] = w;
768 subtree_weights[count] = rcw[0];
769 subtree_weights[count+1] = rcw[1];
800 weights = subtree_weights = 0;
999 CV_CALL( subtree_weights = cvCreateMat( 1, count + 2, CV_64F ));
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_boost.cpp 802 double* subtree_weights = ensemble->get_subtree_weights()->data.db; local
822 subtree_weights[i] = w;
859 subtree_weights[i] = w;
874 subtree_weights[n] = rcw[0];
875 subtree_weights[n+1] = rcw[1];
906 subsample_mask = weights = subtree_weights = 0;
953 cvReleaseMat( &subtree_weights );
975 subsample_mask = weights = subtree_weights = 0;
    [all...]
old_ml.hpp 1200 CvMat* subtree_weights; member in class:CvBoost
    [all...]
  /external/opencv/ml/include/
ml.h 1136 CvMat* subtree_weights; member in class:CvBoost
    [all...]

Completed in 684 milliseconds