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 = BorderType.Reflect101 )
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 = BorderType.Reflect101 )
public: static void Scharr( IInputArray^ src, IOutputArray^ dst, DepthType ddepth, int dx, int dy, double scale = 1, double delta = 0, BorderType borderType = BorderType::Reflect101 )
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 BorderType.Reflect101 *) -> unit
2019 Emgu Corporation, All Rights Reserved,