http://www.emgu.com
Enables or disables layer fusion in the network.
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void EnableFusion(
bool value
)
Public Sub EnableFusion (
value As Boolean
)
public:
void EnableFusion(
bool value
)
member EnableFusion :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
The value
See Also