Guido Ranzuglia granzuglia
7e58211ef2
- refined again the default output bits
2013-07-02 09:18:12 +00:00
Guido Ranzuglia granzuglia
accb7a7cb8
- refined the default output bits
2013-07-01 16:27:10 +00:00
Paolo Cignoni cignoni
692e25fef5
- removed plugin due to external dependencies
2013-06-28 14:52:18 +00:00
Rosario Aiello aiello
cf3b50d6d2
Decompose filter (FGT 2012/2013 project):
...
- Tries to find nicely placed cuts to decompose a mesh in two sub-parts.
- graph_builder.h contains the GraphBuilder<MeshType, FunctType> class which builds the mesh dual graph
- over which the maxflow algorithm is applied, and
- which can be used for other purposes, passing a specific functor to compute edge weights.
- This filter is based on Kolmogorov's maxflow/mincut library:
- Located in external/maxflow-v2.21.src/adjacency_list/
!-! It is NECESSARY to make couple of changes in "graph.h" file for the filter to work properly:
- typedef short captype; ----> typedef double captype;
- typedef int flowtype; -----> typedef float flowtype;
2013-06-27 15:30:47 +00:00
Paolo Cignoni cignoni
ed11d308b6
- added VS2012 options for qmake files
2013-06-27 14:03:38 +00:00
Paolo Cignoni cignoni
c18de91a72
- adding a point cloud mesh reconstruction filter based on http://www.cg.tuwien.ac.at/research/publications/2013/ohrhallinger_stefan-2013-smi/
2013-06-27 13:59:07 +00:00
Paolo Cignoni cignoni
c72437ddb5
Added GPL version of the Kolmogorov Min-Cut/Max-Flow library
2013-06-24 14:13:43 +00:00
Paolo Cignoni cignoni
6cbf484344
First commit of the shape decomposer filter
2013-06-24 14:10:10 +00:00
Paolo Cignoni cignoni
0db5490e37
Added Feature edge sampling
2013-06-24 09:36:16 +00:00
Paolo Cignoni cignoni
8c797abc34
Updated to the recent changes to the vcglib
2013-06-24 09:34:59 +00:00
Guido Ranzuglia granzuglia
a604dbf77a
- removed crash caused by layout bad parenting
2013-06-11 17:30:51 +00:00
Guido Ranzuglia granzuglia
44c291a317
- removed compiler errors
2013-06-04 06:43:07 +00:00
Guido Ranzuglia granzuglia
9d27d78c3b
- fixed tooltip crash in MacOSX
2013-05-22 14:39:57 +00:00
Paolo Cignoni cignoni
6bb9763fea
Re-added separatrix code (to be better tested)
2013-05-10 13:04:53 +00:00
Guido Ranzuglia granzuglia
cd171c42f1
- removed crash in qt 5.0 caused by different order in initialization in the new version of qt libs
2013-04-19 09:35:59 +00:00
Guido Ranzuglia granzuglia
5470efde87
- fixed small QTime according to qt5 new semantics
2013-04-19 09:08:57 +00:00
Paolo Cignoni cignoni
468a5e2503
Added Annulus to filter create
2013-04-16 20:47:18 +00:00
Massimiliano Corsini maxcorsini
7fce3f853c
fix linux compilation by removing not reserved keyword
2013-04-16 16:10:16 +00:00
Guido Ranzuglia granzuglia
6ed5fc5857
- added new catch branch
2013-04-11 15:00:18 +00:00
Guido Ranzuglia granzuglia
14ca29b538
- some menu options have been hidden
2013-04-05 14:50:29 +00:00
Guido Ranzuglia granzuglia
481a616504
- removed crash in qt 5.0 caused by different order in initialization in the new version of qt libs
2013-04-05 13:30:05 +00:00
Guido Ranzuglia granzuglia
72c8ad1763
- added vcglib cpp file in order to avoid linker error
2013-04-03 14:27:19 +00:00
Paolo Cignoni cignoni
5181420e9e
Changed default value for arc area threshed from 0.4 to 0.3 as suggested...
2013-04-03 07:28:38 +00:00
Paolo Cignoni cignoni
45a665a85d
Corrected the online help link
2013-04-02 20:57:45 +00:00
Guido Ranzuglia granzuglia
3730517788
- fixed wrong includes
2013-04-02 15:51:51 +00:00
Guido Ranzuglia granzuglia
745c1c9793
- project updated
2013-04-02 15:31:43 +00:00
Massimiliano Corsini maxcorsini
0ff8cfc5dc
2013-03-27 14:24:01 +00:00
Guido Ranzuglia granzuglia
563c3ec937
- avoided stack overflow crash on SearchTool
2013-03-27 13:27:13 +00:00
Paolo Cignoni cignoni
5579f55e40
Corrected stupid bug introduced during the recent matrix44 name changes. Global alignment now works again
2013-03-27 10:27:39 +00:00
Guido Ranzuglia granzuglia
b067c2a946
- changed file names for conformity
2013-03-27 08:37:50 +00:00
Guido Ranzuglia granzuglia
62321eca80
- changed file names for conformity
2013-03-27 08:36:17 +00:00
Paolo Cignoni cignoni
06ab63798f
cleared harmless gcc warnings
2013-03-26 22:22:42 +00:00
Paolo Cignoni cignoni
6012e8ae86
corrected orthographic errors in the info of the decorators...
2013-03-26 17:13:11 +00:00
Paolo Cignoni cignoni
d83ad6c764
added a missing
...
connect(renderMenu, SIGNAL(hovered(QAction*)), this, SLOT(showTooltip(QAction*)) );
to enable the showing of tooltips on decorator
2013-03-26 17:03:06 +00:00
Paolo Cignoni cignoni
82ff6218c3
Corrected naming of sample filters
2013-03-26 15:59:10 +00:00
Paolo Cignoni cignoni
01fae70abe
updated to comply with the recent changes of the packers
2013-03-26 15:28:28 +00:00
Guido Ranzuglia granzuglia
391a9e27d5
- fixed SearchMenu size bug in qt 5.0
2013-03-26 14:24:23 +00:00
Guido Ranzuglia granzuglia
fbc6ac210c
- restored progress bar according to new qt5.0 semantics
2013-03-26 07:24:40 +00:00
Guido Ranzuglia granzuglia
d9a679b209
- fixed bug in saving meshlab project on linux
2013-03-25 15:30:13 +00:00
Guido Ranzuglia granzuglia
fec8b232f8
- added linux libs and include
2013-03-25 15:28:51 +00:00
Guido Ranzuglia granzuglia
13228563db
- removed crash caused by autorepeat on search shortcut
2013-03-25 10:30:12 +00:00
Guido Ranzuglia granzuglia
8b1a6f980f
- restored original meshlab_mini.pro
2013-03-25 07:38:42 +00:00
Guido Ranzuglia granzuglia
e7ab775664
- removed snapshotsetting from GLArea.
2013-03-24 20:05:44 +00:00
Guido Ranzuglia granzuglia
2446d7782f
- huge commit! MeshLab is now qt 5.0 compatible. Compiling process has not been yet tested on MacOSx.
2013-03-24 19:36:54 +00:00
Paolo Cignoni cignoni
c95ff34651
corrected a make_pair specialization
2013-03-22 17:08:46 +00:00
Paolo Cignoni cignoni
fb0da0f88d
added a missing template keyword
2013-03-22 16:34:19 +00:00
Marco Callieri mcallieri
55d2baa536
added a glewInit to initialize extensions used by the mesh-2-mesh aligner GL window
2013-03-20 14:10:09 +00:00
Paolo Cignoni cignoni
9adc490b87
small changes to update to the recent changes of the vcg library
2013-03-20 08:56:50 +00:00
Paolo Cignoni cignoni
7bcab92a14
updated to reflect the new changes to the matrix classes of the vcg lib
2013-03-19 17:01:41 +00:00
Paolo Cignoni cignoni
d14bc2d647
forced removal of unused empty folder of an old unsupported filter
2013-03-19 14:39:56 +00:00