OpenCV Unhandled exception when writing a file

前端 未结 1 373
死守一世寂寞
死守一世寂寞 2021-01-22 09:48

After trying different things, my program always crashes while saving an image. It reads well the image and I\'m able to visualize it but I can\'t save files (it occurs in all p

相关标签:
1条回答
  • 2021-01-22 10:19

    BMP file saving is built-in, as is IIRC .PGM, the others are provided by 3rd party libs depending on your OS.

    Did you build openCV yourself? What OS?

    0 讨论(0)
提交回复
热议问题