7224 Commits

Author SHA1 Message Date
Marco Callieri
ecbb74d584 filter name change for naming coherence 2017-03-02 16:14:26 +01:00
Marco Callieri
c3bc66ba3a missing error message 2017-03-02 16:07:38 +01:00
Marco Callieri
799dd13697 sampling filter refresh
- added lots of checks of the correctness of parameters: if user used
wrong combination of parameter, the filter will FAIL, giving an error
message
- now generated layers are ALWAYS made current, excluding by-product or
optional layers
- updated names,  descriptions, help for clarity and typos
- indentation/alignment
2017-03-02 16:01:48 +01:00
Paolo Cignoni
e1b31b727f added a missing /
thanks @jdlangs !
2017-03-02 07:13:43 +01:00
Paolo Cignoni
0c4e3ead68 Made the gnu memory bar static 2017-03-01 16:34:20 +01:00
Paolo Cignoni
51688413a0 Moved unsupported plugins
PhotoSynth site is forever down
Arc3D is no more practical.
2017-03-01 15:52:36 +01:00
Paolo Cignoni
10e703f9a3 Cleaning up External 2017-03-01 15:49:32 +01:00
Paolo Cignoni
ec6129c9fd Corrected Cleaning for poisson (removal of vertexes with bad normals) 2017-02-28 16:39:41 +01:00
Federico Ponchio
e56641bc59 removed conflicting makefile 2017-02-28 16:00:42 +01:00
Federico Ponchio
6ac8985b2c added $$PWD to linux build .pro 2017-02-28 15:59:26 +01:00
Federico Ponchio
f00e7726b6 added $$PWD to linux build pro 2017-02-28 15:57:57 +01:00
Federico Ponchio
00bcd80de3 Added $$PWD in linux build. 2017-02-28 15:56:10 +01:00
Federico Ponchio
8769c532db nPerfrrmed -> nPerformed 2017-02-28 15:23:07 +01:00
Federico Ponchio
02a2a9f5f7 nPerfmormed -> nPerformed 2017-02-28 15:22:26 +01:00
Federico Ponchio
8b6f0ac287 nPerfomormed -> nPerformed ? 2017-02-28 15:19:28 +01:00
Paolo Cignoni
1964332c9d Removed unused old versions of glee and muparser 2017-02-28 14:55:21 +01:00
Paolo Cignoni
e3c6a52854 Merge pull request #77 from mardy/snap
Added snap packages for ubuntu
2017-02-28 12:25:59 +01:00
Alberto Mardegan
7728e79bd3 Snap: use 2016-12 release
Add a few tweaks to make it build and to enable the Poisson
reconstruction filter.
2017-02-28 08:45:26 +02:00
Paolo Cignoni
5bbb4f48f0 Improved Area Selection Filter
Added cursor icon and switched to a buffer based in-polygon test
2017-02-23 11:03:01 +01:00
Marco Callieri
810e450a52 tri-to-poly in obj exporting is now a parameter
when the layer has faux-edges non-triangular polygons, the conversion
from triangles to polygons is now optional, controlled by a parameter.
2017-02-22 17:51:54 +01:00
Marco Callieri
ba4d4ade22 "only on selection" behavior when no selection
- no selection at all, fail with meaningful error message
- face selection is transformed in vertex selection
2017-02-22 15:46:57 +01:00
Marco Callieri
9f5aad097f rotate to fit plane will fail if no selection
better management, plus meaningful error messages
2017-02-22 15:41:45 +01:00
Marco Callieri
3464a165ae corrected bug when adding screenshot to raster 2017-02-21 18:52:55 +01:00
Paolo Cignoni
bfe108062b updated the meshing filter to the last changes in the vcglib 2017-02-21 18:14:41 +01:00
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
Alberto Mardegan
401a111f7a Add readme file 2017-02-15 18:45:16 +03:00
Alberto Mardegan
560a376dc0 Add snapcraft file 2017-02-15 18:20:23 +03: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