Click or drag to resize

NetEnableFusion Method

Enables or disables layer fusion in the network.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void EnableFusion(
	bool fusion
)

Parameters

fusion
Type: SystemBoolean
true to enable the fusion, false to disable. The fusion is enabled by default.
See Also