Start » Filter Reference » OpenCV » Computational Photography » cvSeamlessClone
Module: | OpenCV |
---|
Image editing tasks concern either global changes (color/intensity corrections, filters, deformations) or local changes concerned to a selection.
Name | Type | Description | |
---|---|---|---|
inSrc | Image | ||
inDst | Image | ||
inMask | Region | ||
inPoint | Point2D | Point in dst image where object is placed. | |
inType | CvSeamlessCloneType | Cloning method. | |
outImage | Image | Output image |
Requirements
For input inSrc only pixel formats are supported: 3⨯uint8.
For input inDst only pixel formats are supported: 3⨯uint8.
Read more about pixel formats in Image documentation.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not supported inDst pixel format in AvsFilter_cvSeamlessClone. Supported formats: 3xUInt8. |
DomainError | Not supported inSrc pixel format in AvsFilter_cvSeamlessClone. Supported formats: 3xUInt8. |
Complexity Level
This filter is available on Basic Complexity Level.