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.
我正在开发使用图像处理技术的项目。我使用 javacv 包作为调用 opencv 方法的接口。因此,opencv 有很多教程和材料,但 javacv 可用的材料数量较少。所以我找到了一个方法调用getStructuringElement()。
请问有人能解释一下javacv中的类似方法以及这种方法的目的吗?
这是cvCreateStructuringElementEx.
cvCreateStructuringElementEx
这是使用它的简单示例。