标签: python matlab opencv scikit-image
我需要用python编写代码才能实现 S = qtdecomp(ampad, @(M) squeeze(sum(sum(M))) > thr ); 其中,ampad是矩阵,thr表示阈值。 但是我还没有在python中找到任何具有类似功能的工具箱。有什么我可以用来快速实现目标的东西?
S = qtdecomp(ampad, @(M) squeeze(sum(sum(M))) > thr );
thr
thx。