Ask Your Question

Ahmad Khalid's profile - activity

2017-09-13 12:15:39 -0600 answered a question error: (-215) scn == 3 || scn == 4 in function cv::cvtColor

I had the same issue and I solved this error by changing the address of the camera from cap = cv2.VideoCapture(1) to :

2017-09-13 12:13:44 -0600 commented answer Detecting how much eyes are open

Thanks , link works :)

2017-08-16 10:48:01 -0600 commented answer Detecting how much eyes are open

*Hey steven thanks for providing this answer. Can you please update the link for the paper you provided in the answer. I got 404 - Page not found error Many Thanks *

2017-08-09 12:23:40 -0600 commented answer Comparing two images whether same or not

What does "generic bitwise comparison" mean ? does it mean it works for two static images ? and how to compare and image with real time video ?