7020 Commits

Author SHA1 Message Date
Marco Callieri
fb79c65e70 Added a check for writable folder in Screened Poisson and VCG Merging
As Screened Poisson and VCG Merging need to save temporary files, the
current folder should be writable, If it is not so, fail, and give a
proper error decription
2017-02-21 15:47:57 +01:00
Marco Callieri
b0d19aa929 set current dir on layer export 2017-02-21 15:23:30 +01:00
Marco Callieri
3e4e8d8fa0 Screened Poisson changes
- updated help text and error text
- changed the cleaning function
WARNING: NOT YET TESTED (does not compile with my VS2013)
2017-02-14 16:00:21 +01:00
ganovelli
5728cfb3f5 Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2017-02-14 15:17:56 +01:00
Matteo Dellepiane
8faecca1ce Fixed selection transfer
The selection transfer did not work with point selection.
2017-02-14 14:54:28 +01:00
ganovelli
0f05b7bc5e bug on near plane computation fixed
bug on near plane computation fixed. Ongoing adding non faux edges to
cm.edges
2017-02-09 18:10:45 +01:00
ganovelli
cc446b39df edge simplification
added a quick and dirty function to collapse short collinear edges in
longer edges on the image segmentation
2017-02-07 15:07:31 +01:00
Marco Callieri
9cc064abff update to "distance from Reference Mesh"
added max distance param (abs) to stop searching too far fro closest
point.
2017-02-01 14:46:18 +01:00
Paolo Cignoni
6e2ced7459 evaluation of Koenderink's Shape Index and Curvedness from curvature
As requested in issue #65
2017-01-29 18:22:02 +01:00
ganovelli
ac2b0ab482 border edges added
added detection of border edges
(very naive, assumes face-face topology. Just checks that adjacent faces
have different orientation in clip space.)
2017-01-27 14:21:49 +01:00
Paolo Cignoni
f675047c92 Explicit add of the Eigen folder to the include path.
Needed since the removal of the hardcoded paths of Eigen inside the
library.
2017-01-26 15:47:07 +01:00
Paolo Cignoni
4bf46edb52 Modification to the edit select plugin
- added a few event->accept to solve an OS X issue
- removed all the glu dependencies
- refactored to use updateselection stuff whenever possible…
2017-01-26 12:22:15 +01:00
Paolo Cignoni
876c725864 Reverted the damages done by the wrong commit #aa32869 2017-01-26 11:14:58 +01:00
Paolo Cignoni
93ba7baff1 Corrected bug in updateBuffer of the Selection Buffer
wrong behaviour when there are deleted vertices
2017-01-25 23:28:34 +01:00
Paolo Cignoni
94d6e19ef7 clang c++ conformance... 2017-01-25 15:23:10 +01:00
Marco Callieri
326c3bbc6d filter name change
for more uniform naming across filters
2017-01-25 13:19:12 +01:00
Marco Callieri
2e8f2a371f screened poisson filter name change
for more uniform naming across filters
2017-01-25 13:16:41 +01:00
Paolo Cignoni
a0ed3bdd79 Removed unused reference to old unsupported stuff of eigen 2017-01-24 19:35:37 +01:00
Paolo Cignoni
ff102e8474 inclusion of omp.h should always be guarded by #ifdef 2017-01-24 19:34:51 +01:00
ganovelli
afbf9aa348 3D edge detection
added edge detection on the depth map
2017-01-24 17:29:59 +01:00
ganovelli
c712d28698 LSD exp
more experiences with LSD. It worked well with the Doors
2017-01-24 14:59:41 +01:00
Marco Callieri
52a7f42272 Merge pull request #58 from eboudrand/issue54
added OPENCTM_STATIC and _CRT_SECURE_NO_WARNINGS directives #54
2017-01-23 17:32:52 +01:00
Marco Callieri
bd5f86c750 Interactive Selection update
- new options for rectangel selection: keyboard shortcuts for select
all, deselect all, invert all
- added realtime log with instructions and shortcuts
- new selection mode: polyline selection. Draw a polyline, and then
add/remove/toggle selection of vertices/faces under the drawn polyline
2017-01-23 15:32:37 +01:00
gianpaolopalma
6f4b0ca850 Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2017-01-23 10:38:40 +01:00
gianpaolopalma
d319ea1aa8 Added right option to active OpenMP in Visual Studio 2017-01-23 10:38:31 +01:00
gianpaolopalma
bc1b768e19 Bug fixing and OpenMP support
-Bug fixing in the computation of the alignment of two meshes with big
scale difference
- Added OpenMP support
2017-01-23 10:37:35 +01:00
Paolo Cignoni
a17328ea3e Reverted the commit wrongly done to the meshlab_mini
PLEASE NEVER EVER TOUCH THE MAIN *.pro
2017-01-21 23:51:36 +01:00
Eric Boudrand
85273de32e Applied OPENCTM_STATIC and _CRT_SECURE_NO_WARNINGS directives for .c suffix filenames 2017-01-19 18:47:12 +01:00
Marco Callieri
b7fc19ab3d Correction of typos in filter/action description 2017-01-19 13:34:15 +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
Marco Callieri
b727276df7 Merge pull request #55 from bartoszek/master
Add linux gomp and post link to screened poisson
2017-01-17 11:42:54 +01:00
bartoszek
d094a8b29d fix ubuntu linker issues with gomp library 2017-01-17 01:03:06 +01:00
ganovelli
cdf64ca22f Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2017-01-16 13:20:10 +01:00
giannipint
aa32869a11 Now working with win32-msvc2012 2017-01-16 13:08:24 +01:00
bartoszek
612388c42d add missing linker flag for linux
also extend post link file copying to include linux build ( linking is somewhat strange but wont work without )
2017-01-15 22:19:18 +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
Marco Callieri
9e98863c15 changed key to toggle between vertex/faces
spacebar is a reserved key in macOS :(
plus, other minor things
2017-01-10 14:48:58 +01:00
Marco Callieri
c1257d9195 added "doulbe side lighting" option to Radiance Scaling 2017-01-10 13:07:47 +01:00
Marco Callieri
a536277e63 again, fabs ambiguity 2017-01-10 10:05:05 +01:00
Guido Ranzuglia
781a39a560 Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab 2017-01-09 17:51:13 +01:00
Guido Ranzuglia
1e2a54cee2 - added locale support to MeshLab&MeshLabServer -fixed "not enough memory" bug in MeshLabServer 2017-01-09 17:51:01 +01:00
Marco Callieri
be21cc8d30 resolved ambiguity for abs overloads 2017-01-09 16:06:14 +01:00
ganovelli
c5785d22b2 CAD Texturing
simple filter for UV mapping creation
2017-01-09 13:59:11 +01:00
Guido Ranzuglia
f29d0ba137 - readded missing U3D converter files 2016-12-31 20:57:53 +01:00
Paolo Cignoni
1579194e29 Closed #32 (malformed qmake) and a not so harmless warning 2016-12-31 18:38:06 +01:00
Paolo Cignoni
a68d41beba Corrected bug #30 Alignment issue
Unexpected side effect of the setRenderingData functions. The new
rendering framework is quite mysterious sometime…
2016-12-30 01:38:10 +01:00