GraphHistogramFixedWidth Method |
Namespace: Emgu.TF
public Operation HistogramFixedWidth( Output values, Output value_range, Output nbins, Nullable<DataType> dtype = null, string opName = "HistogramFixedWidth" )
Public Function HistogramFixedWidth ( values As Output, value_range As Output, nbins As Output, Optional dtype As Nullable(Of DataType) = Nothing, Optional opName As String = "HistogramFixedWidth" ) As Operation
public: Operation^ HistogramFixedWidth( Output^ values, Output^ value_range, Output^ nbins, Nullable<DataType^>^ dtype = nullptr, String^ opName = L"HistogramFixedWidth" )
member HistogramFixedWidth : values : Output * value_range : Output * nbins : Output * ?dtype : Nullable<DataType> * ?opName : string (* Defaults: let _dtype = defaultArg dtype null let _opName = defaultArg opName "HistogramFixedWidth" *) -> 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)"]
2019 Emgu Corporation, All Rights Reserved,