Changeset 461
- Timestamp:
- Jan 13, 2005, 5:52:06 PM (18 years ago)
- Location:
- pwntcha/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/README
r382 r461 3 3 This is research software. It comes with absolutely no warranty. 4 4 5 Papers: 6 http://yann.lecun.com/exdb/publis/index.html -
pwntcha/trunk/configure.ac
r440 r461 7 7 AC_CANONICAL_SYSTEM 8 8 9 AM_INIT_AUTOMAKE(pwntcha, 0. 3)9 AM_INIT_AUTOMAKE(pwntcha, 0.4) 10 10 AM_CONFIG_HEADER(config.h) 11 11 -
pwntcha/trunk/src/lmt.c
r459 r461 35 35 filter_contrast(tmp); 36 36 filter_black_stuff(tmp); 37 filter_smooth(tmp); 38 filter_median(tmp); 37 39 find_glyphs(tmp); 38 40 … … 55 57 font = font_load_variable("font_freesans_24_09AZ.bmp", 56 58 "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"); 59 filter_smooth(font->img); 57 60 if(!font) 58 61 exit(1);
Note: See TracChangeset
for help on using the changeset viewer.