ece4580:module_pcd:triangulation01
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece4580:module_pcd:triangulation01 [2017/02/28 13:59] – [The Advancing Fronts Algorithm] pvela | ece4580:module_pcd:triangulation01 [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
The kind of algorithm we'll be palying with is an advancing front algorithm, | The kind of algorithm we'll be palying with is an advancing front algorithm, | ||
- | Since this course does not have the pre-requisites required to implement the algorithm from scratch (a good algorithms course), I have written a primitive version of the algorithm then removed some of the key code. Your task is to flesh it out, then to apply it to several point clouds with different processing parameters, and communicate your findings. All of the necessary scripts and code stubs can be found **here (TODO)**. | + | Since this course does not have the pre-requisites required to implement the algorithm from scratch (a good algorithms course), I have written a primitive version of the algorithm then removed some of the key code. Your task is to flesh it out, then to apply it to several point clouds with different processing parameters, and communicate your findings. All of the necessary scripts and code stubs can be found {{ece4580: |
Line 12: | Line 12: | ||
* D.J. Mavrilipis. "An Advancing Front Delaunay Triangulation Algorithm Designed for Robustness." | * D.J. Mavrilipis. "An Advancing Front Delaunay Triangulation Algorithm Designed for Robustness." | ||
* Lots more by just googling: [[https:// | * Lots more by just googling: [[https:// | ||
+ | * There are other triangulation methods, but one should be careful regarding their underlying assumptions. | ||
---------------------------- | ---------------------------- |
ece4580/module_pcd/triangulation01.1488308384.txt.gz · Last modified: 2024/08/20 21:38 (external edit)