openep / openep-core

Core OpenEP code - Matlab implementation
Apache License 2.0
9 stars 6 forks source link

Surface point sampling #23

Open drsewilliams opened 3 years ago

drsewilliams commented 3 years ago

There are several applications where it is useful to sample points on the surface of a cardiac chamber, for example when considering algorithms for activation mapping. The "optimised dart throwing" algorithm is one way to do this which could be implemented in OpenEP.

cline-09-poisson-paper.pdf

samcoveney commented 3 years ago

Also consider 'subset_anneal' function in quLATi: https://github.com/samcoveney/quLATi

drsewilliams commented 3 years ago

Thanks Sam. Depending on how we get on with integrating quLATi (i.e. python) this would be a great way to go. Unless you have a Matlab version of subset_anneal??