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
image1InputArrayImage corresponding to the shape defined by contours1.
image2InputArrayImage corresponding to the shape defined by contours2.