Speed up the estimateFundamentalMatrix step using parallelism
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi! I am trying to create 3d scenes using structure from motion, but the function estimateFundamentalMatrix takes a lot of time to compute the fundamental matrix. The number of images that I need to perform this computation on is huge. Is there a way to parallelize the process or make it run on a GPU or something?
Please let me know if any kind of speed up is at all possible!!
Thanks in advance!!
2 commentaires
Qu Cao
le 30 Juil 2021
You can try tuning the parameters of the function to speed up, for example, increasing 'DistanceThreshold' and reducing 'Confidence'.
Réponses (0)
Voir également
Catégories
En savoir plus sur Parallel and Cloud dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!