http://www.emgu.com
Create a new 3D visualizer windows
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Viz3d(
string windowName
)
Public Sub New (
windowName As String
)
public:
Viz3d(
String^ windowName
)
new :
windowName : string -> Viz3d
Parameters
- windowName
- Type: SystemString
The name of the windows
See Also