Class ArtifactReduction

    • Constructor Detail

      • ArtifactReduction

        public ArtifactReduction()
      • ArtifactReduction

        public ArtifactReduction​(ArtifactReduction 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 去毛刺方式:weak,,strong
        Returns:
        Type 去毛刺方式:weak,,strong
      • setType

        public void setType​(String Type)
        Set 去毛刺方式:weak,,strong
        Parameters:
        Type - 去毛刺方式:weak,,strong
      • getAlgorithm

        public String getAlgorithm()
        Get 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用
        Returns:
        Algorithm 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用
      • setAlgorithm

        public void setAlgorithm​(String Algorithm)
        Set 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用
        Parameters:
        Algorithm - 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用