We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in Opencv3 (which is now installed from pip)
This line
bgModel = cv2.BackgroundSubtractorMOG2(0, bgSubThreshold)
should be
cv2.createBackgroundSubtractorMOG2(0, bgSubThreshold)
and
contours, hierarchy = cv2.findContours(thresh1, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
x, contours, y = cv2.findContours(thresh1, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
The text was updated successfully, but these errors were encountered:
ياااه يا حمدي بشوفك في حتت غريبة 😂
Sorry, something went wrong.
الانتشار مهم 😂
No branches or pull requests
in Opencv3 (which is now installed from pip)
This line
should be
and
should be
The text was updated successfully, but these errors were encountered: