NativeMethodsml_ANN_MLP_getWeights Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr ml_ANN_MLP_getWeights( IntPtr obj, int layerIdx )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_ANN_MLP_getWeights ( obj As IntPtr, layerIdx As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr ml_ANN_MLP_getWeights( IntPtr obj, int layerIdx )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_ANN_MLP_getWeights : obj : IntPtr * layerIdx : int -> IntPtr
OpenCvSharp.NativeMethods.ml_ANN_MLP_getWeights = function(obj, layerIdx);