histo_max_center 56 modules/histogram.c unsigned int histo_max[5], histo_max_center[5]; // RGBYG histo_max_center 226 modules/histogram.c histo_max[c] = histo_max_center[c] = 0; histo_max_center 260 modules/histogram.c if (histo_max_center[c]<histogram_proc[c][i] && i>=conf.histo_ignore_boundary && i<HISTO_WIDTH-conf.histo_ignore_boundary) histo_max_center 261 modules/histogram.c histo_max_center[c]=histogram_proc[c][i]; histo_max_center 264 modules/histogram.c if (histo_max_center[c] > 0) { histo_max_center 265 modules/histogram.c histo_max_center_invw[c] = ((float)HISTO_HEIGHT)/histogram_transform((float)histo_max_center[c]);