Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top