Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 opencv 上打开一个 32 位图像,但没有这样做。这是代码:
IplImage *im32 = cvCreateImage(cvGetSize(objectImg), IPL_DEPTH_32F, 1); cvSaveImage("test32.tiff", im32, NULL);
输出为我提供了一个 8 位图像,这不是我需要的。