Commit graph

2002 commits

Author SHA1 Message Date
Fabien Castan
ad3e67ee89 [ui] ColorCheckerViewer: allow to display the ColorChecker without sfmData
If we have used a single image in input of the ColorCheckerDetection,
still allow to display it. In this particular case, there is no notion
of viewId.
2021-04-21 19:02:07 +02:00
ludchieng
2f4c73610c [ui] ColorCheckerViewer: fix CCheckerPane display 2021-04-21 19:02:01 +02:00
ludchieng
214a011253 [ui] ColorCheckerViewer: fix url path 2021-04-21 19:01:54 +02:00
ludchieng
4f52fad68f [ui nodes] ColorChecker: fix refactor and documentation 2021-04-21 19:01:54 +02:00
ludchieng
e3f685ff08 [ui] remove colorcheckerdetection pipeline 2021-04-21 19:01:53 +02:00
Vincent Scavinner
a014bcf3d1 [nodes] ColorCheckerCorrection: change output extensions 2021-04-21 19:01:53 +02:00
ludchieng
f48f83a603 [ui] ColorCheckerViewer: ux improve & remove irrelevant qml includes 2021-04-21 19:01:52 +02:00
ludchieng
536c9b729e [ui] ColorCheckerViewer: show cchecker in the aside pane 2021-04-21 19:01:52 +02:00
ludchieng
c1ccd5ab22 [ui] add ColorCheckerViewer 2021-04-21 19:01:51 +02:00
ludchieng
8f5472af71 [nodes] ColorCheckerDetection: add max charts count input and update io 2021-04-21 19:01:51 +02:00
Vincent Scavinner
899da9eaf3 [nodes] colorCheckerCorrection: rename checker data input 2021-04-21 19:01:51 +02:00
Vincent Scavinner
7e4ae7c221 [nodes] ColorCheckerCorrection: add new file extensions 2021-04-21 19:01:50 +02:00
ludchieng
d474c17a59 [nodes] ColorCheckerDetection: remove position data output 2021-04-21 19:01:50 +02:00
ludchieng
23dacd2327 [nodes] ColorChecker: add postion data output and rename io 2021-04-21 19:01:40 +02:00
Vincent Scavinner
fd59e17e2c [nodes] ColorChecker: add extension output option 2021-04-21 19:00:24 +02:00
ludchieng
c4553fc29e [nodes] ColorChecker: update io and doc 2021-04-21 19:00:24 +02:00
Vincent Scavinner
c064b70087 [nodes] ColorCheckerCorrection: add SfmData output 2021-04-21 19:00:23 +02:00
ludchieng
0984a48277 [nodes] ColorChecker: update nodes io 2021-04-21 19:00:23 +02:00
Vincent Scavinner
c352e640ae [nodes] ColorCheckerCorrection: create node and add it to pipeline 2021-04-21 19:00:23 +02:00
ludchieng
402c315e6b [nodes] ColorCheckerDetection: update params 2021-04-21 19:00:22 +02:00
ludchieng
b1e42e0f39 Add ColorCheckerDetection pipeline 2021-04-21 19:00:22 +02:00
ludchieng
a67bd4df0c [nodes] add color checker detection (crashtest) 2021-04-21 19:00:21 +02:00
Fabien Castan
a781044c8e
Merge pull request #1357 from ChemicalXandco/fix_node_highlight
Node highlight radius
2021-04-13 21:31:49 +02:00
Fabien Castan
36d410ea30
Merge pull request #1355 from ChemicalXandco/allow_replace_edge
Allow replacing edges
2021-04-13 21:25:05 +02:00
Fabien Castan
5b286c61dd
Merge pull request #1377 from alicevision/fix-1376
[bin] meshroom_batch: fix typo in pipeline names
2021-04-13 20:55:32 +02:00
Fabien Castan
3d5ec8b5e9
[bin] meshroom_batch: fix typo in pipeline names
Fix #1376
2021-04-13 16:47:30 +02:00
Fabien Castan
1f2a7cf9d4
Merge pull request #1374 from MakersF/develop
Removing `io_counters` from the ProcStatatistics
2021-04-11 21:40:08 +02:00
Francesco Zoffoli
ec7c0f73e8
Removing io_counters from the ProcStatatistics
`io_counters` is not always available (e.g. under Ubunutu 20 run in WSL), resulting in an exception being throw.

See #1373 for a complete explanation of the issue.
2021-04-10 22:39:55 +01:00
ChemicalXandco
3ea721a2ed [ui] GraphEditor: allow replacing edges 2021-04-09 16:28:15 +01:00
wolfgangp
43b3b5af98
[bin] Use sys.exit (#1312) 2021-04-09 13:47:33 +02:00
ChemicalXandco
975ee5e414 [ui] GraphEditor: fix node highlight radius 2021-03-29 16:37:21 +01:00
Fabien Castan
475fe6ca93
Merge pull request #1305 from alicevision/copyright-year
Update copyright to current year
2021-02-26 22:32:29 +01:00
Simon
b2045786f3
Update copyright to current year
2010-2021 AliceVision contributors
2021-02-26 22:09:57 +01:00
Fabien Castan
ad9f1e874a
Merge pull request #1299 from alicevision/release/2021.1.0
Release 2021.1.0
2021-02-26 16:53:44 +01:00
Fabien Castan
7a722ddeaf [docker] update python2 installation 2021-02-26 00:52:51 +01:00
Fabien Castan
430cf0a777 Release notes for 2021.1.0 2021-02-26 00:52:50 +01:00
Fabien Castan
2b0b119b73 Update meshroom version to 2021.1.0 2021-02-26 00:52:50 +01:00
Fabien Castan
7d4e9524ad Update nodes versions 2021-02-26 00:52:50 +01:00
Fabien Castan
6a7db0f7b3
Merge pull request #1301 from EwoutH/patch-3
meshroom/multiview.py: Add .heic, .heif and .avif as supported formats
2021-02-26 00:48:31 +01:00
Ewout ter Hoeven
d07900aa5c
meshroom/multiview.py: Add .heic, .heif and .avif as supported formats
On most platforms Meshroom and Alicevision are already build with libheif enabled, this commit enables Meshroom to also accept the files as known image formats.
2021-02-25 23:26:10 +01:00
Fabien Castan
ee408bf651
Merge pull request #1300 from alicevision/fix/submitCompute
[core] TaskManager: fix compute after submit
2021-02-25 20:01:06 +01:00
Fabien Castan
51572c8f59 [core] TaskManager: fix compute after submit
After a renderfarm submit, it was not possible to compute the same node
locally anymore.
2021-02-25 18:35:54 +01:00
Fabien Castan
54311569d1
Merge pull request #1297 from alicevision/dev/renameBatchTool
[bin] rename meshroom_photogrammetry as meshroom_batch
2021-02-25 00:15:41 +01:00
Fabien Castan
b4f26e4d45
Merge pull request #1296 from alicevision/fix/galleryFooterLayout
[ui] ImageGallery: fix footer layout issue
2021-02-25 00:14:35 +01:00
Fabien Castan
37ffd7f990 [bin] rename meshroom_photogrammetry as meshroom_batch 2021-02-24 22:38:25 +01:00
Fabien Castan
dab3010b1a [ui] ImageGallery: fix footer layout issue 2021-02-24 22:09:39 +01:00
Fabien Castan
7b3523d44c
Merge pull request #1229 from alicevision/dev/undistordMap
[nodes] ExportAnimatedCamera: New option to export undistort maps in EXR format
2021-02-24 10:14:43 +01:00
Fabien Castan
b0487dc2a5 [nodes] ExportAnimatedCamera: Use lambdas instead of update method 2021-02-19 12:35:59 +01:00
jouetp
d77d26889f Add a bool parameter to correct principal point and another to export full RoI in exr format 2021-02-19 12:35:59 +01:00
jouetp
743fdce1a4 [nodes] ExportAnimatedCamera: export undistort UV maps 2021-02-19 12:35:59 +01:00