Changeset 461


Ignore:
Timestamp:
01/13/05 17:52:06 (8 years ago)
Author:
sam
Message:
  • improved lmt filter (98% efficiency).
  • bumped version to 0.4.
Location:
pwntcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pwntcha/trunk/README

    r382 r461  
    33This is research software. It comes with absolutely no warranty. 
    44 
     5Papers: 
     6http://yann.lecun.com/exdb/publis/index.html 
  • pwntcha/trunk/configure.ac

    r440 r461  
    77AC_CANONICAL_SYSTEM 
    88 
    9 AM_INIT_AUTOMAKE(pwntcha, 0.3) 
     9AM_INIT_AUTOMAKE(pwntcha, 0.4) 
    1010AM_CONFIG_HEADER(config.h) 
    1111 
  • pwntcha/trunk/src/lmt.c

    r459 r461  
    3535    filter_contrast(tmp); 
    3636    filter_black_stuff(tmp); 
     37    filter_smooth(tmp); 
     38    filter_median(tmp); 
    3739    find_glyphs(tmp); 
    3840 
     
    5557        font = font_load_variable("font_freesans_24_09AZ.bmp", 
    5658                                  "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"); 
     59        filter_smooth(font->img); 
    5760        if(!font) 
    5861            exit(1); 
Note: See TracChangeset for help on using the changeset viewer.