101 Commits

Author SHA1 Message Date
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
Guido Ranzuglia granzuglia
ccddc5dea6 2015-06-17 17:52:30 +00:00
Paolo Cignoni cignoni
fce4b0dd98 Added comment x Guido 2015-06-17 13:49:53 +00:00
Paolo Cignoni cignoni
3f9586da96 Adding first version of sketchfab plugin 2015-06-17 13:41:35 +00:00
Giorgio Marcias giorgiomarcias
91316c71d6 Polychord collapse plugin. 2015-04-13 09:37:16 +00:00
Marco Callieri mcallieri
91b9444ed4 - added #include <windows.h> for windows compiling
- fixed an incoherence between string names of the filter
tested for compilation & run at 64bit, still to be tested at 32bit
2014-11-03 12:35:46 +00:00
Paolo Cignoni cignoni
1ebf022b42 Final small changes to the screened poisson reconstruction. 2014-10-25 13:54:58 +00:00
Paolo Cignoni cignoni
450267c514 Poisson 6.12 Merging:
- Re-added include of "PointStream.h"
2014-10-22 06:09:53 +00:00
Paolo Cignoni cignoni
86cf3ec1c5 Poisson 6.12 Merging:
- Re-added my management of null file pointer in the getextension function
2014-10-22 06:08:53 +00:00
Paolo Cignoni cignoni
91128ad8e4 Poisson 6.12 Merging:
- Re-added my reordering of classes. clang need it...
2014-10-22 06:08:04 +00:00
Paolo Cignoni cignoni
1824e0bdf0 Poisson 6.12 Merging:
- Major changes to the octree class. It is no more templated on the degree of the bspline, that is always 2. 
- Added a reset (great!) 
- Merged my changes to the setTree class.
2014-10-22 05:50:27 +00:00
Paolo Cignoni cignoni
1277e54e30 Poisson 6.12 Merging:
- Minor changes to the memoryinfo class in the Linux code
2014-10-22 05:43:47 +00:00
Paolo Cignoni cignoni
3caf488d79 Poisson 6.12 Merging:
- Renaming Allocator into NodeAllocator (I wanted to do this!)
- Lost my reordering of classes. Let's hope it is no more needed
2014-10-22 05:40:24 +00:00
Paolo Cignoni cignoni
f22bdaf085 Poisson 6.12 Merging:
- One of my this-> has been changed into a base class reference (to be checked...)
2014-10-22 05:28:12 +00:00
Paolo Cignoni cignoni
518d788491 Poisson 6.12 Merging:
- No apparent changes here just white spaces
2014-10-22 05:26:03 +00:00
Paolo Cignoni cignoni
e216bffac8 Poisson 6.12 Merging:
- Merged my changes  (Added MemoryPointStream class) with the 6.12 code changes
2014-10-22 05:25:06 +00:00
Paolo Cignoni cignoni
78bd502c5b Poisson 6.12 Merging:
- Merged my changes to the Vector classes (commented Assert redefinition) with the 6.12 code changes
2014-10-22 05:22:33 +00:00
Paolo Cignoni cignoni
4099d7355f Poisson 6.12 Merging:
- Merged my changes to the SparseMatrix classes (reverted increment operator) with the 6.12 code changes (removal of unused stuff mostly)
2014-10-22 05:20:53 +00:00
Paolo Cignoni cignoni
bae2d88d01 Poisson 6.12 Merging:
- Minor Improvements Geometry writing code
2014-10-22 05:16:58 +00:00
Paolo Cignoni cignoni
07cbb405ba Poisson 6.12 Merging:
- Minor Improvements to the Plyclass (const stuff...)
2014-10-22 05:01:37 +00:00
Paolo Cignoni cignoni
5f3e4a0422 Poisson Changes:
- reversed another <variable>++ into ++<variable> to avoid a clang compilation error...
2014-10-21 21:42:33 +00:00
Paolo Cignoni cignoni
5f81f6e1c2 Poisson Changes:
- Added missing includes, some this->  
- reversed a few <variable>++ into ++<variable> to avoid a clang compilation error...
2014-10-21 18:08:39 +00:00
Paolo Cignoni cignoni
3d0a520c0a Poisson Changes:
- Added some preproc guards for easier openmp compilation. Modified setTree call according to the new signature.
2014-10-21 18:06:27 +00:00
Paolo Cignoni cignoni
832b5c9ef0 Poisson Changes:
- Changed the signature of the setTree method; added a pointstream pointer to allow the direct set of the tree from memory.
2014-10-21 18:03:20 +00:00
Paolo Cignoni cignoni
09bd4c1782 Poisson Changes:
- added in GetFileExtension a check  if(fileName==NULL) return NULL;
2014-10-21 17:13:26 +00:00
Paolo Cignoni cignoni
637568a9f5 Poisson Changes:
- Added a missing 'this->'
2014-10-21 17:07:40 +00:00
Paolo Cignoni cignoni
2cd89645b1 Poisson Changes:
- Removed a useless Assert re-define
2014-10-21 17:07:04 +00:00
Paolo Cignoni cignoni
cdba9417ed Poisson Changes:
- Added a Class MemoryPointStream for using setTree methods without relying on the filesystem
2014-10-21 17:05:20 +00:00
Paolo Cignoni cignoni
3a21cb49bc Poisson Changes:
- Reordered Class declaration; 
- Added a this->
2014-10-21 17:03:52 +00:00
Paolo Cignoni cignoni
80c36f3331 Original version of the Misha code (version 6.11) 2014-10-21 16:59:55 +00:00
Paolo Cignoni cignoni
8624a445a9 Original version of the Misha code (version 6.11) 2014-10-21 16:59:12 +00:00
Paolo Cignoni cignoni
7e3a06a2e3 Original version of the Misha code (version 6.11) 2014-10-21 16:58:51 +00:00
Paolo Cignoni cignoni
a7c1787fb9 Original version of the Misha code (version 6.11) 2014-10-21 16:57:55 +00:00
Paolo Cignoni cignoni
e4d15a4966 Original version of the Misha code (version 6.11) 2014-10-21 16:56:40 +00:00
Paolo Cignoni cignoni
addbbb0b14 First version of the screened poisson surface reconstruction filter 2014-10-21 16:55:08 +00:00
Guido Ranzuglia granzuglia
b892067d49 edit_referencing:
- added support for mesh with double precision attributes
- removed some warnings
2014-08-21 16:34:50 +00:00
Guido Ranzuglia granzuglia
40149896c1 - removed subtle compile time error 2014-03-28 09:59:16 +00:00
Guido Ranzuglia granzuglia
ac01431d50 - a minimum size has been given to all the buttons 2014-03-28 09:56:33 +00:00
Massimiliano Corsini maxcorsini
2c3a29a96c server check added - model upload and processing request are still missing 2014-03-11 12:29:33 +00:00
Massimiliano Corsini maxcorsini
2f2de973ad 2014-03-05 17:08:09 +00:00
Luigi Malomo malomo
f1d2fca0f3 refactored the code to use the vcg function. 2014-02-21 14:46:46 +00:00
Marco Callieri mcallieri
6f98a3d8bc first draft of a configurable ascii point list importer (txt) for pointclouds. The user may chose how many lines to skip, the separator and the format of point description (among some predefined arrangements) 2014-02-11 15:27:37 +00:00
Marco Callieri mcallieri
067fdc4ddc edit_referencing ready for testing 2014-02-10 16:47:31 +00:00
Marco Callieri mcallieri
4b0506a61f more work on the edit_referecing plugin. Almost ready for use 2014-02-06 16:53:58 +00:00
Massimiliano Corsini maxcorsini
66e9286f2e filter interface completed 2014-02-06 13:27:36 +00:00
Massimiliano Corsini maxcorsini
564cba62aa 2014-02-06 09:56:14 +00:00
Massimiliano Corsini maxcorsini
e37e55ee05 2014-02-06 09:48:40 +00:00