Visualize 2D/3D data during C++/Python debugging.
- Start a C++/Python debug session in VS Code
- Set a breakpoint where 2D/3D variables are in scope
- In the Variables or Watch panel, right-click on a supported variable
- Select "View 2D/3D Data" from the context menu
- The visualization will open in a new tab
- Support for various data types:
cv::Mat,Numpy,Tensor, etc.
- Support for various data types:
std::vector<cv::Point3f/d>,pcl::PointCloud<T>,Numpy, etc. - Interactive 3D rotation with mouse
- Save PNG: Export image as PNG file
- Save PCD: Export point cloud as PCD file