From 4a93ab8e5620986534e0b5cb9460847f893c9ba2 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Fri, 6 Dec 2024 17:09:01 +0100 Subject: [PATCH] Improved the description of filter point cloud simplification adding the reference to the paper --- src/meshlabplugins/filter_sampling/filter_sampling.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_sampling/filter_sampling.cpp b/src/meshlabplugins/filter_sampling/filter_sampling.cpp index 4edabe031..c448971df 100644 --- a/src/meshlabplugins/filter_sampling/filter_sampling.cpp +++ b/src/meshlabplugins/filter_sampling/filter_sampling.cpp @@ -475,7 +475,10 @@ QString FilterDocSampling::filterInfo(ActionIDType filterId) const return QString( "Create a new layer populated with a simplified version of the current point cloud. " "The simplification is performed by subsampling the original point cloud using a " - "Poisson Disk strategy."); + "Poisson Disk strategy using the algorithm described in:
" + "'Efficient and Flexible Sampling with Blue Noise Properties of Triangular " + "Meshes'
" + " Massimiliano Corsini, Paolo Cignoni, Roberto Scopigno
IEEE TVCG 2012"); case FP_POISSONDISK_SAMPLING: return QString( "Create a new layer populated with a point sampling of the current mesh;"