 | 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
Syntaxint Count(
int start,
int end
)
Parameters
- start
- Type: SystemInt32
Range start (inclusive). - end
- Type: SystemInt32
Range end (inclusive).
Return Value
Type:
Int32Frequency totals.
Exceptions
See Also