Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近我在 ubuntu 11.10 中安装了 opencv。我打算用python在opencv中做一个简单的项目。该项目是使用python从图像中检测红球。我是python和opencv的新手。你能帮我做这个项目吗?您能否建议一个类似的例如代码。
提前致谢
你可以这样做:
您可以在下面的链接中找到一个代码,该代码跟踪视频中的黄色和蓝色。您可以根据自己的目的对其进行修改。跟踪蓝色和黄色
另请访问以下链接以获得更好的解释:跟踪彩色对象
霍夫变换可以帮助你。
OpenCV C 库提供 cvHoughCircles 来检测圆圈。
cvHoughCircles
而python包装器是cv.HoughCircles
cv.HoughCircles