Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 683 Bytes

3D point cloud transformation, translation, rotation, scaling C++ implementation 2823 3 (with code).md

File metadata and controls

7 lines (5 loc) · 683 Bytes

In the previous article, 3D point cloud transformation (translation, rotation, scaling) and python implementation introduced some basic transformation principles of point cloud in detail, and also used python to achieve, this time we use C++ to do some cloud translation, scaling, rotation transformation.

After clicking on the GitHub Sponsor button above, you will obtain access permissions to my private code repository ( https://github.com/slowlon/my_code_bar ) to view this blog code. By searching the code number of this blog, you can find the code you need, code number is: 2024020309573576552

avatar