Click or drag to resize

HfsSegment Constructor

http://www.emgu.com
Create a hfs object

Namespace:  Emgu.CV.Hfs
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public HfsSegment(
	int height,
	int width,
	float segEgbThresholdI = 0.08f,
	int minRegionSizeI = 100,
	float segEgbThresholdII = 0.28f,
	int minRegionSizeII = 200,
	float spatialWeight = 0.6f,
	int slicSpixelSize = 8,
	int numSlicIter = 5
)

Parameters

height
Type: SystemInt32
The height of the input image
width
Type: SystemInt32
The width of the input image
segEgbThresholdI (Optional)
Type: SystemSingle
segEgbThresholdI
minRegionSizeI (Optional)
Type: SystemInt32
minRegionSizeI
segEgbThresholdII (Optional)
Type: SystemSingle
segEgbThresholdII
minRegionSizeII (Optional)
Type: SystemInt32
minRegionSizeII
spatialWeight (Optional)
Type: SystemSingle
spatialWeight
slicSpixelSize (Optional)
Type: SystemInt32
slicSpixelSize
numSlicIter (Optional)
Type: SystemInt32
numSlicIter
See Also