1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00
Files
opencv/modules
jsxyhelu 476094ad5a Use“ moms” replace "contourArea"
double area = moms.m00;
is same as
double area = contourArea(contours[contourIdx]);
Not to mention
"moms" already calculated here,"contourArea" should not apply
2020-07-10 11:05:24 +00:00
..
2020-04-15 23:25:12 +09:00
2019-10-08 15:30:02 +03:00
2019-08-08 21:49:32 +09:00
2019-12-29 21:59:14 +01:00