How to read a pgm file written by writePgmFile()?
How to read a pgm file written by writePgmFile()?
Are there any functions or examples to read a pgm file written by ImagePair::writePgmFile()?
-
- Posts: 125
- Joined: Mon Mar 25, 2019 1:12 pm
Re: How to read a pgm file written by writePgmFile()?
You can for example use OpenCV to read the PGM file. Have a look at this tutorial:
https://docs.opencv.org/master/db/deb/tutorial_display_image.html
https://docs.opencv.org/master/db/deb/tutorial_display_image.html