Click or drag to resize

SelectiveSearchSegmentationSetBaseImage Method

Set a image used by switch* functions to initialize the class

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

Parameters

img
Type: OpenCvSharpInputArray
The image
See Also