| 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
)
Public Sub EnableFusion (
fusion As Boolean
)
public:
void EnableFusion(
bool fusion
)
member EnableFusion :
fusion : bool -> unit
Parameters
- fusion
- Type: SystemBoolean
true to enable the fusion, false to disable. The fusion is enabled by default.
See Also