NativeMethodsdnn_readNetFromCaffe Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static IntPtr dnn_readNetFromCaffe( string prototxt, string caffeModel )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function dnn_readNetFromCaffe ( prototxt As String, caffeModel As String ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static IntPtr dnn_readNetFromCaffe( String^ prototxt, String^ caffeModel )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member dnn_readNetFromCaffe : prototxt : string * caffeModel : string -> IntPtr
OpenCvSharp.NativeMethods.dnn_readNetFromCaffe = function(prototxt, caffeModel);