Click or drag to resize

IHistogramCount Method (Int32, Int32)

Totals the frequencies for given range of brightness levels in the histogram.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
int Count(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
Range start (inclusive).
end
Type: SystemInt32
Range end (inclusive).

Return Value

Type: Int32
Frequency totals.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException start or end
See Also