nasa-jpl / autoRIFT

A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images
Apache License 2.0
216 stars 52 forks source link

import multiprocessing in float array correlator function #17

Closed ShashankBice closed 3 years ago

ShashankBice commented 3 years ago

Hi @leiyangleon, added a missing import for multiprocessing in the float array correlator function. Should be easy to ingest.

leiyangleon commented 3 years ago

Good catch, thanks! Merge it now.