Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elasticrash/point-cloud-to-image
a simple Rendering Engine in C that renders points from a point cloud into a plane and exports the plane as an image
https://github.com/elasticrash/point-cloud-to-image
point-cloud renderer
Last synced: about 2 months ago
JSON representation
a simple Rendering Engine in C that renders points from a point cloud into a plane and exports the plane as an image
- Host: GitHub
- URL: https://github.com/elasticrash/point-cloud-to-image
- Owner: elasticrash
- Created: 2016-02-15T19:38:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T17:50:19.000Z (over 1 year ago)
- Last Synced: 2024-04-13T03:17:37.860Z (9 months ago)
- Topics: point-cloud, renderer
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# point-cloud-to-image
a simple c project that projects points from a point cloud into a plane and saves an imageI wrote this app during 2004 for a small archeological project that wanted to generate images directly from point clouds
The inputs are the
- point cloud itself
- the orientation of an image in spacean example of the orientation is the following
```image5 2573.94 10.2688 7.35163 -2.98262e-008 4.9014e-015 1296 972 2195.06 1764.61 17469.2 1.23922 11.9006 0.415454```
I made some improvements to the project because but also created a more modern version of it in Rust.
[link_here_rust_pctoi](https://github.com/elasticrash/pctoi)