2016-05-15 14:46:50 -0600 | commented answer | identifier "cvSubdivDelaunay2DInsert" is undefined Thank you for you reply. I ave changed my code, but it still throws an exception, now at insert operation subdiv is undefined |
2016-05-15 09:51:51 -0600 | asked a question | identifier "cvSubdivDelaunay2DInsert" is undefined the code throws exception |
2016-04-17 15:07:36 -0600 | asked a question | I have a loop and in the 240th step bgrPixel = frame.at<Vec3b>(++rowCoord, ++colCoord); throws assert erroror at mat.hpp line 554 Mat frame; for (int rowCoord = 1; rowCoord < rowheight - 1; rowCoord++) for (int colCoord = 1; colCoord < colwidth - 1; colCoord++) { |
2016-04-17 15:07:36 -0600 | asked a question | mat.hpp assert error at line 554 I have a loop and in the 240th step bgrPixel = frame.at<vec3b>(++rowCoord, ++colCoord); throws assert erroror at mat.hpp line 554 |