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.
我想估计二维图像(照片)的某些部分的分形维数。如何计算这个值的估计值,例如 15x15 像素子图像与 rgb 颜色?
谢谢。
将像素数据视为 5 空间中的表面(X、Y、R、G 和 B 各一维),然后进行盒数计数。
更新:这是对二维盒子计数的非常清晰的概述,但应该不难概括。
希尔伯特曲线的分形维数为 2。皮亚诺曲线也是如此。您要处理什么图像?你想使用什么样的分形?