LynNor1 / PaintByNumber_OCR

Java program to process scanned Nonogram puzzles. Uses OCR to help extract clues. Generates .pbn text files to use with PaintByNumberPro
GNU General Public License v3.0
0 stars 0 forks source link

Remove Auto Rotate option #3

Closed LynNor1 closed 3 years ago

LynNor1 commented 3 years ago

Also look to see if I'm using OpenCV at all anymore and possibly remove it.

LynNor1 commented 3 years ago

Replaced this button with the Reload Image button. The code to compute the auto-rotation is still there (as it's an example of using OpenCV).