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:
committed by
Vladislav Sovrasov
parent
19464a3ed8
commit
2ddaaf69fa
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user