147 Commits

Author SHA1 Message Date
ganovelli
c712d28698 LSD exp
more experiences with LSD. It worked well with the Doors
2017-01-24 14:59:41 +01:00
giannipint
dad2467f81 minor fix 2017-01-19 10:39:12 +01:00
ganovelli
ad79897a10 ongoing
both live rendering and image saving working
2017-01-19 10:32:28 +01:00
ganovelli
cc5e9fc403 ongoing mods
.pro fixed, output image optional
2017-01-19 10:32:28 +01:00
giannipint
9321d5745e Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/plugins_experimental/edit_CADtexturing/edit_CADtexturing.pro
2017-01-17 13:43:12 +01:00
giannipint
aa32869a11 Now working with win32-msvc2012 2017-01-16 13:08:24 +01:00
ganovelli
f672000458 viewport and frustum
fixed viewport and frustum
2017-01-13 13:57:33 +01:00
ganovelli
2079824513 first working draft
it simply outputs an image with model rendered from the current camera
with creases highlighted
2017-01-13 11:34:05 +01:00
ganovelli
c5785d22b2 CAD Texturing
simple filter for UV mapping creation
2017-01-09 13:59:11 +01:00
Paolo Cignoni
8e49109c5a Moved folders for consistency
All and only the official plugins now are in the meshplugins folder.
Old stuff moved to the unsupported folder. New stuff moved here from
the experimental folder.
2016-12-29 16:33:25 +01:00
Paolo Cignoni
b2384dea05 Corrected Sketchfab issues #21 #22 #23 2016-12-29 12:22:54 +01:00
Paolo Cignoni
76ba0ccadf minimal text change... 2016-12-21 12:27:38 +01:00
Matteo Dellepiane
86e4e61a14 Corrected .pro
removed a file that is not used anymore
2016-12-21 12:16:56 +01:00
Matteo Dellepiane
3509880f3f Added experimental multiscale alignment filter
Revides evrsion of scale estimation of TVCG paper. Still under
re-implementation
2016-12-21 12:15:18 +01:00
Paolo Cignoni
6ea0112cfe Updated Sketchfab exported filter 2016-12-21 11:26:42 +01:00
Guido Ranzuglia
3472973ae8 - fixed compilining issues for linux systems 2016-12-06 12:17:26 +01:00
Paolo Cignoni
92982fe7b5 Moved filter_harmonic into filter_unsharp (yet another single filter plugin removed) 2016-12-01 17:52:14 +01:00
Paolo Cignoni
81e2127323 Removed xml copying from the pro of a filter that is not a xml filter 2016-11-10 12:09:54 +01:00
Matteo Dellepiane
f5c43e5cb8 Minor improvement in edit_mutualcorrs
When a new correspondence is created, is automatically selected. When a
correspondence is deleted, the first is automatically selected.
2016-11-10 10:02:09 +01:00
Paolo Cignoni
6089f0538a Corrected the xml copy mechanism for two other filters 2016-11-08 13:01:38 +01:00
Paolo Cignoni
49caf342aa Renamed all 'align' instances into 'alignset' in mutualglobal filter
To avoid a nasty conflict with std::align
2016-11-08 10:42:51 +01:00
Paolo Cignoni
d16d368518 Still cleaning the folders moving old unused stuff inside the right folders 2016-11-08 09:49:41 +01:00
Marco Callieri
94c5249be8 small changes in ioTXT 2016-11-07 15:55:58 +01:00
Paolo Cignoni cignoni
b9f3738ba3 minimal change 2016-11-06 09:59:49 +00:00
Guido Ranzuglia granzuglia
b5310493e5 - harmonized names of the dll with the filter one 2016-11-03 09:14:46 +00:00
Guido Ranzuglia granzuglia
d827e2b8cb - added additional controls on mesh topology 2016-11-02 11:55:43 +00:00
Paolo Cignoni cignoni
0dd71b8e48 Refactored harmonic filter 2016-11-02 11:09:34 +00:00
Guido Ranzuglia granzuglia
11442028ba - fixed "missing face mark components" crash
- point2 default changed from mm.bbox.min to mm.bbox.max in order to avoid filter failure caused by using the same values from point1 && point2
2016-11-02 09:03:26 +00:00
Guido Ranzuglia granzuglia
4270061b50 - removed compiler time errors 2016-11-02 08:27:40 +00:00
Marco Callieri mcallieri
84571e67d4 updated referencing icon 2016-10-20 10:56:18 +00:00
Matteo Dellepiane matteodelle
0716c5d922 dellepiane: filter modified to work with latest version 2016-10-19 09:03:33 +00:00
Matteo Dellepiane matteodelle
e40db6dd58 dellepiane: removed saving of debug images 2016-10-19 07:30:47 +00:00
Matteo Dellepiane matteodelle
adefba7d65 dellepiane: modified .pro for including levmar lib 2016-10-17 09:52:30 +00:00
Paolo Cignoni cignoni
466a0ff5d7 Moved new poisson in 2016-10-13 15:04:04 +00:00
Paolo Cignoni cignoni
72d0ea7387 added a missing lib to the pro 2016-10-13 15:01:16 +00:00
Matteo Dellepiane matteodelle
4e0453a302 dellepiane: fixed point picking issues 2016-10-12 09:59:32 +00:00
Paolo Cignoni cignoni
987f476c1a 2016-10-12 09:37:58 +00:00
Matteo Dellepiane matteodelle
561c2bb86e dellepiane: code modified to run with new release 2016-09-06 13:53:12 +00:00
Guido Ranzuglia granzuglia
df60c09911 - restored edit referencing plugin 2016-08-29 04:12:19 +00:00
Matteo Dellepiane matteodelle
47076b5940 dellepiane: fixed a rendering issue 2015-12-22 16:17:19 +00:00
Matteo Dellepiane matteodelle
be59123a1d dellepiane: small corrections on the mutual algorithm 2015-11-26 17:15:18 +00:00
Paolo Cignoni cignoni
17d18fc877 Better description of the filter segmentation with paper info 2015-11-17 08:23:43 +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
fb26d15308 various improvements and fixes to the referencing tool 2015-11-05 16:03:06 +00:00
Paolo Cignoni cignoni
c99136bb50 added a missing include stdlib 2015-11-04 23:52:36 +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
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
Guido Ranzuglia granzuglia
b7027bc373 - cleaned up a bit the xml global parameters access code 2015-06-17 18:40:47 +00:00