jipfunc
Class FSkew

java.lang.Object
  |
  +--jip.JIPFunction
        |
        +--jipfunc.FSkew

public class FSkew
extends JIPFunction

FSkew: Abate una imagen con respecto a uno de sus lados
DESCRIPCION: Abate todos los puntos de una imagen segun un angulo y respecto a uno de los lados
Aplicable a tipos: BYTE, WORD, COLOR y REAL


Fields inherited from class jip.JIPFunction
description, name, params, results
 
Constructor Summary
FSkew()
           Constructor de la Clase.
Obtiene los parámetros de entrada para aplicar la función.
 
Method Summary
 JIPImage processImg(JIPImage img)
           Método Principal
Este metodo es el encargado de recibir la imagen de entrada y abatirla según los parametros introducidos por el usuario.
Parametros de Entrada:
img: Imagen a procesar

Parametros de Salida:
Imagen del mismo tipo que la imagen de entrada, pero abatida.

 
Methods inherited from class jip.JIPFunction
getDescription, getName, getNumParams, getNumResults, getParamDescr, getParamNames, getParamType, getParamValueBool, getParamValueImg, getParamValueInt, getParamValueReal, getParamValueStr, getResultDescr, getResultNames, getResultType, getResultValueBool, getResultValueImg, getResultValueInt, getResultValueReal, getResultValueStr, isParam, isParamAsigned, isParamRequired, isResult, isResultAsigned, isResultRequired, paramsOK, processSeq, setParamValue, setParamValue, setParamValue, setParamValue, setParamValue, setResultValue, setResultValue, setResultValue, setResultValue, setResultValue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FSkew

public FSkew()

Constructor de la Clase.

Obtiene los parámetros de entrada para aplicar la función.

    Parametros de Entrada:
  • NINGUNO

    Parametros de Salida:
  • NINGUNO

Method Detail

processImg

public JIPImage processImg(JIPImage img)

Método Principal

Este metodo es el encargado de recibir la imagen de entrada y abatirla según los parametros introducidos por el usuario.

    Parametros de Entrada:
  • img: Imagen a procesar

    Parametros de Salida:
  • Imagen del mismo tipo que la imagen de entrada, pero abatida.

Overrides:
processImg in class JIPFunction
Following copied from class: jip.JIPFunction
Parameters:
img - Imagen de entrada.
Returns:
Imagen de salida.