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.
我正在使用 3D 直方图来比较从视频序列中拍摄的两幅图像中的超像素区域。基于直方图阈值,我想将区域分类为相似或不相似。我使用卡方距离来比较两个直方图。但我看到卡方距离应该只用于密集的直方图。我的直方图很稀疏,有很多包含零条目的 bin。你能建议我在 Python 中比较这些直方图的最佳方法吗?