1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Inpainting support for any 1-channel input images

This commit is contained in:
Vadzim Piatrou
2017-04-29 11:21:58 +03:00
committed by Vladislav Sovrasov
parent 19464a3ed8
commit 2ddaaf69fa
2 changed files with 37 additions and 22 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ enum
/** @brief Restores the selected region in an image using the region neighborhood.
@param src Input 8-bit 1-channel or 3-channel image.
@param src Input any 1-channel or 8-bit 3-channel image.
@param inpaintMask Inpainting mask, 8-bit 1-channel image. Non-zero pixels indicate the area that
needs to be inpainted.
@param dst Output image with the same size and type as src .