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
2021 Emgu Corporation, All Rights Reserved,