ut-ras / r5-2019

Region 5 2018-2019
MIT License
5 stars 0 forks source link

Test Implementation: ConvexHull #16

Closed thetianshuhuang closed 5 years ago

thetianshuhuang commented 5 years ago

We need to implement a function that takes an image and return a set of points that represents the convex hull that bounds the input.

fn ConvexHull(image: Image) -> HashSet