Ask Your Question

daqs's profile - activity

2019-09-24 09:11:24 -0600 asked a question Unhandled exception on accessing pixel data in OpenCV

Unhandled exception on accessing pixel data in OpenCV I'm writing a program to find sort pixels in an image by colors. A

2019-09-24 08:34:04 -0600 commented question Use mask in opencv to detect color similarity

thanks for your help

2019-09-24 08:33:42 -0600 commented question Use mask in opencv to detect color similarity

I don't think I understand. So, I can't add arguments in your template to find matching color images? I thought that's w

2019-09-24 08:27:42 -0600 commented question Use mask in opencv to detect color similarity

Thanks for your reply LBerger. Could you please give an example of the arguments I need to put in while executing? Thank

2019-09-24 02:30:06 -0600 asked a question Use mask in opencv to detect color similarity

Use mask in opencv to detect color similarity cv::Mat3b bgr = cv::imread("red_test.png"); cv::Mat3b hsv; cvtColor(bgr,