1 | initial version |
Draw contours with CV_FILLED for line thickness parameter; check this example
then use addWeighted to copy contour drawing on top of your image.
2 | No.2 Revision |
Draw contours with CV_FILLED for line thickness parameter; check this example
then use addWeighted to copy contour drawing on top of your image.
You'll be able to reproduce same result drawing both filled and external contour with different colors.
3 | No.3 Revision |
Draw contours with CV_FILLED for line thickness parameter; check this example
then use addWeighted to copy contour drawing on top of your image. image.
You'll be able to reproduce same result drawing both filled and external contour with different colors.