Posts by Thiago Rossato • 1 point
1 post
-
0
votes0
answers46
viewsQ: heap corruption compiling an opencv project
void trackFilteredObject(int &x, int &y, Mat threshold, Mat &cameraFeed) { Mat temp; threshold.copyTo(temp); //these two vectors needed for output of findContours vector<…