Click or drag to resize
Accord.NET (logo)

YCbCrFilteringUpdateCr Property

Determines, if Cr value of filtered pixels should be updated.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool UpdateCr { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property specifies if Cr channel of filtered pixels should be updated with value from fill color or not.

Default value is set to .

See Also