You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 10: Ray Tracing - Acceleration (52)
CeHao1

This split process is very similar to the clustering algorithms such as Kmeans. Given the number of ideal groups, we want to know which group every triangle belongs to.

In addition, the importance of each triangle can be represented by its area. Then we select the center of each cluster and calculated the weighted distance from each triangle center(or boundary) to the center of this group.

Other clustering algorithms may work as well.

You must be enrolled in the course to comment