Changeset 2662


Ignore:
Timestamp:
08/03/08 18:03:46 (5 years ago)
Author:
sam
Message:
  • sharpen.c: add a sharpen filter example, using our generic convolution routine. Note that it is not the "real" sharpen which should be built on top of a gaussian kernel.
Location:
libpipi/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/.gitignore

    r2652 r2662  
    1515examples/edd 
    1616examples/img2rubik 
     17examples/sharpen 
    1718test/u8tof32tou8 
    1819stamp-h1 
  • libpipi/trunk/examples/Makefile.am

    r2652 r2662  
    33AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi 
    44 
    5 bin_PROGRAMS = blur dither edd img2rubik 
     5bin_PROGRAMS = blur dither edd img2rubik sharpen 
    66 
    77blur_SOURCES = blur.c 
     
    1717img2rubik_LDADD = ../pipi/libpipi.la 
    1818 
     19sharpen_SOURCES = sharpen.c 
     20sharpen_LDADD = ../pipi/libpipi.la 
     21 
Note: See TracChangeset for help on using the changeset viewer.