Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Computational Photography » cvSeamlessClone

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
Input value
inSrc Image
Input value
inDst Image
Input value
inMask Region
Input value
inPoint Point2D Point in dst image where object is placed.
Input value
inType CvSeamlessCloneType Cloning method.
Output value
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 FisFilter_cvSeamlessClone. Supported formats: 3xUInt8.
DomainError Not supported inSrc pixel format in FisFilter_cvSeamlessClone. Supported formats: 3xUInt8.

Complexity Level

This filter is available on Basic Complexity Level.