I'm relatively new to OpenCV and i've stumpled upon a problem. I've got an input image and want to convert it from Type CV_8U to CV_32F.
With some images it works just fine via input.convertTo(output, CV_32F)
but with other images output would only give an completly white image.
Number of channels, dims is equal as well as depth. What is the problem?