Click or drag to resize
Accord.NET (logo)

HistogramSubtract Method

Overload List
  NameDescription
Public methodSubtract(Int32)
Subtracts a value to each histogram bin.
Public methodSubtract(Int32)
Subtracts one histogram from the other, storing results in a new histogram, without changing the current instance.
Public methodSubtract(Histogram)
Subtracts one histogram from the other, storing results in a new histogram, without changing the current instance.
Top
See Also