imshow() can't show CV_32F image
On the OpenCV(C++) version 4.0.0, imshow() can't show CV_32F images. Version 3.4.4 can show CV_32F images normaly, same like CV_8U. Why 4.0.0's imshow can't treat CV_32F? Is it a kind of specification change?
os ? compiler ? exact error msg ?
reproduced (win10 / 4.0.0 / mingw64):