Use inpaint to recover the intensity of the pixels which location defined by on this image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- mask
- Image<(Of <(<'Gray, Byte>)>)>
The inpainting mask. Non-zero pixels indicate the area that needs to be inpainted
- radius
- Double
The radius of circular neighborhood of each point inpainted that is considered by the algorithm