how to check the point cloud alignment RMSE
이전 댓글 표시
I want to check the accuracy or rmse for alignment of point cloud. I use stero camera calibrator app and try to reconstruct the sence i want calculate RMSE point cloud data. so i have come to know either my point cloud or despirty map is valid or not

답변 (1개)
Drishti
2025년 3월 7일
0 개 추천
Hi Bushra,
To verify the accuracy of the RMSE value and the correctness of the disparity map, you can keep below mentioned points under consideration:
- The points cloud data should be aligned.
- Try to remove any noise or outliers from the point cloud data.
- Confirm that both the point cloud data and ground truth cover the same area to ensure accuracy.
In addition to these, for disparity maps correctness, you can check the reprojection error by reprojecting the left and right images and checking the alignment.
For more information on disparity maps, you can refer to the MATLAB Documentation of 'disparity' and 'disparityBM' functions:
- disparity: https://in.mathworks.com/help/vision/ref/disparity.html
- disparityBM: https://in.mathworks.com/help/vision/ref/disparitybm.html
I hope this helps in resolving the issue.
카테고리
도움말 센터 및 File Exchange에서 Process Point Clouds에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!