NativeMethodsml_ANN_MLP_getWeights Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_getWeights(System.IntPtr,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus ml_ANN_MLP_getWeights( IntPtr obj, int layerIdx, out IntPtr returnValue )
Public Shared Function ml_ANN_MLP_getWeights ( obj As IntPtr, layerIdx As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus ml_ANN_MLP_getWeights( IntPtr obj, int layerIdx, [OutAttribute] IntPtr% returnValue )
static member ml_ANN_MLP_getWeights : obj : IntPtr * layerIdx : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_getWeights(System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="layerIdx"/> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_getWeights(System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_getWeights(System.IntPtr,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ml_ANN_MLP_getWeights(System.IntPtr,System.Int32,System.IntPtr@)"]