|
How to preform a convex Hull operation in C++
Hello, I am working on vision tracking right now and was wondering how to implement the Convex Hull operation seen in the white papers(ni vision assistant) into C++. If there is a function or combination of functions to do this I would appreciate it.
|