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 !