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 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
Methods in boofcv.gui.controls with parameters of type PointCloudViewerModifier and TypeMethodDescriptionvoid
ControlPanelPointCloud.configure
(PointCloudViewer pcv, double periodBaseline, double translateBaseline) -
Uses of PointCloudViewer in boofcv.gui.d3
Classes in boofcv.gui.d3 that implement PointCloudViewerModifier and TypeClassDescriptionclass
Wrapper aroundPointCloudViewerPanelSwing
forPointCloudViewer
. -
Uses of PointCloudViewer in boofcv.visualize
Methods in boofcv.visualize that return PointCloudViewer