|
HaralickDescriptorRowMarginal Property
|
Gets the marginal probability vector
obtained by summing the rows of p(i,j),
given as px(i) = Σj p(i,j).
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public double[] RowMarginal { get; }
Public ReadOnly Property RowMarginal As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also