Click or drag to resize

NetEnableFusion Method

http://www.emgu.com
Enables or disables layer fusion in the network.

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void EnableFusion(
	bool value
)

Parameters

value
Type: SystemBoolean
The value
See Also