Commit graph

54 commits

Author SHA1 Message Date
Thomas Zorroché
f9f88c9932 [nodes] change texture mapping parameters 2021-09-03 21:13:16 +02:00
Thomas Zorroché
440ec43ac0 [texturing] fix export filename 2021-09-03 21:13:16 +02:00
Thomas Zorroche
f26aea656e [nodes] outputMeshFileType: rename gltf2 into gltf 2021-09-03 21:13:15 +02:00
Thomas Zorroche
2aa0bb12d4 [nodes] add mesh file type option 2021-09-03 21:13:14 +02:00
Thomas Zorroché
45c04113ce [nodes] add group attribute for textures parameters 2021-09-03 21:13:14 +02:00
Thomas Zorroche
979fbde24b [nodes] export heightmaps only in .exr 2021-09-03 21:13:13 +02:00
Thomas Zorroche
9be057090b [nodes] add empty value for file type 2021-09-03 21:13:13 +02:00
Thomas Zorroche
fdfd2e7b01 [nodes] Texturing: add refMesh and Normal / Height Map file type 2021-08-17 16:46:17 +02:00
Fabien Castan
d7733f237a [nodes] Texturing: add new visibility remapping method 2021-07-23 00:24:08 +02:00
ChemicalXandco
e18f815af9 [nodes] add node categories 2021-02-14 17:03:42 +00:00
Fabien Castan
1102ce84e0 Merge branch 'develop' of github.com:alicevision/meshroom into dev/nodesAndTaskManager
Conflicts:
	meshroom/core/graph.py
	meshroom/ui/qml/main.qml
2020-12-01 20:02:43 +01:00
Fabien Castan
fc4df553f6
[nodes] Texturing: put downscale to 2 by default
Scale 1 could be better for objects, but is really too much for large environments.
Better to have a default value which ensures that we can open the result.
2020-09-03 15:37:01 +02:00
Fabien Castan
bab908d2eb Merge branch 'develop' into dev/nodesAndTaskManager 2020-07-30 10:56:19 +02:00
Fabien Castan
64a4c9426a [nodes] add some nodes documentation 2020-03-26 11:20:44 +01:00
Yann Lanthony
991aca989b Merge develop into dev/nodesAndTaskManager 2020-01-24 14:54:08 +01:00
Yann Lanthony
ac149e1e51 [nodes][aliceVision] use user-friendly atribute labels 2020-01-24 12:00:13 +01:00
Fabien Castan
30f902b987 [nodes] Texturing: correctEV param is now visible 2020-01-15 11:52:55 +01:00
Fabien Castan
1814a34ab8 [nodes] Texturing: simplify subdivision parameters 2020-01-15 11:48:52 +01:00
Fabien Castan
35258aceae [nodes] Texturing: rename subdivision parameters 2020-01-15 11:48:52 +01:00
Clara
b214584ea7 [Texturing] add options for retopoMesh & reorganise options 2020-01-15 11:48:51 +01:00
Clara
02e2a5f048 [Texturing] set texturing downscale default value to 1 2019-07-24 15:15:07 +02:00
Fabien Castan
7143277474
Merge pull request #538 from alicevision/dev_EVcorrect_texturing
[Texturing] Add option to correct exposure values during Texturing
2019-07-15 17:14:23 +02:00
Fabien Castan
4e22ec5553
[nodes][alicevision] Texturing: update version with new param processColorspace 2019-07-05 23:10:10 +02:00
Clara
1e50e02b83 [Texturing] add option to correct exposure values during Texturing 2019-07-04 11:03:49 +02:00
Clara
0cf69bacc6 [Texturing] option to choose process colorspace
Colorspace for the texturing internal computation (does not impact the output file colorspace). Choose between sRGB (default), LAB and XYZ
2019-06-25 12:25:21 +02:00
Fabien Castan
cc476d40ed
Merge pull request #464 from alicevision/dev_texturing_multiband
Multi-band blending texturing
2019-06-21 00:14:46 +02:00
Fabien Castan
919f5e32aa [nodes][aliceVision] Texturing: fix outputTextures files extension 2019-06-17 20:03:05 +02:00
Clara
cb84dd4662 [Texturing] set bestScoreThreshold default value to 0.1
keep only triangles with sufficient reprojection area
2019-06-13 15:55:35 +02:00
Clara
5c29e29ef3 [Texturing] change some default parameters 2019-06-12 17:26:24 +02:00
Clara
9f928e1ea0 [mesh] Texturing: set parameters for multi-band blending
Use only 3 parameters : useScore, multiBandDownscale, multiBandNbContrib
2019-05-13 17:04:26 +02:00
Unknown
00188c9aef [nodes] texturing: add support for multi-band blending 2019-04-12 15:19:06 +02:00
Grégoire De Lillo
7343cabbfe [nodes] Texturing Add option useUDIM 2019-03-01 12:33:12 +01:00
Grégoire De Lillo
52379e4200 [nodes] Texturing Remove option inputDenseReconstruction 2019-01-24 10:42:23 +01:00
Fabien Castan
b5fc99762d [nodes] Texturing: minor change of label and advanced status 2019-01-07 11:53:50 +01:00
Yann Lanthony
168b573e36 [nodes][aliceVision] mark advanced parameters 2018-12-20 11:17:23 +01:00
Grégoire De Lillo
e0e10c45b7 [nodes] Texturing Fix: node bersion is 3.0 2018-12-17 11:53:34 +01:00
Grégoire De Lillo
ce25724023 [multiview] Use SfMData as input in MVS pipeline 2018-08-08 18:33:05 +02:00
Fabien Castan
a19c7786af [nodes] texturing: new parameters 2018-08-05 16:32:48 +02:00
Yann Lanthony
2a410d07ea [nodes][aliceVision] add initial version on nodes 2018-07-19 13:50:45 +02:00
Yann Lanthony
346277629a [nodes] use 'desc.Node.internalFolder' in outputs values
* avoid duplicating the same string everywhere
* don't override 'internalFolder' with the same value default value in subclasses
2018-07-19 13:50:45 +02:00
Yann Lanthony
185c32fe21 [nodes] Texturing: add 'unwrapMethod' and 'fillHoles' parameters 2018-04-04 19:24:41 +02:00
Gregoire De Lillo
eadff47615 [nodes] Add verboseLevel parameter in some MVS nodes 2018-03-13 17:01:01 +01:00
Fabien Castan
8d0d69f438 [nodes] MVS: support multiple image file formats 2017-12-11 20:36:04 +01:00
Fabien Castan
0bb05e99e7 [nodes] meshing/texturing: expose parameters 2017-11-27 16:20:27 +01:00
Yann Lanthony
a92a6f6df9 [nodes] Texturing: textureSide invalidates uid 2017-11-20 19:01:14 +01:00
Yann Lanthony
7631a824f1 [nodes] Texturing: turn downscale into a ChoiceParam 2017-11-17 18:57:00 +01:00
Yann Lanthony
03058f4860 [nodes] turn several parameters into Choices 2017-11-17 17:56:33 +01:00
Fabien Castan
88a935f925 [nodes] texturing: add output files 2017-10-31 21:11:34 +01:00
Yann Lanthony
16e8037fd7 [core] change Attributes declaration on Node description
Inputs and outputs Attributes are now declared in two separate lists
* no more isOutput field on Attribute description
* guarantee attributes order (was not the case in Python2 with class attributes)
* Attribute's name is now part of its description

Note: for now, input and output Attributes are still stored in a single model inside a Graph.
2017-10-31 19:47:32 +01:00
Fabien Castan
eaa22528f1 [nodes] expose texturing parameters 2017-10-31 16:50:30 +01:00