Table of Contents

Method GetImages

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetImages(OutputArray, OutputArray)

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

public void GetImages(OutputArray image1, OutputArray image2)

Parameters

image1 OutputArray

Image corresponding to the shape defined by contours1.

image2 OutputArray

Image corresponding to the shape defined by contours2.