6697 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
17d18fc877 Better description of the filter segmentation with paper info 2015-11-17 08:23:43 +00:00
Marco Callieri mcallieri
e4b5aef783 corrected bug in signal/slot connection between filter and glarea (changed shotf to shotm) 2015-11-16 12:35:07 +00:00
Paolo Cignoni cignoni
fa372df996 Refactoring code and removing useless function duplicating vcg lib stuff... 2015-11-14 16:40:54 +00:00
Paolo Cignoni cignoni
9800858dfb Added segmentation filter kindly provided by Anthousis Andreadis ( http://graphics.cs.aueb.gr )
Developed by Anthousis Andreadis, Pavlos Mavridis and Georgios Papaioannou
funded by the EC FP7 STREP project “PRESIOUS”, grant no. 600533
2015-11-13 17:52:28 +00:00
Marco Callieri mcallieri
33b47e2933 minor fixes on background grid
STILL UNUSABLE
2015-11-13 16:01:53 +00:00
Marco Callieri mcallieri
5d22da60c0 better sizing of infobar (and dynamic resizing between 4 and 5 text lines), minor update to displayed info 2015-11-12 17:55:03 +00:00
Marco Callieri mcallieri
d22d6ff2b3 - corrected improper near clipping doing screenshot (now near and far are the same used at rendering time) 2015-11-12 17:03:44 +00:00
Marco Callieri mcallieri
710f010e56 removed useless sub-menu nesting in "view" menu (submenu with just 1-2 voices) 2015-11-12 16:42:18 +00:00
Marco Callieri mcallieri
2fb2fbc441 now background gradient works for tiled screenshot 2015-11-12 15:01:43 +00:00
Marco Callieri mcallieri
4b8e47499c sometimes, for mnemonic reasons, it is nice to have icons on filters, but you do not want all icons to show up on the toolbar. Now, if the filter QAction is QAction::HighPriority it does show up in the toolbar, while QAction::LowPriority it does not show in the toolbar 2015-11-12 13:58:25 +00:00
Marco Callieri mcallieri
90397dbef9 added hack for point clouds... when exporting, if the model has no faces and no edge, is a point cloud, so the vertex normal checkbox is checked (makes thing faster and easier when working with pointclouds) 2015-11-12 13:55:13 +00:00
Marco Callieri mcallieri
6fe0448b6c added shortcuts and icons for some selection filters 2015-11-12 13:51:57 +00:00
Marco Callieri mcallieri
a156b878c3 added some helpful keyboard shortcuts 2015-11-11 17:30:16 +00:00
Marco Callieri mcallieri
46ea7c16d2 added "unprojected color" parameter to per-vertex color mapping, to choose a specific color to fill unprojected areas. 2015-11-11 15:01:49 +00:00
Marco Callieri mcallieri
c169ef1454 added "multiple measures", with option to clear list, print on log, save to file 2015-11-10 16:52:37 +00:00
Marco Callieri mcallieri
430c9bb843 haudorff distance filter and mesh-2-mesh vertex attribute transfer filter now take in account layer transformation 2015-11-06 15:14:46 +00:00
Marco Callieri mcallieri
fb26d15308 various improvements and fixes to the referencing tool 2015-11-05 16:03:06 +00:00
Marco Callieri mcallieri
6ec1d2920d "transfer" to/from texture now support meshes with more than one texture 2015-11-05 10:37:27 +00:00
Paolo Cignoni cignoni
c99136bb50 added a missing include stdlib 2015-11-04 23:52:36 +00:00
Paolo Cignoni cignoni
5b64c2b7f8 Added spherical distribution point clouds 2015-11-04 23:52:03 +00:00
Paolo Cignoni cignoni
5d1e23b7fb added per face normal to the basic sampler functor for allowing face normal preservation in generated point cloud 2015-11-04 23:51:27 +00:00
Paolo Cignoni cignoni
4a5b1b4e04 updated to the changes of the gen normal function 2015-11-04 23:50:15 +00:00
Marco Callieri mcallieri
5efc8c1713 Now plane slicing filter DOES consider the transformation matrix 2015-11-04 14:02:53 +00:00
Marco Callieri mcallieri
d6edf69898 added option for adding "gutter" empty space to planar parametrization 2015-11-04 12:33:23 +00:00
Marco Callieri mcallieri
c52cf6a94d - changed texture-to-vertexcolor filter to support meshes with more than one texture
- changed VertexSampler object to support a vector of QImage
2015-11-03 14:45:21 +00:00
Marco Callieri mcallieri
429613bb50 added face/vertex selection to usable variables 2015-11-02 17:29:31 +00:00
Marco Callieri mcallieri
cc1b31c606 - changed muparser version
- added ti (texture index) to usable variables
- updated help for filters
- various fixes
2015-11-02 17:00:10 +00:00
Marco Callieri mcallieri
a214606f60 updated muparser, from version 1.3.2 to 2.2.5, updated external.pro 2015-11-02 16:57:17 +00:00
Marco Callieri mcallieri
1530e084d3 updated referencing filter: added the "scale referencing" panel, where multiple point-to-point distances are used to calculate an averaged scene scale. FIST DRAFT 2015-11-02 09:43:22 +00:00
Matteo Dellepiane matteodelle
950bde99cc dellepiane: added sendPickedPos slot, in order to provide 2D coords of points picked on the GLArea 2015-10-30 16:19:04 +00:00
Marco Callieri mcallieri
7d99b200dc added an explicit "only on selection" option to per-vertex color manipulation filters filter... before, without mentioning it, it checked if some FACES were selected, but then applied using vertex selection... 2015-10-29 14:28:59 +00:00
Marco Callieri mcallieri
5259b9e59d added "only on selection" option to Vertex Attribute Transfer filter 2015-10-29 13:45:28 +00:00
Marco Callieri mcallieri
687383c987 - added ALPHA as usable parameter for per-vertex and per-face functions
- added "only on selected" option on most filters
to be tested
2015-10-29 12:31:33 +00:00
Marco Callieri mcallieri
271e67e955 corrected numerous bugs in the manipulators 2015-10-28 16:46:18 +00:00
Matteo Dellepiane matteodelle
3c0930d790 dellepiane: added experimental filter that should take the place of mutual information. To compile, a small change in glarea (NOT committed) is needed. Apart from that, it compiles with current meshlab code. 2015-10-28 11:32:55 +00:00
Marco Callieri mcallieri
c0c9ed5db0 corrected interface strings 2015-10-28 10:20:46 +00:00
Matteo Dellepiane matteodelle
899e4a6a63 dellepiane: fixed with the new documentUpdated() signal 2015-10-23 11:26:33 +00:00
Paolo Cignoni cignoni
958c9e3b83 Moved the Hausdorf sampler from meshlab filter to vcglib 2015-10-20 22:33:10 +00:00
Matteo Dellepiane matteodelle
9621048537 dellepiane - memory leak fixed 2015-10-20 13:48:02 +00:00
Guido Ranzuglia granzuglia
f43b0e937b - removed useless rendering with bos map from glarea 2015-10-12 04:14:42 +00:00
Guido Ranzuglia granzuglia
881908b79b - cleaned up the code
- removed small bug
2015-10-12 02:06:06 +00:00
Guido Ranzuglia granzuglia
c7fc5190e4 - fixed "it doesn't update the rendering mesh" bug 2015-10-09 11:36:07 +00:00
Guido Ranzuglia granzuglia
9f9ee6f312 - added code for update mesh rendering data after filter execution
- bug "don't update" still present
2015-10-09 03:08:04 +00:00
Paolo Cignoni cignoni
d561185388 small changes to make point size works better on mac 2015-10-01 14:31:21 +00:00
Paolo Cignoni cignoni
0c551d2313 reordered include files to avoid error 2015-10-01 13:10:01 +00:00
Paolo Cignoni cignoni
6b70709ce4 removed warning for unused params 2015-10-01 13:08:51 +00:00
Guido Ranzuglia granzuglia
e18c27034b - updated MeshLab version 2015-10-01 12:29:18 +00:00
Paolo Cignoni cignoni
a9f8d71503 typo changed vcg::GLFeederInfo::PR_POINTS into DM::POINTS 2015-09-28 14:08:35 +00:00
Paolo Cignoni cignoni
91577982d3 removed unused old commented lines 2015-09-28 14:07:31 +00:00
Paolo Cignoni cignoni
536e43562e Added CONFIG += c++11 to reflect the new C11 standard of vcglib 2015-09-28 14:07:02 +00:00