Erik Auerswald f3c269e084 ensure debug image shows bitmap used for recognition
The recognition algorithm always works on a bitmap of set and unset
(foreground and background) pixels. The debug image used to show the
input image after image processing, but if the processing did not include
a command that replaced pixels with fore- or background pixel values,
it would not show which pixels are foreground, and which are not. This
commit uses the make_mono() function to create the debug image, thereby
creating a representation of the bitmap used for recognition.
2016-08-07 21:08:51 +02:00
2013-12-27 01:45:09 +00:00
2014-03-16 17:31:35 +00:00
2016-07-31 17:27:07 +02:00
S
Description
Seven Segment Optical Character Recognition
1 MiB
Languages
C 87.7%
Roff 9.9%
Makefile 2.4%