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.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public void EnableFusion(
	bool value
)

Parameters

value
Type: SystemBoolean
The value
See Also