What OpenCV functions can read/write floating point arrays?
Neither imread nor imwrite seem to support 32-bit floating point arrays.
I'm developing code in C++ with Visual Studio (v13). I have a 2D array of 32-bit floating point values that I would like to be able to read/write. Are there any functions in OpenCV that would support reading and writing of floating point arrays?