Sharpen
[Video Filters]


Detailed Description

Sharpens the source image using a 3x3 kernel with the values:
   -1/8 -1/8 -1/8
   -1/8 16/8 -1/8
   -1/8 -1/8 -1/8

Example Usage:

   sc = Flix2_AddFilter(&filter, flix, FE2_FILTER_SHARPEN);
   if(sc == ON2_OK)
       ; //a sharpening filter will be applied to the source image


Defines

#define FE2_FILTER_SHARPEN
 Filter name for use with Flix2_AddFilter().

Define Documentation

#define FE2_FILTER_SHARPEN

Filter name for use with Flix2_AddFilter().

Definition at line 41 of file sharpen.h.


On2 Technologies, Inc Flix Engine Linux documentation, generated on Tue Nov 2 16:53:00 2010 by doxygen 1.5.5