Click or drag to resize
XPhotoInvokeInpaint Method
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.XPhoto.XPhotoInvoke.Inpaint(Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.XPhoto.XPhotoInvoke.InpaintType)"]

Namespace: Emgu.CV.XPhoto
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static void Inpaint(
	Mat src,
	Mat mask,
	Mat dst,
	XPhotoInvokeInpaintType algorithmType
)

Parameters

src
Type: Emgu.CVMat

[Missing <param name="src"/> documentation for "M:Emgu.CV.XPhoto.XPhotoInvoke.Inpaint(Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.XPhoto.XPhotoInvoke.InpaintType)"]

mask
Type: Emgu.CVMat

[Missing <param name="mask"/> documentation for "M:Emgu.CV.XPhoto.XPhotoInvoke.Inpaint(Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.XPhoto.XPhotoInvoke.InpaintType)"]

dst
Type: Emgu.CVMat

[Missing <param name="dst"/> documentation for "M:Emgu.CV.XPhoto.XPhotoInvoke.Inpaint(Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.XPhoto.XPhotoInvoke.InpaintType)"]

algorithmType
Type: Emgu.CV.XPhotoXPhotoInvokeInpaintType

[Missing <param name="algorithmType"/> documentation for "M:Emgu.CV.XPhoto.XPhotoInvoke.Inpaint(Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.Mat,Emgu.CV.XPhoto.XPhotoInvoke.InpaintType)"]

See Also