The objective was to create a WPF component for visualizing a large point cloud (~ 10 million points) including for use on a Tablet PC. The component must provide the display of clouds with a user configurable level of detail, tools for resizing, rotating and panning the cloud as well as setting the maximum number of loaded points, the size of points during the rendering.
The research has shown that for large point clouds the operation of changing detail level takes an unacceptable time. Using the proposed algorithms based on k-dimensional tree and octree has significantly reduced the time of switching the level of detail.