Tesseract-android-tools  1.0
 Todo Clases Namespaces Archivos Funciones Variables
Métodos públicos estáticos | Funciones estáticas del 'package' | Métodos privados estáticos
Referencia de la Clase com.googlecode.leptonica.android.Enhance

Métodos para la nitidez de la imagen. Más...

Lista de todos los miembros.

Métodos públicos estáticos

static Pix unsharpMasking (Pix pixs, int halfwidth, float fraction)
 Performs unsharp masking (edge enhancement).

Funciones estáticas del 'package'

 [static initializer]

Métodos privados estáticos

static native int nativeUnsharpMasking (int nativePix, int halfwidth, float fract)

Descripción detallada

Métodos para la nitidez de la imagen.

Definición en la línea 32 del archivo Enhance.java.


Documentación de las funciones miembro

com.googlecode.leptonica.android.Enhance.[static initializer] ( ) [static, package]
static native int com.googlecode.leptonica.android.Enhance.nativeUnsharpMasking ( int  nativePix,
int  halfwidth,
float  fract 
) [static, private]

Gráfico de llamadas a esta función:

static Pix com.googlecode.leptonica.android.Enhance.unsharpMasking ( Pix  pixs,
int  halfwidth,
float  fraction 
) [static]

Performs unsharp masking (edge enhancement).

Notes:

  • We use symmetric smoothing filters of odd dimension, typically use sizes of 3, 5, 7, etc. The halfwidth parameter for these is (size - 1)/2; i.e., 1, 2, 3, etc.
  • The fract parameter is typically taken in the range: 0.2 < fract < 0.7
Parámetros:
halfwidthThe half-width of the smoothing filter.
fractionThe fraction of edge to be added back into the source image.
Devuelve:
an edge-enhanced Pix image or copy if no enhancement requested

Definición en la línea 55 del archivo Enhance.java.

Gráfico de llamadas para esta función:


La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables