Click or drag to resize

ShapeContextDistanceExtractorSetImages Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void SetImages(
	InputArray image1,
	InputArray image2
)

Parameters

image1
Type: OpenCvSharpInputArray
Image corresponding to the shape defined by contours1.
image2
Type: OpenCvSharpInputArray
Image corresponding to the shape defined by contours2.
See Also