标签: opencv
我有一个cv :: mat深度图像。它是CV_32FC1类型(当我尝试test_mat.type时它给了我5代表32Fc1)。 我想将其保存为32FC1图像。如何在使用imwrite时指定格式?