 |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
ZIVID_VIS3D_EXPORT void enableMeshing(bool enable)
Enable or disable meshing
Point cloud on the Compute device
Definition: DeviceCloud.h:101
ZIVID_VIS3D_EXPORT void show()
Show the visualization window
ZIVID_VIS3D_EXPORT void enableColors(bool enable)
Enable or disable coloring of the points with their accompanying RGB colors
#define ZIVID_VIS3D_EXPORT
Definition: Vis3DExport.h:56
ZIVID_VIS3D_EXPORT void showMaximized()
Show the window in maximized mode
ZIVID_VIS3D_EXPORT void hide()
Hide the visualization window
ZIVID_VIS3D_EXPORT void resize(int h, int w)
Resize the window to specified height and width
ZIVID_VIS3D_EXPORT void resetToFit()
Reset the camera so that the contents will fit in the window
ZIVID_VIS3D_EXPORT void setWindowTitle(std::string title)
Set the window title
ZIVID_VIS3D_EXPORT void showFullScreen()
Show the window in full screen mode
ZIVID_VIS3D_EXPORT ComputeDevice computeDevice()
Get the compute device associated with this view
ZIVID_VIS3D_EXPORT bool isMeshingEnabled() const
Whether meshing is enabled
ZIVID_VIS3D_EXPORT int run()
Run the event loop. Should be called to allow interaction with the point cloud
A frame captured by a Zivid camera
Definition: Frame.h:104
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:52
A point cloud with x,y,z, contrast and color data laid out on a 2D grid.
Definition: PointCloud.h:97
ZIVID_VIS3D_EXPORT CloudVisualizer()
Constructor
ZIVID_VIS3D_EXPORT bool colorsEnabled() const
Whether coloring of the points with their accompanying RGB colors is enabled