Mat imgContours(imgThresh.size(), CV_8UC3, SCALAR_BLACK);
************************
what is the purpose of the underlined code and how it works?
Mat imgContours(imgThresh.size(), CV_8UC3, SCALAR_BLACK);
************************
what is the purpose of the underlined code and how it works?