From 17d18fc877afb77e42e5c8dea2e0e886e6cecd54 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Tue, 17 Nov 2015 08:23:43 +0000 Subject: [PATCH] Better description of the filter segmentation with paper info --- .../filter_segmentation/meshsegmentation.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp b/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp index 7e221b779..30a273944 100644 --- a/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp +++ b/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp @@ -100,8 +100,14 @@ QString SegmentationPlugin::filterInfo(FilterIDType filterID) const { switch (filterID) { - case FP_SEGMENTATION : return tr("Segment a mesh into distinct facets using a region-growing or a hierarchical bottom-up approach.

" - "This work was funded by the EC FP7 STREP project PRESIOUS, grant no. 600533."); + case FP_SEGMENTATION : return tr("Segment a mesh into distinct facets using a region-growing or a hierarchical " + "bottom-up approach. The approach is tailored to distinguish the regions of a fragmented object " + "that belong to the original surface from the fractured ones using the algorithms described in:

" + "A. Andreadis, P. Mavridis and G. Papaioannou
" + "\"Facet Extraction and Classification for the Reassembly of Fractured 3D Objects\"
" + "DOI = 10.2312/egp.20141060 Eurographics (Posters) 2014
" + "
" + "The developement of this plugin was partially supported by the EC FP7 STREP project PRESIOUS, no. 600533."); default : assert(0); }