Uses of Interface
boofcv.visualize.PointCloudViewer
-
Uses of PointCloudViewer in boofcv.gui
Modifier and TypeMethodDescriptionstatic void
BoofSwingUtil.saveListSe3Dialog
(@Nullable Component owner, @Nullable String key, PointCloudViewer pcv) Opens a dialog, asks the user where to save the sequence of Se3static void
BoofSwingUtil.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 void
BoofSwingUtil.visualizeCameras
(SceneStructureMetric structure, PointCloudViewer viewer) Renders camera views as squares from aSceneStructureMetric
-
Uses of PointCloudViewer in boofcv.gui.controls
Modifier and TypeMethodDescriptionvoid
ControlPanelPointCloud.configure
(PointCloudViewer pcv, double periodBaseline, double translateBaseline) -
Uses of PointCloudViewer in boofcv.gui.d3
Modifier and TypeClassDescriptionclass
Wrapper aroundPointCloudViewerPanelSwing
forPointCloudViewer
. -
Uses of PointCloudViewer in boofcv.visualize