mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 09:12:19 -05:00
Small OCR change.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@307 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
9bc999fcad
commit
f4c25beb0e
@ -100,7 +100,9 @@ begin
|
|||||||
debugbmp.SetSize(w, (h + 2) * 4);
|
debugbmp.SetSize(w, (h + 2) * 4);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF OCRSAVEBITMAP}
|
||||||
bmp.SaveToFile('/tmp/ocrinit.bmp');
|
bmp.SaveToFile('/tmp/ocrinit.bmp');
|
||||||
|
{$ENDIF}
|
||||||
{$IFDEF OCRDEBUG}
|
{$IFDEF OCRDEBUG}
|
||||||
for dy := 0 to bmp.height - 1 do
|
for dy := 0 to bmp.height - 1 do
|
||||||
for dx := 0 to bmp.width - 1 do
|
for dx := 0 to bmp.width - 1 do
|
||||||
@ -176,7 +178,9 @@ begin
|
|||||||
{ for y := 0 to bmp.Height -1 do
|
{ for y := 0 to bmp.Height -1 do
|
||||||
bmp.fastsetpixel(0, y, 0); }
|
bmp.fastsetpixel(0, y, 0); }
|
||||||
|
|
||||||
|
{$IFDEF OCRSAVEBITMAP}
|
||||||
bmp.SaveToFile('/tmp/ocrcol.bmp');
|
bmp.SaveToFile('/tmp/ocrcol.bmp');
|
||||||
|
{$ENDIF}
|
||||||
{$IFDEF OCRDEBUG}
|
{$IFDEF OCRDEBUG}
|
||||||
for dy := 0 to bmp.height - 1 do
|
for dy := 0 to bmp.height - 1 do
|
||||||
for dx := 0 to bmp.width - 1 do
|
for dx := 0 to bmp.width - 1 do
|
||||||
@ -242,7 +246,9 @@ begin
|
|||||||
for dx := 0 to bmp.width - 1 do
|
for dx := 0 to bmp.width - 1 do
|
||||||
debugbmp.fastsetpixel(dx,dy+h+h,bmp.fastgetpixel(dx,dy));
|
debugbmp.fastsetpixel(dx,dy+h+h,bmp.fastgetpixel(dx,dy));
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
{$IFDEF OCRSAVEBITMAP}
|
||||||
bmp.SaveToFile('/tmp/ocrdebug.bmp');
|
bmp.SaveToFile('/tmp/ocrdebug.bmp');
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
for y := 0 to bmp.Height - 1 do
|
for y := 0 to bmp.Height - 1 do
|
||||||
for x := 0 to bmp.Width - 1 do
|
for x := 0 to bmp.Width - 1 do
|
||||||
@ -284,7 +290,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
result := n;
|
result := n;
|
||||||
|
{$IFDEF OCRSAVEBITMAP}
|
||||||
bmp.SaveToFile('/tmp/ocrfinal.bmp');
|
bmp.SaveToFile('/tmp/ocrfinal.bmp');
|
||||||
|
{$ENDIF}
|
||||||
{$IFDEF OCRDEBUG}
|
{$IFDEF OCRDEBUG}
|
||||||
for dy := 0 to bmp.height - 1 do
|
for dy := 0 to bmp.height - 1 do
|
||||||
for dx := 0 to bmp.width - 1 do
|
for dx := 0 to bmp.width - 1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user