Commit graph

58 commits

Author SHA1 Message Date
Fabien Castan
a576fb8ce4 [multiview] set inputs only if not empty
Avoid errors with None
2017-10-31 21:21:10 +01:00
Fabien Castan
40b320f1b8 [multiview] connect on previous node only 2017-10-31 21:20:09 +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
06a8cbaf45 [nodes] CamPairs renamed to CameraConnection 2017-10-31 16:50:29 +01:00
Fabien Castan
2e035d5a7a [multiview] add arguments to directly provide input images to the pipeline 2017-10-31 10:48:06 +01:00
Fabien Castan
0bdad5a588 [nodes] create default values from os.environ directly in nodes 2017-10-26 16:10:14 +02:00
Fabien Castan
6e270ad6a9 Use imageMatching node in the multiview pipeline 2017-10-16 18:18:35 +02:00
Yann Lanthony
84945c52bb move photogrammetryPipeline to new multiview module 2017-10-16 18:05:38 +02:00