maybe this is nicer... just starting to understand the rest of the code :-)

character_r11.cc:97
if ( code == 'N' && f.rp.increasing(b.vpos(25)-b.left()) ) // Looks for merged 'rv'
   {
        int mincol = f.hp.iminimum(0,2);
        if ((mincol > f.hp.pos(40)) && (mincol < f.hp.pos(50))) {
            if (b.top() >= charbox.top() ) {
                only_guess(0, b.left() ); add_guess ( 'r', b.left()+mincol );
                add_guess( 'v', b.right() ); return;
            }
        }
   }


From: "lode leroy" <[EMAIL PROTECTED]>
To: [email protected]
Subject: [Bug-ocrad] improving detection of "rv" instead of "N"
Date: Fri, 29 Jul 2005 15:43:45 +0200

This improves the discrimination between "N" and merged "rv".

-- lode




_______________________________________________
Bug-ocrad mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-ocrad

Reply via email to