CvInvokeMorphologyEx Method |
Namespace: Emgu.CV
public static void MorphologyEx( IInputArray src, IOutputArray dst, MorphOp operation, IInputArray kernel, Point anchor, int iterations, BorderType borderType, MCvScalar borderValue )
Public Shared Sub MorphologyEx ( src As IInputArray, dst As IOutputArray, operation As MorphOp, kernel As IInputArray, anchor As Point, iterations As Integer, borderType As BorderType, borderValue As MCvScalar )
public: static void MorphologyEx( IInputArray^ src, IOutputArray^ dst, MorphOp operation, IInputArray^ kernel, Point anchor, int iterations, BorderType borderType, MCvScalar borderValue )
static member MorphologyEx : src : IInputArray * dst : IOutputArray * operation : MorphOp * kernel : IInputArray * anchor : Point * iterations : int * borderType : BorderType * borderValue : MCvScalar -> unit
2016 Emgu Corporation, All Rights Reserved,