Google Flix Engine Linux Reference Manual Instrukcja Użytkownika Strona 157

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 156
1 2 ... 152 153 154 155 156 157 158 159 160 161 162 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag