Posts by Marcone • 103 points
2 posts
-
0
votes1
answer187
viewsQ: how do I detect on which side is the object if I trace a line the medium
My friends, I’m discovering computer vision. I’m programmed in python and wanted to know how I do to identify in which position the object is in relation to a line drawn in the middle of the screen.…
-
10
votes2
answers21590
viewsQ: What is the function of "Try" and "except"
Could someone answer me what the parameter means try: and the except? I need to do a show and I have a question about this.