Commit graph

1695 commits

Author SHA1 Message Date
Fabien Castan
20fa43c1a6
Merge pull request #1027 from alicevision/fix/enabledPropertyInGroupAttributes
[core] GroupAttribute: check "enabled" property of child params in uid computation
2020-08-11 12:05:03 +02:00
Fabien Castan
588c2e59b8
[core] GroupAttribute: check "enabled" property of child params in uid computation
Disabled params should not be part of the UID computation, even for child attributes of an enabled GroupAttribute.
2020-08-11 11:50:59 +02:00
fabien servant
ae05bd7baf add a choice for graphcut use 2020-08-11 07:56:01 +02:00
Fabien Castan
de93f795fb [ui] CsvData: declare Qt parent 2020-08-06 19:26:30 +02:00
Fabien Castan
9e7cb5875c [ui] Viewer2D: CRF display is active only when enabled 2020-08-06 19:26:06 +02:00
Fabien Castan
b9cdd35241 [ui] CsvData: use signal/slot connection 2020-08-06 19:24:51 +02:00
Fabien Castan
b43d59f347 [ui] CSV: case insensitive extension check 2020-08-06 19:23:22 +02:00
Julien-Haudegond
385d1f7738 [ui] Components: fix documentation 2020-08-05 12:23:23 +02:00
Julien-Haudegond
5a1660a2c0 [ui] Viewer: add LdrToHdrCalibration camera response graph 2020-08-05 11:54:46 +02:00
Julien-Haudegond
e0c42fb42a [ui] Components: fix CsvData error 2020-08-05 11:16:45 +02:00
Julien-Haudegond
aa5e2b76b6 [ui] Components: add a CSV Data container 2020-08-04 17:27:13 +02:00
Fabien Castan
9a0965c5db
Merge pull request #1016 from alicevision/dev/nbBrackets
[nodes] LdrToHdr nodes: update nb brackets detection for single view/multiple exposures
2020-08-03 12:56:21 +02:00
Fabien Castan
cb17b1c976 [nodes] LdrToHdr nodes: update nb brackets detection for single view/multiple exposures 2020-08-03 10:43:20 +02:00
Fabien Castan
6b99e0b2c2
Merge pull request #1007 from alicevision/dev/enabledAttr
[Nodes] Add a new 'enabled' parameter to node's attributes
2020-07-29 18:45:15 +02:00
Fabien Castan
7b1a2aac0b [nodes] CameraInit: no more params invalidation
Params are only used on drag&drop and do not invalidate the node
computation.
Only Viewpoints and Intrinsics are now used in the invalidation.
2020-07-29 18:33:39 +02:00
Fabien Castan
e550da07dd
Merge pull request #1001 from alicevision/dev/featuresDisplay
Improve features overlay in Viewer2D
2020-07-29 18:00:55 +02:00
Fabien Castan
c173caf39d [ui] fix border case with scene compability
The metadata is in an invalid state and the value is of type Property
instead of type String
2020-07-29 17:10:20 +02:00
Fabien Castan
cfc07fde2f [ui] set the variable not the property 2020-07-29 17:04:20 +02:00
Fabien Castan
d941f61403 [ui] fix border case: no node 2020-07-29 17:03:40 +02:00
Julien-Haudegond
9e6c137ea2 [core] fix enabled issue when version mismatch 2020-07-29 17:02:16 +02:00
Julien-Haudegond
f1af558603 [nodes] update LdrToHdr nodes with enabled parameter 2020-07-29 16:04:41 +02:00
Julien-Haudegond
4e20286ac0 [nodes] increment nodes version 2020-07-29 14:39:38 +02:00
Julien-Haudegond
d1756ca650 [nodes] update several nodes with enabled parameter 2020-07-29 11:38:13 +02:00
Julien-Haudegond
a5407fc8c7 [ui] Graph Editor: remove useless attributes property 2020-07-29 11:34:45 +02:00
Julien-Haudegond
524a4ab629 [core] fix enabled parameter inside group and list 2020-07-29 11:32:52 +02:00
Fabien Castan
5ed9de5e4e [ui] improve check if plugins are available and fix load/unload of tracks/sfmData 2020-07-25 18:30:22 +02:00
Fabien Castan
48e73a3772 [ui] FeaturesInfoOverlay: specific display if no FeatureExtraction node ready 2020-07-25 18:28:35 +02:00
Fabien Castan
a14364ac2a [ui] FeaturesInfoOverlay: warning fixes 2020-07-25 18:27:56 +02:00
Fabien Castan
bac6ffe8f2 [ui] WorkspaceView: use activeNodes for sfm 2020-07-25 18:27:33 +02:00
Fabien Castan
cfbd5a3610 [ui] ImageGallery: fix display ldrToHdr 2020-07-25 18:25:01 +02:00
Julien-Haudegond
2d953d7319 [core] add enabled property on attributes
The new property "enabled" allows to define a lambda to dynamically enable/disable parameters.
Disabled parameters are not used in the uid, not exported to the command line and not visible in the interface.
2020-07-24 17:36:17 +02:00
Fabien Castan
f7b6b27a5a
Merge pull request #990 from alicevision/dev/ldrToHdrSamplingDebug
[nodes] LdrToHdrSampling: add debug option
2020-07-21 12:09:00 +02:00
Fabien Castan
77e877b5a7
[multiview] declare more recognized image file extensions (#965) 2020-07-19 12:13:24 +02:00
Fabien Castan
6af41e304b
Merge pull request #991 from alicevision/dev/avoidLoadError
[core] avoid error during project load
2020-07-19 12:08:58 +02:00
Fabien Castan
746e7391b2
Merge pull request #989 from alicevision/dev/autoLayout
Automatically update layout when needed
2020-07-19 12:07:25 +02:00
Fabien Castan
c101241518
Merge pull request #970 from alicevision/dev/imageProcessingMetadata
[nodes] imageProcessing: metadata feature
2020-07-19 12:03:14 +02:00
Fabien Castan
c02267b4ce [core] avoid error during project load 2020-07-18 14:43:55 +02:00
Fabien Castan
40c35faf48 [nodes] ImageProcessing: change advanced status 2020-07-18 13:57:08 +02:00
Fabien Castan
bf278e4eb0 [nodes] ImageProcessing: remove useless comment 2020-07-18 13:53:43 +02:00
Fabien Castan
6888322adc [nodes] ImageProcessing: bug fix and minor code simplification 2020-07-18 13:52:34 +02:00
Fabien Castan
9adb99a768 [nodes] LdrToHdrSampling: add debug option 2020-07-18 13:08:21 +02:00
Fabien Castan
7ff3bca130 python-3 compatibility 2020-07-17 20:48:47 +02:00
Fabien Castan
a15bb93def [ui] auto layout when no position on nodes 2020-07-17 20:48:02 +02:00
Enguerrand DE SMET
67a87a5f09 [nodes] imageProcessing: fix outputImages value 2020-07-17 10:49:14 +02:00
Enguerrand DE SMET
fadb1b472f [nodes] imageProcessing: output format option
Allows you to choose the output format (RGBA, RGB, Grayscale)
2020-07-17 09:00:41 +02:00
Enguerrand DE SMET
dcc41a6a7a [nodes] imageProcessing: Add Noise Filtering option 2020-07-17 09:00:11 +02:00
Enguerrand DE SMET
d9279feef9 [nodes] imageProcessing: group and rename filters params 2020-07-17 09:00:11 +02:00
Enguerrand DE SMET
fc55a64151 [nodes] ImageProcessing: use advanced StringParams for metadataFolders 2020-07-17 09:00:11 +02:00
Enguerrand DE SMET
ea72cefa59 [nodes] imageProcessing: add a checkbox for the Sharpen Filter 2020-07-17 09:00:11 +02:00
Julien-Haudegond
0c69fcf6fa [nodes] ImageProcessing: add metadata input folder 2020-07-17 09:00:11 +02:00