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 ビット イメージが表示されますが、これは必要なものではありません。