CvInvokeScharr Method |
Namespace: Emgu.CV
public static void Scharr( IInputArray src, IOutputArray dst, DepthType ddepth, int dx, int dy, double scale = 1, double delta = 0, BorderType borderType = 4 )
Public Shared Sub Scharr ( src As IInputArray, dst As IOutputArray, ddepth As DepthType, dx As Integer, dy As Integer, Optional scale As Double = 1, Optional delta As Double = 0, Optional borderType As BorderType = 4 )
public: static void Scharr( IInputArray^ src, IOutputArray^ dst, DepthType^ ddepth, int dx, int dy, double scale = 1, double delta = 0, BorderType^ borderType = 4 )
static member Scharr : src : IInputArray * dst : IOutputArray * ddepth : DepthType * dx : int * dy : int * ?scale : float * ?delta : float * ?borderType : BorderType (* Defaults: let _scale = defaultArg scale 1 let _delta = defaultArg delta 0 let _borderType = defaultArg borderType 4 *) -> unit
2019 Emgu Corporation, All Rights Reserved,