|
Re: How to preform a convex Hull operation in C++
One function you could use would be
int imaqConvexHull(Image* dest, Image* source, int connectivity8);
It is documented in C:\Program Files\National Instruments\Vision\Documentation\NIVisionCVI.chm,
and the header file is I believe in nivision.h, and the library is probably nivision.out.
Greg McKaskle
|