Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top