Ask Your Question

Kenshin's profile - activity

2018-06-07 09:33:36 -0600 commented question How to check if two following frames are identical ?

Thanks I don't know how to check if there is at least one none zero pixel. I know there is the "countNonZero" function b

2018-06-07 09:20:28 -0600 commented question How to check if two following frames are identical ?

Thanks that's what I need. I did that : cv2.countNonZero(cv2.absdiff(current, previous)) == 0 But I get the following

2018-06-07 09:19:50 -0600 commented question How to check if two following frames are identical ?

Thanks that's what I need. I did that : cv2.countNonZero(cv2.absdiff(current, previous)) == 0 But I get the following

2018-06-07 07:51:07 -0600 commented question How to check if two following frames are identical ?

Thanks that's what I need. I did that : cv2.countNonZero(cv2.absdiff(current, previous)) == 0 But I get the following

2018-06-07 07:42:35 -0600 commented question How to check if two following frames are identical ?

Thanks that's what I need. But I don't know how to check if there is at least one none zero pixel. I know there is the

2018-06-06 19:53:30 -0600 asked a question How to check if two following frames are identical ?

How to check if two following frames are identical ? Hi, I'm using Python 3.5 and OpenCV 3.4.1. I just want to open a .