You are here: Start » AVL.NET » AVS.ImageHistogram Method

AVS.ImageHistogram Method

Computes the histogram of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageHistogram
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	int inChannelIndex,
	float inDomainBegin,
	float inBinSize,
	int inBinCount,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inChannelIndexint<0, 3>Selects a channel of the input image.
inDomainBeginfloat0.0fThe lowest value that will be considered in the output histogram. Default value: 0.0f.
inBinSizefloat<0.0f, INF>1.0fWidth of a single histogram bin. Default value: 1.0f.
inBinCountint256The upper-bound for values that will be considered in the output histogram. Default value: 256.
outHistogramAvlNet.HistogramOutput histogram.

Function Overrides

See also