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.
我有一个超级矩阵(1024x768),我正在尝试找到一个(36x49)。我正在使用相似性技术来确定它们是否相似。
主要问题之一是试图将超矩阵拆分为小矩阵的块,我有代码,我只是无法确定正确的数字,因此我将封装所有值/和/找到块之间的相似性超矩阵和小矩阵的块。
任何人都可以提供任何解决方案吗?谢谢 :)