Click or drag to resize

SelectiveSearchSegmentationAddImage Method

Add a new image in the list of images to process.

Namespace:  OpenCvSharp.XImgProc.Segmentation
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void AddImage(
	InputArray img
)

Parameters

img
Type: OpenCvSharpInputArray
The image
See Also