Class Denoising

    • Constructor Detail

      • Denoising

        public Denoising()
      • Denoising

        public Denoising​(Denoising source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 去噪方式,可选项: templ:时域降噪; spatial:空域降噪, fast-spatial:快速空域降噪。 注意:可选择组合方式: 1.type:"templ,spatial" ; 2.type:"templ,fast-spatial"。
        Returns:
        Type 去噪方式,可选项: templ:时域降噪; spatial:空域降噪, fast-spatial:快速空域降噪。 注意:可选择组合方式: 1.type:"templ,spatial" ; 2.type:"templ,fast-spatial"。
      • setType

        public void setType​(String Type)
        Set 去噪方式,可选项: templ:时域降噪; spatial:空域降噪, fast-spatial:快速空域降噪。 注意:可选择组合方式: 1.type:"templ,spatial" ; 2.type:"templ,fast-spatial"。
        Parameters:
        Type - 去噪方式,可选项: templ:时域降噪; spatial:空域降噪, fast-spatial:快速空域降噪。 注意:可选择组合方式: 1.type:"templ,spatial" ; 2.type:"templ,fast-spatial"。
      • getTemplStrength

        public Float getTemplStrength()
        Get 时域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
        Returns:
        TemplStrength 时域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
      • setTemplStrength

        public void setTemplStrength​(Float TemplStrength)
        Set 时域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
        Parameters:
        TemplStrength - 时域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
      • getSpatialStrength

        public Float getSpatialStrength()
        Get 空域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
        Returns:
        SpatialStrength 空域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
      • setSpatialStrength

        public void setSpatialStrength​(Float SpatialStrength)
        Set 空域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
        Parameters:
        SpatialStrength - 空域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。