Archive for March, 2007

Viacom vs. google

Tuesday, March 27th, 2007

Well, actually, I just want to test video embedding. This clip is pretty
funny anyway.

Demonstrate “quickhull” implementation in javascript

Tuesday, March 13th, 2007

Quickhull is an algorithm that is similar to the quicksort using a divide and conquer strategy to find the convex hull for scattered points. The green line in the plot is the initial base line and gray lines are the intermediate base line. The final convex hull is shown in red.



source code: qh.js


< 

Technorati Tags: