Commit graph

11 commits

Author SHA1 Message Date
Gregoire De Lillo
ebda829817 [nodes] PrepareDenseScene remove parameters scale and outputFileType
- no more downscale in `PrepareDenseScene`
- `outputFileType` is now always `.exr`
2018-03-13 16:59:00 +01:00
Fabien Castan
8d0d69f438 [nodes] MVS: support multiple image file formats 2017-12-11 20:36:04 +01:00
Fabien Castan
a82fdb5b88 [nodes] prepareDenseScene: no more _tmp_scaleX 2017-12-11 17:12:33 +01:00
Yann Lanthony
e8c579c942 [core] parallelization: introduce the notion of node 'size'
* node size is an estimation of the number of element to process on a given node, that may be used for parallelization.
* replace the explicit reference to an attribute on a node (Parallelization.inputListParamName)
* size can be:
  * dynamic: depends on the size of the node connected to a specific Attribute
  * static
2017-11-17 18:46:21 +01:00
Yann Lanthony
5d40790555 [nodes] update aliceVision nodes
* remove non-pertinent parameters
* fix parameters types / description
* tweak value ranges
* fix incorrect uids
* update default values
2017-11-13 20:31:16 +01:00
Fabien Castan
aa0f985077 [nodes] aliceVision: update param names to "folder" 2017-11-10 19:32:08 +01:00
Yann Lanthony
f3aaa2c1fb [nodes] PrepareDenseScene: remove incorrect uid on output 2017-11-08 18:43:53 +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
1dbf002557 [nodes] use Choice param for scale 2017-10-31 16:50:31 +01:00
Fabien Castan
287c0f13ce [core] split Param into specific types and update nodes accordingly 2017-10-16 12:23:59 +02:00
Fabien Castan
aacdf32915 Move nodes into subfolders 2017-10-16 12:23:58 +02:00
Renamed from meshroom/nodes/PrepareDenseScene.py (Browse further)