jipfunc
Class FOp
java.lang.Object
|
+--jip.JIPFunction
|
+--jipfunc.FOp
- public class FOp
- extends JIPFunction
FOp: Operaciones aritméticas
DESCRIPCION: Realiza operaciones aritmeticas entre los pixels
de entrada y un valor u otra imagen
Aplicable a tipos: BIT, BYTE, WORD, COLOR y REAL
Parametros de Entrada:
- img: Imagen de Entrada
- op: Operador a utilizar.
- value: Constante Operando, en caso de utilizar un valor fijo como
segundo operando.
- max: Cota máxima de representación
- min: Cota mínima de representación
- idem: Si se marca esta opción, se utilizará la imagen de entrada
como segundo operando
- imgOp: Imagen que se utilizará como segundo operando
si no es un valor fijo.
Parametros de Salida:
- Imagen Procesada según el operando escogido
Constructor Summary |
FOp()
Constructor de la Clase.
Obtiene los parámetros de entrada para aplicar la función.
|
Method Summary |
JIPImage |
processImg(JIPImage img)
Método Principal
Se le llama para procesar la imágen según el operador escogido
Parametros de Entrada:
img: Imagen a procesar
Parametros de Salida:
Imagen Procesada según el operando escogido
|
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 |
FOp
public FOp()
Constructor de la Clase.
Obtiene los parámetros de entrada para aplicar la función.
Parametros de Entrada:
- NINGUNO
Parametros de Salida:
- NINGUNO
processImg
public JIPImage processImg(JIPImage img)
Método Principal
Se le llama para procesar la imágen según el operador escogido
Parametros de Entrada:
- img: Imagen a procesar
Parametros de Salida:
- Imagen Procesada según el operando escogido
- Overrides:
processImg
in class JIPFunction
- Following copied from class:
jip.JIPFunction
- Parameters:
img
- Imagen de entrada.- Returns:
- Imagen de salida.