public class NoiseReduction extends MarvinAbstractImagePlugin
| 构造器和说明 |
|---|
NoiseReduction() |
| 限定符和类型 | 方法和说明 |
|---|---|
double[][] |
denoise(double[][] mat,
int iter) |
double[][] |
diff_x(double[][] matx) |
double[][] |
diff_xx(double[][] matxx) |
double[][] |
diff_xy(double[][] matxy) |
double[][] |
diff_y(double[][] maty) |
double[][] |
diff_yy(double[][] matyy) |
MarvinAttributesPanel |
getAttributesPanel() |
void |
load() |
void |
process(MarvinImage a_imageIn,
MarvinImage a_imageOut,
MarvinAttributes a_attributesOut,
MarvinImageMask a_mask,
boolean a_previewMode) |
double |
truncate(double a) |
getImagePanel, process, process, process, process, setImagePanelgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributes, invalidate, isValid, setAttribute, setAttributes, validatepublic void load()
public MarvinAttributesPanel getAttributesPanel()
public void process(MarvinImage a_imageIn, MarvinImage a_imageOut, MarvinAttributes a_attributesOut, MarvinImageMask a_mask, boolean a_previewMode)
public double[][] denoise(double[][] mat,
int iter)
public double[][] diff_x(double[][] matx)
public double[][] diff_y(double[][] maty)
public double[][] diff_xx(double[][] matxx)
public double[][] diff_yy(double[][] matyy)
public double[][] diff_xy(double[][] matxy)
public double truncate(double a)
Copyright © 2018. All rights reserved.