문제

I need to calculate the correlation between kernels located in two matrices with different dimension. The matrices contain the same blob, with small changes in shape. Do you know if there is any alternative to correlate2d, now under stsci_python, for calculating the correlation between the two kernels (blobs)? I tried using it but it's not clear which modules to use.

Thanks

도움이 되었습니까?

해결책

correlate2d is now included in agpy, which can be installed via pip install agpy.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top