任何现有的 java 或 matlab 库都可以计算房间中有多少人使用 IP 摄像机?
任何现有的 java 或 matlab 库可以
- 对背景进行图像减法 图像
- 清除阴影
- 进行膨胀和腐蚀以计算出如何 一个房间里有很多人?
Any existing java or matlab library to
- do image subtracting with background
image - clear out the shade
- do dilate and erode to count out how
many person in a room?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
OpenCV 将帮助您完成您想要的操作,并且有 Java 绑定:Java OpenCV Bindings
In MATLAB您拥有图像处理工具箱。
OpenCV will help you do what you want, and there are Java bindings for it: Java OpenCV Bindings
In MATLAB you have the Image Processing Toolbox.
Matlab 正好有用于此目的的工具箱。我强烈建议您查看 Matlab 的视频处理网络研讨会。有物体计数的例子:
它可能非常适合您。
Matlab has just the toolbox for this purpose. I'd highly recommend viewing Matlab's video processing webinar. There are examples of object counting:
It might be a perfect fit for you.