Skip to content

Commit

Permalink
Improved the description of filter point cloud simplification adding …
Browse files Browse the repository at this point in the history
…the reference to the paper
  • Loading branch information
cignoni committed Dec 6, 2024
1 parent 6b9e127 commit 4a93ab8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/meshlabplugins/filter_sampling/filter_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:<br>"
"<b>'Efficient and Flexible Sampling with Blue Noise Properties of Triangular "
"Meshes'</b><br>"
" Massimiliano Corsini, Paolo Cignoni, Roberto Scopigno<br>IEEE TVCG 2012");
case FP_POISSONDISK_SAMPLING:
return QString(
"Create a new layer populated with a point sampling of the current mesh;"
Expand Down

0 comments on commit 4a93ab8

Please sign in to comment.