zsiki / Find-GCP

Find ArUco markers in digital photos
GNU General Public License v2.0
66 stars 17 forks source link

multiprocessing #6

Open zsiki opened 2 years ago

zsiki commented 2 years ago

speed up code by multiprocessing, separate process for each image.

zsiki commented 2 years ago

Unfortunately the core ArUco library of OpenCV does not support multitasking. See: https://github.com/opencv/opencv/issues/5150

zsiki commented 2 years ago

Moving the process_image function outside the class seems to solve the issue.