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.
是否有任何软件或代码可以帮助我捕捉两个相似图像帧之间的差异?
例如:有一个戴帽子的人的图像
以及同一个人不戴帽子的另一张照片
图像中的其他一切都相同
那么我可以得到第三张只有帽子的图像吗?这是两个图像之间的区别
我已经使用人工神经网络来解决此类问题。但解决方案太复杂,无法在此解释。我推荐 Coursera 上的 ML 课程。
只需使用 OpenCV 对图像进行阈值处理。你只会得到不同的信息。