CVNet - matt-s-clark/godot-gdextension-opencv GitHub Wiki
Used to create and manipulate comprehensive artificial neural networks. More information here.
dump
Prototype: String dump()
Outputs the net information to a string.
empty
Prototype: bool empty()
Returns true if there are no layers in the network.
forward
Prototype: CVMat forward()
Runs forward pass for the whole network.
setInput
Prototype: void setInput(CVMat blob, Dictionary additional_parameters)
Sets the new input value for the network.
- Additional parameters: name: String, scale_factor: Float, mean: Vector3