VisualizerShow Method (Frame) |
Show a point cloud contained in a frame
Namespace:
Zivid.NET.Visualization
Assembly:
ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 0.0.0.0
Syntax public void Show(
Frame frame
)
Public Sub Show (
frame As Frame
)
public:
void Show(
Frame^ frame
)
Parameters
- frame
- Type: Zivid.NETFrame
A frame
See Also