Conversation
|
@dcoeurjo My last commit features the ordered (yet parallel version) of the estimator. I realized that because we rely on the input range for surfel, we have no need to build locally the surface and we can simply extract the required surfels from the range. Not to blow my own trumpet, but I think the final code looks pretty good :) (And in my computer, even with only 2000 surfels and 4 threads it does run faster than the sequential one) |
|
I will have a look, thanks. |
dcoeurjo
left a comment
There was a problem hiding this comment.
Looks good to me. Just the doc is missing and some LGPL headers. I've added another domain splitter and a unit test for that.
Code should be in "kernel/domains/" subfolder by the way
| @@ -0,0 +1,150 @@ | |||
| #include <ranges> | |||
| * You should have received a copy of the GNU General Public License | ||
| * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| * | ||
| **/ |
There was a problem hiding this comment.
ownership missing ?
@file missing (cf doxygen error)
| @@ -0,0 +1,135 @@ | |||
| #pragma once | |||
|
|
|||
PR Description
A new WIP branch for parallel Integral Invariant estimators.
Checklist