HistogramExtensions Class

CVB.Net Documentation
extends the long[] class by methods that help analyze a histogram.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationHistogramExtensions

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class HistogramExtensions
Methods

  NameDescription
Public methodStatic memberFilter(IListDouble, Double)
Filter a histogram array with the given kernel. At the beginning and end of the histogram, the histogram uses constant extension
Public methodStatic memberFilter(IListInt32, Double)
Filter a histogram array with the given kernel. At the beginning and end of the histogram, the histogram uses constant extension
Public methodStatic memberFilter(IListInt64, Double)
Filter a histogram array with the given kernel. At the beginning and end of the histogram, the histogram uses constant extension
Public methodStatic memberFindPeaks(IListInt32, Int32, Int32)
Find peaks in the histogram identified by the supplied criteria.
Public methodStatic memberFindPeaks(IListInt64, Int32, Int32)
Find peaks in the histogram identified by the supplied criteria.
Public methodStatic memberSumBetween(IListInt32, Int32, Int32)
Count the number of pixels that lie between two limits in the histogram.
Public methodStatic memberSumBetween(IListInt64, Int32, Int32)
Count the number of pixels that lie between two limits in the histogram.
Top
See Also

Reference