DenseHistogram Constructor (Int32, RangeF) |
http://www.emgu.com
Creates a uniform 1-D histogram of the specified size
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic DenseHistogram(
int binSize,
RangeF range
)
Public Sub New (
binSize As Integer,
range As RangeF
)
public:
DenseHistogram(
int binSize,
RangeF range
)
new :
binSize : int *
range : RangeF -> DenseHistogram
Parameters
- binSize
- Type: SystemInt32
The number of bins in this 1-D histogram. - range
- Type: Emgu.CV.StructureRangeF
The upper and lower boundary of the bin
See Also