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