How to write and then read a CV_64FC1 and preserve precision?
imread and imwrite apparently don't work with floats, so I should convertto integers, but then, there is no 64bit integer that I could recast to 64bit float. So what do I do?