Sharpen, 36 sharpen, 1 detailed description – Google Flix Engine Linux Reference Manual User Manual

Page 157: Defines, 2 define documentation

Advertising
background image

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

Advertising