You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
I DONT GET THIS LINE , WHAT IS THE NEED OF
cv2.rectangle(test_image, (x, y), (x+w, y+h), (0, 255, 0), 2)
That
(x+w, y+h)
oneAs if you go for that Integral Images' concept the cords should be like be like
(x+w-(y+h))
So please help me understand , what this line doing
(x+w, y+h)
The text was updated successfully, but these errors were encountered: