kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Stack around the variable 'hull_header' was corrupted"

thisissebastian opened this issue · comments

I am trying to use vectorcv::Vec4i ContourFinder::getConvexityDefects(unsigned int i); but am getting these errors: "Stack around the variable 'hull_header' was corrupted" and "Stack around the variable 'contour_header' was corrupted."

I am unable to figure out what the issue really is, any advice?