Google Flix Engine Linux Reference Manual User Manual Page 157

  • Download
  • Add to my manuals
  • Print
  • Page
    / 545
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 156
5.36 Sharpen 151
5.36 Sharpen
5.36.1 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().
5.36.2 Define Documentation
5.36.2.1 #define FE2_FILTER_SHARPEN
Filter name for use with Flix2_AddFilter().
Definition at line 41 of file sharpen.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Page view 156
1 2 ... 152 153 154 155 156 157 158 159 160 161 162 ... 544 545

Comments to this Manuals

No comments