Ask Your Question

David Côté-Tremblay's profile - activity

2019-10-01 23:08:27 -0600 received badge  Student (source)
2019-04-24 09:59:35 -0600 received badge  Popular Question (source)
2015-04-27 23:34:30 -0600 received badge  Autobiographer
2012-08-08 13:58:22 -0600 asked a question cvApproxPoly alternative for OOP C++ (CV2)

Hi, i tried migrating my OpenCV app to the C++ API because i got too much memory leak and i heard its well managed in C++ API ..

but now i try to found an alternative for the cvApproxPoly function, i tried approxPolyDP() but it has significantly different arguments usage ..

And i can't find cvContourPerimeter too ..

thanks for helping me !