Commit graph

31 commits

Author SHA1 Message Date
fabien servant
ae0ca71c1c [nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes 2022-12-06 15:07:01 +01:00
Loïc Vital
22226d5cdb applied visualization workflow to PrepareDenseScene 2022-10-19 09:50:09 +01:00
Guillaume Buisson
a0f12743a5 [nodes] update imageMasking featureExtraction and prepareDenseScene 2021-07-19 11:57:10 +02:00
ChemicalXandco
e18f815af9 [nodes] add node categories 2021-02-14 17:03:42 +00: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
ac149e1e51 [nodes][aliceVision] use user-friendly atribute labels 2020-01-24 12:00:13 +01:00
Fabien Castan
55408d6731
[nodes][alicevision] PrepareDenseScene: Update version with new option "evCorrection" 2019-07-05 23:08:36 +02:00
Clara
d173e540ce [PrepareDenseScene] option to correct images exposure value 2019-06-19 11:58:11 +02:00
Simone Gasparini
4febfb3ffe
[nodes] PrepareDenseScene enables to export list of undistorted images 2019-03-26 12:18:14 +01:00
Yann Lanthony
168b573e36 [nodes][aliceVision] mark advanced parameters 2018-12-20 11:17:23 +01:00
Fabien Castan
0fffc468f8
Merge pull request #314 from alicevision/dev_cmdlineFix
[nodes] Fix various software options
2018-12-13 18:09:16 +01:00
Grégoire De Lillo
a58b4bbd35 [nodes] PrepareDenseScene Spelling correction 2018-12-13 17:35:05 +01:00
Grégoire De Lillo
53d9fa160a [nodes] PrepareDenseScene option imagesFolder is now a list imagesFolders 2018-12-13 16:40:04 +01:00
Grégoire De Lillo
bc08343a31 [nodes] PrepareDenseScene Add option imagesFolder 2018-12-13 15:42:46 +01:00
Grégoire De Lillo
b9b2198ee0 [nodes] PrepareDenseScene version is now 2.0 2018-10-30 11:42:47 +01:00
Grégoire De Lillo
88f4f068ec [nodes] PrepareDenseScene Add options 2018-10-15 15:50:21 +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
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)