Struct MFPDenoiseCAST
Denoise CAST parameters.
Inherited Members
Namespace: VisioForge.Core.Types.FastImageProcessing
Assembly: VisioForge.Core.dll
Syntax
public struct MFPDenoiseCASTFields
BlockHeight
Block height.
Declaration
public int BlockHeightField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 4 - range [1, 16].
BlockWidth
Block width.
Declaration
public int BlockWidthField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 8 - range [0, 255].
EdgePixelWeight
Edge pixel weight.
Declaration
public int EdgePixelWeightField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 4 - range [1, 16].
GaussianThresholdUV
Gaussian threshold UV.
Declaration
public int GaussianThresholdUVField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 12.
GaussianThresholdY
Gaussian threshold Y.
Declaration
public int GaussianThresholdYField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 16 - range [0, 255].
HistoryWeight
History weight.
Declaration
public int HistoryWeightField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 6.
NonEdgePixelWeight
Non-edge pixel weight.
Declaration
public int NonEdgePixelWeightField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 128 - range [0, 255].
NumberOfMotionPixelsThreshold
Number of motion pixels threshold.
Declaration
public int NumberOfMotionPixelsThresholdField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 16 - range [0, 255].
StrongEdgeThreshold
Strong edge threshold.
Declaration
public int StrongEdgeThresholdField Value
| Type | Description | 
|---|---|
| int | 
Remarks
Default 0 - range [0, 16].
TemporalDifferenceThreshold
Temporal difference threshold.
Declaration
public int TemporalDifferenceThresholdField Value
| Type | Description | 
|---|---|
| int | 
Methods
CopyFrom(VideoEffectDenoiseCAST)
Copy from effect.
Declaration
public void CopyFrom(VideoEffectDenoiseCAST src)Parameters
| Type | Name | Description | 
|---|---|---|
| VideoEffectDenoiseCAST | src | Effect settings. |