Home
last modified time | relevance | path

Searched refs:PIXELRANGE (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_acmmm2003.cpp224 const int PIXELRANGE=256; in cvChangeDetection() local
250 long HISTOGRAM[PIXELRANGE]; in cvChangeDetection()
251 for (i=0 ; i<PIXELRANGE; i++) HISTOGRAM[i]=0; in cvChangeDetection()
263 double relativeVariance[PIXELRANGE]; in cvChangeDetection()
264 for (i=0 ; i<PIXELRANGE; i++) relativeVariance[i]=0; in cvChangeDetection()
266 for (thres=PIXELRANGE-2; thres>=0 ; thres--) in cvChangeDetection()
273 for (j=thres ; j<PIXELRANGE ; j++) { in cvChangeDetection()
291 double* pBestThres = _cv_max_element(relativeVariance, relativeVariance+PIXELRANGE); in cvChangeDetection()