Commit graph

27 commits

Author SHA1 Message Date
Yann Lanthony
168b573e36 [nodes][aliceVision] mark advanced parameters 2018-12-20 11:17:23 +01:00
Grégoire De Lillo
e1f30eb320 [nodes] DepthMapFilter & Meshing rename option depthMapFolder to depthMapsFolder 2018-12-13 17:40:31 +01:00
Grégoire De Lillo
05c2305df7 [nodes] Meshing option estimateSpaceMinObservationAngle to 10 2018-12-13 17:37:28 +01:00
Grégoire De Lillo
139fe5ac5c [nodes] Meshing Remove unused param imagesFolder 2018-12-13 11:43:59 +01:00
Grégoire De Lillo
b490534277 [nodes] Meshing add estimateSpaceMinObservationAngle option 2018-12-06 16:08:45 +01:00
Grégoire De Lillo
123c59ff4e [nodes] Meshing Rename option minObservations to estimateSpaceMinObservations 2018-10-31 15:21:36 +01:00
Grégoire De Lillo
3c49a605e6 [nodes] Meshing version is now 2.0 2018-10-30 11:43:01 +01:00
Grégoire De Lillo
640f46fdbd [nodes] Meshing Add option estimateSpaceFromSfM
Estimate the 3d space from the SfM.
2018-10-30 11:27:16 +01:00
Grégoire De Lillo
4ec5bbe255 [nodes] Meshing Add option minObservations
Minimum number of observations for SfM space estimation.
2018-10-30 11:25:56 +01:00
Grégoire De Lillo
52a7f475c3 [nodes] Remove CameraConnection node 2018-10-15 18:03:00 +02:00
Grégoire De Lillo
9ce4b5e4ce [nodes] Mashing add imagesFolder option for meshing without depth maps 2018-10-10 14:43:08 +02:00
Grégoire De Lillo
ce25724023 [multiview] Use SfMData as input in MVS pipeline 2018-08-08 18:33:05 +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
4a8ee8b76e [nodes] AliceVision: update default values for MVS steps 2018-04-19 20:53:38 +02:00
Fabien Castan
79549e8e38 [nodes] Meshing: expose all new fuse parameters
And remove smoothing params
2018-03-30 21:59:55 +02:00
Fabien Castan
7814101a77 [nodes] meshing: add multi-resolution option 2018-03-22 17:09:44 +01:00
Gregoire De Lillo
eadff47615 [nodes] Add verboseLevel parameter in some MVS nodes 2018-03-13 17:01:01 +01:00
Fabien Castan
4a7c47a258 [nodes] Meshing: new filtering parameters 2018-02-22 12:46:52 +01:00
Fabien Castan
c26bb5be7a [nodes] MVS: export data per node folder 2017-12-11 20:35:35 +01:00
Fabien Castan
0bb05e99e7 [nodes] meshing/texturing: expose parameters 2017-11-27 16:20:27 +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
Fabien Castan
96ac1216c3 [nodes] meshing: fix command line 2017-10-31 21:19:07 +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
c38c2d3407 Add the notion of cpu, gpu, ram ressources requirements 2017-10-26 14:25:11 +02: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/Meshing.py (Browse further)