|
ErrorDiffusionToAdjacentNeighborsCoefficients Property
|
Diffusion coefficients.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public int[][] Coefficients { get; set; }
Public Property Coefficients As Integer()()
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks Set of coefficients, which are used for error diffusion to
pixel's neighbors.
See Also