Uses of Interface
boofcv.visualize.PointCloudViewer
Packages that use PointCloudViewer
-
Uses of PointCloudViewer in boofcv.gui
Methods in boofcv.gui with parameters of type PointCloudViewerModifier and TypeMethodDescriptionstatic voidBoofSwingUtil.saveListSe3Dialog(@Nullable Component owner, @Nullable String key, PointCloudViewer pcv) Opens a dialog, asks the user where to save the sequence of Se3static voidBoofSwingUtil.savePointCloudDialog(@Nullable Component owner, @Nullable String key, PointCloudViewer pcv) Opens a dialog, asks the user where to save the point cloud, then saves the point cloudstatic voidBoofSwingUtil.visualizeCameras(SceneStructureMetric structure, PointCloudViewer viewer) Renders camera views as squares from aSceneStructureMetric -
Uses of PointCloudViewer in boofcv.gui.controls
Methods in boofcv.gui.controls with parameters of type PointCloudViewerModifier and TypeMethodDescriptionvoidControlPanelPointCloud.configure(PointCloudViewer pcv, double periodBaseline, double translateBaseline) -
Uses of PointCloudViewer in boofcv.gui.d3
Classes in boofcv.gui.d3 that implement PointCloudViewerModifier and TypeClassDescriptionclassWrapper aroundPointCloudViewerPanelSwingforPointCloudViewer. -
Uses of PointCloudViewer in boofcv.visualize
Methods in boofcv.visualize that return PointCloudViewer