필터 지우기
필터 지우기

Unreal Engine to visualize massive point cloud (plot and interaction, zoom, rotation and such)

조회 수: 13 (최근 30일)
Hello, i'm dealing with point cloud of millions of points, so my tools are not able to work with them. Before changing scripting language, I'd like to know if anyone has experience using Unreal Engine with MATLAB to plot and interact with point cloud (zoom, 3d rotation and such). I found some pages related to simulink but I don't have it (i don't need it for my current work). Thank you in advance

답변 (1개)

Supraja
Supraja 2023년 4월 5일
As per my understanding, you want to plot a large data set in MATLAB and want to interact with it using features like Zoom In, Zoom Out etc.
You can follow the documentation link here to plot a scatter plot for your large data set.
You can interact directly with charts by scrolling to zoom and drag to rotate in 3D.
  댓글 수: 2
Veronica Taurino
Veronica Taurino 2023년 4월 5일
편집: Veronica Taurino 2023년 4월 5일
Hello, thank you for the reply. Scatter_LDS seems to plot points with only X and Y values or am I missing something? I'm dealing with point clouds (3D) and lidar kind of data. Currently I'm using pcshow and also tried pcviewer (from Matlab 2023) but they are too slow (10 millions are the bare minimum number of points I deal with). I tried octree technique to reduce the number of points to currently visualize but I can't solve the plot performance (map interactions)
Supreeth Subbaraya
Supreeth Subbaraya 2023년 10월 4일
Hi Veronica, What platform (OS and hardware) were you using when you tried pcviewer? MATLAB 2023b has some optimizations when loading and interacting with large point clouds, in pcviewer. If possible, you can give this a try.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by