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

  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 263 double relativeVariance[PIXELRANGE];
264 for (i=0 ; i<PIXELRANGE; i++) relativeVariance[i]=0;
283 // fprintf(stderr, "Writing to %x\n", &(relativeVariance[thres]));
284 relativeVariance[thres] = sigma;
291 double* pBestThres = _cv_max_element(relativeVariance, relativeVariance+PIXELRANGE);

Completed in 364 milliseconds