Track ring pull Python
Hello, i want recognize ring pull and detect position angle...
I think that is effective a haar cascade but i want ideas to do that in Python.
Only want detect ring pull.
Hello, i want recognize ring pull and detect position angle...
I think that is effective a haar cascade but i want ideas to do that in Python.
Only want detect ring pull.
Asked: 2017-08-17 04:36:28 -0600
Seen: 312 times
Last updated: Oct 03 '17
Area of a single pixel object in OpenCV
how to understand which functions available in python bindings?
Problems installing opencv on mac with python
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
The cascades are accessible through Python, so I do not know why you should need anything else? Keep in mind that cascades are not rotation invariant, and thus you should try to cope with this issue somehow.
I tried to do it with hough circles, but i have problems with false positive...
Detect two circles and I calculated the angle with the slope.
I need calculate angle for an industrial aplication.
Forget HoughCircles, it will never work and be prone to so many false positive hits ...
Then, haar cascade or another solution ? thanks
Did you actually read my first post? Go for cascades, but make a rotation invariant solution, by rotating your image and warp back the rotated detections.
Ok, thanks and i will try to do cascade detection.
Hello, i want to know the angle of ring pull, but i cant do that yet.
Any ideas for do that with opencv python?
thx!
please DO NOT write answers here, if you have a question !
sorry, its done