CvInvokeTextureFlattening Method |
Namespace: Emgu.CV
public static void TextureFlattening( IInputArray src, IInputArray mask, IOutputArray dst, float lowThreshold = 30f, float highThreshold = 45f, int kernelSize = 3 )
Public Shared Sub TextureFlattening ( src As IInputArray, mask As IInputArray, dst As IOutputArray, Optional lowThreshold As Single = 30F, Optional highThreshold As Single = 45F, Optional kernelSize As Integer = 3 )
public: static void TextureFlattening( IInputArray^ src, IInputArray^ mask, IOutputArray^ dst, float lowThreshold = 30f, float highThreshold = 45f, int kernelSize = 3 )
static member TextureFlattening : src : IInputArray * mask : IInputArray * dst : IOutputArray * ?lowThreshold : float32 * ?highThreshold : float32 * ?kernelSize : int (* Defaults: let _lowThreshold = defaultArg lowThreshold 30f let _highThreshold = defaultArg highThreshold 45f let _kernelSize = defaultArg kernelSize 3 *) -> unit
2016 Emgu Corporation, All Rights Reserved,