Click or drag to resize

SelectiveSearchSegmentationAddImage Method

http://www.emgu.com
Add a new image in the list of images to process.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void AddImage(
	IInputArray img
)

Parameters

img
Type: Emgu.CVIInputArray
The image
See Also