NativeMethodsoptflow_calcOpticalFlowSF2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void optflow_calcOpticalFlowSF2( IntPtr from, IntPtr to, IntPtr flow, int layers, int averagingBlockSize, int maxFlow, double sigmaDist, double sigmaColor, int postprocessWindow, double sigmaDistFix, double sigmaColorFix, double occThr, int upscaleAveragingRadius, double upscaleSigmaDist, double upscaleSigmaColor, double speedUpThr )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub optflow_calcOpticalFlowSF2 ( from As IntPtr, to As IntPtr, flow As IntPtr, layers As Integer, averagingBlockSize As Integer, maxFlow As Integer, sigmaDist As Double, sigmaColor As Double, postprocessWindow As Integer, sigmaDistFix As Double, sigmaColorFix As Double, occThr As Double, upscaleAveragingRadius As Integer, upscaleSigmaDist As Double, upscaleSigmaColor As Double, speedUpThr As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void optflow_calcOpticalFlowSF2( IntPtr from, IntPtr to, IntPtr flow, int layers, int averagingBlockSize, int maxFlow, double sigmaDist, double sigmaColor, int postprocessWindow, double sigmaDistFix, double sigmaColorFix, double occThr, int upscaleAveragingRadius, double upscaleSigmaDist, double upscaleSigmaColor, double speedUpThr )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member optflow_calcOpticalFlowSF2 : from : IntPtr * to : IntPtr * flow : IntPtr * layers : int * averagingBlockSize : int * maxFlow : int * sigmaDist : float * sigmaColor : float * postprocessWindow : int * sigmaDistFix : float * sigmaColorFix : float * occThr : float * upscaleAveragingRadius : int * upscaleSigmaDist : float * upscaleSigmaColor : float * speedUpThr : float -> unit
OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSF2 = function(from, to, flow, layers, averagingBlockSize, maxFlow, sigmaDist, sigmaColor, postprocessWindow, sigmaDistFix, sigmaColorFix, occThr, upscaleAveragingRadius, upscaleSigmaDist, upscaleSigmaColor, speedUpThr);