2018-07-24 04:48:45 -0600 | marked best answer | drawContours with Gradient color How to drawContours with gradient colors, not with single color. cv::drawContours( img, contours, i, color, CV_FILLED, 8, std::vector<cv::vec4i>(), 0, cv::Point() ); As drawContours require a single color, So my question is how to pass a gradient instead of single color. |
2018-07-18 05:54:48 -0600 | asked a question | drawContours with Gradient color drawContours with Gradient color How to drawContours with gradient colors, not with single color. cv::drawContours( img |
2018-07-17 08:10:04 -0600 | asked a question | Coloring of Contours to Skin color Coloring of Contours to Skin color I have successfully detected pimples through code described in this link http://answe |
2018-07-17 08:04:36 -0600 | commented answer | Detect red pimples on face using openCV I have successfully detected pimples through above code in Swift, how to change colors of detected pimples to skin color |
2018-07-11 08:14:17 -0600 | edited question | How can i remove pimples from image using OpenCV in swift? How can i remove pimples from image using OpenCV in swift? How to remove pimples from face using openCV in swift ios? I |
2018-07-11 08:13:52 -0600 | received badge | ● Editor (source) |
2018-07-11 08:13:52 -0600 | edited question | How can i remove pimples from image using OpenCV in swift? How can i remove pimples from image using OpenCV in swift? How to remove pimples from face using openCV in swift ios? I |
2018-07-11 06:07:49 -0600 | asked a question | How can i remove pimples from image using OpenCV in swift? How can i remove pimples from image using OpenCV in swift? How to remove pimples from face using openCV in swift ios? I |
2018-07-11 06:07:48 -0600 | commented answer | Detect red pimples on face using openCV How can i use above code in swift ios? |