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.
我正在处理 Python 中图像中的数字的动态数字本地化问题。我的意思是:如果我有这样的图像:
我想像这样分隔所有数字,例如 8、0、1:
我已经尝试和探索了 MSER,但没有取得任何进展。主要问题是,数字可以有任意位数。另一个例子可以是:
并且数字应该像这样分隔为 2, 2:
是否有任何其他方法可以使用 open cv 或 Python 中可用的任何其他包?