http://www.emgu.com
Create a new 3D visualizer windows
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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