MINMAX normalization on CV_32F image does not seem to work (all outputs are 0)

The doc specifies that when normType = NORM_MINMAX, then alpha is the minimum intensity value in dst, while beta is the maximum.

Regards