The purpose of this program is detecting, straightening and trimming A4 paper sheets.
- Compile code using
make
- Run it
./program [filename]
Let's filename.jpg
be image containing paper sheet.
-
./program filename.jpg
- processesfilename.jpg
and saves output tooutput.txt
-
./program filename.jpg -o custom_output.txt
- processesfilename.jpg
and saves output to file which filename is provided by user - in this case it'scustom_output.txt