Table of Contents

Method SetImages

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetImages(InputArray, InputArray)

Set the images that correspond to each shape. This images are used in the calculation of the Image Appearance cost.

public void SetImages(InputArray image1, InputArray image2)

Parameters

image1 InputArray

Image corresponding to the shape defined by contours1.

image2 InputArray

Image corresponding to the shape defined by contours2.