Sharpen
[Video Filters]

Defines

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

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

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 Windows documentation, generated on Tue Nov 2 15:38:07 2010 by doxygen 1.6.1