Click or drag to resize

GraphHistogramFixedWidth Method

https://www.emgu.com/wiki/index.php/Emgu_TF
HistogramFixedWidth

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation HistogramFixedWidth(
	Output values,
	Output value_range,
	Output nbins,
	Nullable<DataType> dtype = null,
	string opName = "HistogramFixedWidth"
)

Parameters

values
Type: Emgu.TFOutput
Input to the operation.
value_range
Type: Emgu.TFOutput
Input to the operation.
nbins
Type: Emgu.TFOutput
Input to the operation.
dtype (Optional)
Type: SystemNullableDataType
dtype
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] out(type: DtInvalid).
See Also