Click or drag to resize

SelectiveSearchSegmentationSetBaseImage Method

http://www.emgu.com
Set a image used by switch* functions to initialize the class.

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

Parameters

image
Type: Emgu.CVIInputArray
The image
See Also