Commit graph

1259 commits

Author SHA1 Message Date
Fabien Castan
dc6ac5d67a [nodes] add parallelization to LdrToHdrSampling/Merge and PanoramaWarping 2020-07-05 23:11:07 +02:00
Fabien Castan
a239005901 Update from LDRToHDR node to LdrToHdrMerge node 2020-07-05 23:08:57 +02:00
Fabien Castan
1b52bd5cbc [nodes] ldrToHdr: automatic brackets estimation (temporary solution) 2020-07-02 18:16:09 +02:00
Fabien Castan
2401a366e2 [core] expose a recursive option in getLinkParam 2020-07-02 18:15:03 +02:00
Fabien Castan
baac501559 [multiview] Update hdri pipeline with hdr sampling, calibration and merge 2020-07-02 18:14:41 +02:00
fabien servant
45570b6487 [nodes] ldrToHdr: expose more parameters 2020-07-02 12:00:03 +02:00
Fabien Castan
e6afe6ef58 [nodes] Add new PanoramaPrepareImages to fix images orientation 2020-07-02 11:59:05 +02:00
fabien servant
5c43f77d20 [nodes] Update hdr pipeline with sampling, calibration and merge 2020-07-02 11:59:05 +02:00
Fabien Castan
0ff28eed14 [nodes] ldrToHdr: fix for python-2 compatibility 2020-07-02 11:57:51 +02:00
Fabien Castan
119bc21073 [multiview] hdri pipeline: update files to publish 2020-07-02 11:57:50 +02:00
Fabien Castan
224abce62f [nodes] CameraInit: add some debug log 2020-07-02 11:57:50 +02:00
Fabien Castan
588e9fd335 [ui] Reconstruction: fix for python-2 compatibility 2020-07-02 11:28:54 +02:00
Fabien Castan
2d0e17b026 [nodes] ldrToHdr: improve metadata search 2020-07-02 11:28:19 +02:00
Fabien Castan
aa7fed41b5 [multiview] do not allow fisheye4 camera model in the HDRI context 2020-07-01 01:55:10 +02:00
Fabien Castan
7d99ba4b59 [core] copy attribute desc default value
to ensure that it is not editable if the value is a list
2020-07-01 01:54:16 +02:00
Fabien Castan
44d6b45c18 Merge branch 'develop' into dev/panoramaFisheye 2020-07-01 01:15:27 +02:00
Fabien Castan
253d9d569d [nodes] CameraInit: view regex is an advanced param 2020-06-30 22:54:56 +02:00
Fabien Castan
33a0cec3f2 [ui] ImageGallery: add a display flag on the center image 2020-06-30 22:10:45 +02:00
Fabien Castan
b777f5ffc8 [ui] ImageGallery: add an entry in the menu to define the selected view as the center image 2020-06-30 22:10:11 +02:00
Fabien Castan
aa27123d30 [ui] Reconstruction: add an active SfMTransform node 2020-06-30 22:09:11 +02:00
Fabien Castan
778c88583c [ui] typo in comment 2020-06-30 22:07:14 +02:00
Enguerrand DE SMET
162a6804ab [nodes] camerainit: viewId from filename 2020-06-30 20:41:13 +02:00
Enguerrand DE SMET
95c8cf1ff4 [nodes] cameraInit: allowed intrinsics option 2020-06-30 17:41:16 +02:00
Fabien Castan
bcc7fc4123 [ui] Several nodes can hold the SfM
StructureFromMotion, StructureFromMotion, PanoramaEstimation, SfMTransfer, SfMTransform, SfMAlignment, GlobalSfM
2020-06-30 13:18:13 +02:00
Fabien Castan
c3ae491bac [nodes] ImageProcessing: update output parameter changes 2020-06-29 14:00:38 +02:00
Fabien Castan
21fa9167ae [nodes] SfMTransform, SfMTransfer, SfMAlignment expose the same output params than the StructureFromMotion node 2020-06-29 13:59:53 +02:00
Fabien Castan
082f9b5843 [core] correct the actions order when loading the project file
We now call applyExpr before updateInternals is called (triggered by setupProjectFile and/or end of GraphModification).
So the input parameters expressions/connections are up-to-date (after applyExpr) when updateInternals will evaluate the input/output parameters.
2020-06-29 12:53:11 +02:00
Fabien Castan
202c1db5ff [ui] Viewer: fix error when the image is not yet defined 2020-06-28 19:22:10 +02:00
Fabien Castan
a5131eec44 [nodes] ImageProcessing: define output values using lambda 2020-06-28 17:39:50 +02:00
Fabien Castan
bbc56cfb31 [core] Add support for lambda function in Attribute desc value
Allows to dynamically configure the default value of the Attribute in python.
2020-06-28 17:39:50 +02:00
Fabien Castan
05a93c28a2 [multiview] Add 2 new nodes to the HDRI pipeline: SfMTransform and ImageProcessing 2020-06-28 17:39:50 +02:00
Fabien Castan
6e6bb6f491 [nodes] ImageProcessing: remove old param keepImageFilename 2020-06-28 17:39:50 +02:00
Fabien Castan
41ab68a9fa [nodes] LDRToHDR: fix the detection of the number of brackets
- Detects correctly if there is only bracket (nothing to do)
 - Only nbBrackets invalidates the UID
2020-06-28 17:39:50 +02:00
Fabien Castan
0f07dfe482 [ui] Viewer: fix Node.isComputed is a property 2020-06-28 17:39:50 +02:00
Fabien Castan
06faca31a3 [nodes] PanoramaEstimation: expose more advanced params 2020-06-28 17:39:09 +02:00
Fabien Castan
0cd9e1fdc2 Merge branch 'develop' of https://github.com/alicevision/meshroom into dev/panoramaFisheye 2020-06-27 22:19:30 +02:00
Fabien Castan
032835fbc2 [software] ImageProcessing: change default value for claheClipLimit 2020-06-27 18:06:15 +02:00
Fabien Castan
1745f3fd91 [nodes] ImageProcessing: lower camel case for parameters 2020-06-27 15:53:58 +02:00
Enguerrand DE SMET
c41eff81d6 [imageProcessing] fix scaleFactor name 2020-06-26 17:21:35 +02:00
Enguerrand DE SMET
2239d6a311 [imageProcessing] add inputFolders and exposes outputFolder
- add inputFolders option for batch fitering
- exposes the output folder
2020-06-25 17:59:17 +02:00
Fabien Castan
5650903252 [ui] minor comments update 2020-06-25 01:11:10 +02:00
Fabien Castan
49c03bc239 [ui] Reconstruction: the active sfm node can be a StructureFromMotion or a PanoramaEstimation node 2020-06-25 01:10:25 +02:00
Fabien Castan
9e03f67c9b [ui] Viewer2D: bug fix, node.isComputed is a property and no more a slot 2020-06-25 01:06:52 +02:00
Fabien Castan
2bb6dbcef1 [nodes] PanoramaEstimation: Update output params 2020-06-25 01:05:09 +02:00
Fabien Castan
c214b48aa5 [core] fix Node.isComputed property 2020-06-23 14:25:50 +02:00
Enguerrand DE SMET
751d6fd325 [imageProcessing] add CLAHE filtering option 2020-06-23 11:37:48 +02:00
Enguerrand DE SMET
ee66873430 [imageProcessing] more precise descriptions and names 2020-06-22 17:48:12 +02:00
Enguerrand DE SMET
42070e4827 imageProcessing] bilateral filter option
Add the bilateral filter option
2020-06-22 17:48:12 +02:00
Enguerrand DE SMET
5433d8054f imageProcessing] fillHoles option
Added the fillHoles option
2020-06-22 17:48:12 +02:00
Fabien Castan
451f5d65c0 Merge branch 'develop' of https://github.com/alicevision/meshroom into dev/panoramaFisheye
Conflicts:
	meshroom/ui/app.py
2020-06-22 17:04:24 +02:00