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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void AddImage(
	IInputArray img
)

Parameters

img
Type: Emgu.CVIInputArray
The image
See Also