Click or drag to resize

Visualizer Class

Simple point cloud visualizer for console applications. This visualization component creates a window with a VisualizerControl in it.
Inheritance Hierarchy
SystemObject
  Zivid.NET.VisualizationVisualizer

Namespace:  Zivid.NET.Visualization
Assembly:  ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 0.0.0.0
Syntax
public class Visualizer

The Visualizer type exposes the following members.

Constructors
  NameDescription
Public methodVisualizer
Construct a new Visualizer object
Top
Properties
  NameDescription
Public propertyColorsEnabled
Enable or disable coloring of the points with their accompanying RGB colors
Public propertyMeshingEnabled
Enable or disable meshing
Public propertyWindowTitle
Title of the window
Top
Methods
  NameDescription
Public methodHide
Hide the visualizaton window
Public methodResetToFit
Reset the camera parameters such that the point cloud fits within the window
Public methodResize
Resize the window to a given size
Public methodRun
Start interacting with the window. This function will block until the window is closed.
Public methodShow
Ensure the visualization window is visible
Public methodShow(Frame)
Show a point cloud contained in a frame
Public methodShow(PointCloud)
Show a point cloud
Public methodShowFullScreen
Show the visualization window in full screen mode
Public methodShowMaximized
Show the visualization window in maximized mode
Top
See Also