Click or drag to resize

GraphHistogramFixedWidth Method

http://www.emgu.com
HistogramFixedWidth

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.HistogramFixedWidth(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also