While saving an image capture as PGM foramat in a loop, the opencv library crashes on second iteration. The function imwrite("out.pgm", gray_image, compression_params). Is there a workaround to solve this?
Thanks Deepth
1 | initial version |
While saving an image capture as PGM foramat in a loop, the opencv library crashes on second iteration. The function imwrite("out.pgm", gray_image, compression_params). Is there a workaround to solve this?
Thanks Deepth
2 | No.2 Revision |
While saving an image capture as PGM foramat format in a loop, the opencv library crashes on second iteration. The function which crashes is imwrite("out.pgm", gray_image, compression_params).
Is there a workaround to solve this?
Thanks Deepth
3 | No.3 Revision |
While saving an image capture as PGM format in a loop, the opencv library crashes on second iteration. The function which crashes is imwrite("out.pgm", gray_image, compression_params). Is there a workaround to solve this?
Thanks Deepth
4 | retagged |
While saving an image capture as PGM format in a loop, the opencv library crashes on second iteration. The function which crashes is imwrite("out.pgm", gray_image, compression_params). Is there a workaround to solve this?
Thanks Deepth