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.
假设一个大小为 256x256 的彩色图像,我如何计算图像的二元直方图?如果我想对相似图像进行聚类,哪种数据结构适合存储直方图?请注意,直方图必须与图像一起保存在数据库中。
假设您使用的是 Matlab:rgb2gray 和 imhist 可以帮助您。如果您只需要 2 个值,请尝试将其转换为二进制图像