jipfunc
Class FFlip

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

public class FFlip
extends JIPFunction

FFlip: Inversión de Pixels respecto al eje Horizontal
DESCRIPCION: Rrealiza la inversion de los pixels de la imagen y/o la inversion de coordenadas geometricas respecto al eje horizontal.
Aplicable a tipos: BIT, BYTE, WORD, COLOR, REAL, POINT, SEGMENT, POLY, EDGE


Fields inherited from class jip.JIPFunction
description, name, params, results
 
Constructor Summary
FFlip()
           Constructor de la Clase.
Obtiene los parámetros de entrada para aplicar la función.
 
Method Summary
 JIPImage processImg(JIPImage img)
           Método Principal
En este metodo se realizan los calculos de inversion.
 
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

FFlip

public FFlip()

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

En este metodo se realizan los calculos de inversion. Segun el tipo de imagen a tratar se genera una imagen resultado u otra. Esta funcion gestiona datos geometricos si estos se presentan.

    Parametros de Entrada:
  • img: Imagen a procesar

    Parametros de Salida:
  • Imagen procesada del mismo tipo que la imagen de entrada

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