Posts by Vinicius Carreira • 11 points
1 post
-
0
votes0
answers61
viewsQ: How to detect and calculate the angle of an object inside a python image?
I’m trying to write a code that detects lines and calculates an angle within a binary image (not necessarily this one, but always a similar spray). I read a few things about Hough Transform and even…