Searched refs:PIXELRANGE (Results 1 – 1 of 1) sorted by relevance
224 const int PIXELRANGE=256; in cvChangeDetection() local250 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()