public class Denoising extends AbstractModel
Constructor and Description |
---|
Denoising() |
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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getSpatialStrength()
Get 空域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
|
Float |
getTemplStrength()
Get 时域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
|
String |
getType()
Get 去噪方式,可选项:
templ:时域降噪;
spatial:空域降噪,
fast-spatial:快速空域降噪。
注意:可选择组合方式:
1.type:"templ,spatial" ;
2.type:"templ,fast-spatial"。
|
void |
setSpatialStrength(Float SpatialStrength)
Set 空域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
|
void |
setTemplStrength(Float TemplStrength)
Set 时域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。
|
void |
setType(String Type)
Set 去噪方式,可选项:
templ:时域降噪;
spatial:空域降噪,
fast-spatial:快速空域降噪。
注意:可选择组合方式:
1.type:"templ,spatial" ;
2.type:"templ,fast-spatial"。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Denoising()
public Denoising(Denoising source)
public String getType()
public void setType(String Type)
Type
- 去噪方式,可选项:
templ:时域降噪;
spatial:空域降噪,
fast-spatial:快速空域降噪。
注意:可选择组合方式:
1.type:"templ,spatial" ;
2.type:"templ,fast-spatial"。public Float getTemplStrength()
public void setTemplStrength(Float TemplStrength)
TemplStrength
- 时域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。public Float getSpatialStrength()
public void setSpatialStrength(Float SpatialStrength)
SpatialStrength
- 空域去噪强度,可选值:0.0-1.0 。小于0.0的默认为0.0,大于1.0的默认为1.0。Copyright © 2021. All rights reserved.