In the paper "Empirical analysis of detection cascades of boosted classifiers for rapid object detection", section 2.3, the authors talk about fast contrast stretching. I do not see in OpenCV or Matlab any reference to this preprocessing. Normally one has to insert variance normalized subwindows in the cascade classifier, but in the paper it is indicated that the image is normalized by an arbitrary constant which multiplies the standard deviation. I do not know if this constant (c=2 in the paper) was actually taken into account for training the cascade feature thresholds and if not, how could i use this operation to avoid another more complicated contrast enhancement technique in the detection process. Any hint would be very useful. Thanks
Question Edit: In the OpenCV Cascade Classification "Code", where exactly is applied the Contrast Stretching Constant (c=2) than Lienhart used when creating the cascades and that is described in the paper cited here http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html? I can not find it. Thanks