Pramukta Kumar
f859f8759d
add option to include 'unknown' feature types in order to support the conversion of dense point clouds via ConvertSfMFormat
2019-08-11 09:01:34 -05:00
Anouk Liberge
2881b712e6
[nodes][aliceVision] hdr: clarify descriptions
2019-08-08 11:23:34 +02:00
Anouk Liberge
6bb89397f3
[nodes][aliceVision] hdr: delete forgotten quotes
2019-08-07 15:27:41 +02:00
Anouk Liberge
fe158917f1
[nodes][aliceVision] hdr: change output parameter from path to folder
2019-08-07 15:21:57 +02:00
Anouk Liberge
6d377e1b7d
[nodes][aliceVision] hdr: change descriptions and label parameters
2019-08-07 15:19:43 +02:00
Anouk Liberge
158f026019
[nodes][aliceVision] hdr: add bool parameter for fisheye lenses
2019-08-07 15:17:04 +02:00
Anouk Liberge
2663ab4729
[nodes][aliceVision] hdr: change input to accept list of folders
2019-08-07 15:15:22 +02:00
Yann Lanthony
07ced073f3
[ui] StatViewer: introduce custom ChartViewLegend system
...
* add a generic ChartViewLegend component that provides an interactive legend for ChartViews
* rely more on data bindings to control Series visibility and display
2019-08-06 10:39:39 +02:00
Yann Lanthony
aedf10c838
[ui] StatViewer: fix "Toggle CPU" button
...
use MaterialLabel instead of Text
2019-08-06 10:31:39 +02:00
Yann Lanthony
001d9a3de8
[ui] StatViewer: fix average computation
2019-08-06 10:28:12 +02:00
Yann Lanthony
bedda0c5b6
[ui] simplify loading of statistics file
...
* NodeLog: remove intermediate property for Loader
* StatViewer
* keep only one function to load source file
* only send request only after the previous one fully completed
* update deltaTime before initializing charts
* reset "sourceModified" property when source changes
2019-08-06 10:23:59 +02:00
Lee Geertsen
1822bbe13d
Dynamically load TextFileViewer or StatViewer depending on selected tab
2019-07-26 11:35:44 +02:00
Lee Geertsen
e48039bb2f
Add StatViewer component to view statistics charts
2019-07-26 11:34:43 +02:00
Lee Geertsen
54ff012a04
Clear statistics when node has finished computing
2019-07-26 11:33:37 +02:00
Lee Geertsen
73f667d226
Add new CPU and RAM stats with new psutil version 5.6.3
2019-07-26 11:32:33 +02:00
Lee Geertsen
edf5dc7570
Set update interval variable and add it to statistics file
2019-07-26 11:31:31 +02:00
Lee Geertsen
0a0d21d4a1
Add GPU stats
2019-07-26 11:30:27 +02:00
Fabien Castan
059ca3685f
Merge pull request #539 from alicevision/dev/featuresViewer
...
Features Viewer
2019-07-25 20:58:18 +02:00
Yann Lanthony
d229743c3d
[ui] update graph computing status when NodeChunks change
...
Ensure graph computing status is properly updated after deleting a node that was running
2019-07-25 14:40:05 +02:00
Yann Lanthony
f5607cb127
[ui] downgrade QtQuick import version for retro-compatibility
2019-07-24 18:13:23 +02:00
Yann Lanthony
aff5a98a4b
[ui] Viewer3D: use RenderSettings.Always renderPolicy
...
Since Qt-5.13, RenderSettings.OnDemand can lead to rendering issues due to non-triggered updates (e.g: when resizing the viewport or changing visibilities of objects displayed).
2019-07-24 18:04:39 +02:00
Yann Lanthony
36fc7ea069
[ui] GraphEditor: add "Refresh Nodes Status" MenuItem
...
Enables the user to force the re-evaluation of nodes status.
2019-07-24 18:04:39 +02:00
Yann Lanthony
f6a42cb86e
[ui] Nodes status monitoring simplification
...
* store status file last modification time on NodeChunk
* ChunksMonitor: don't stop the underlying thread when changing chunks, only modify the list of monitored files + use a mutex for thread-safety
2019-07-24 18:02:29 +02:00
Clara
02e2a5f048
[Texturing] set texturing downscale default value to 1
2019-07-24 15:15:07 +02:00
Fabien Castan
d5dc83f14e
Merge pull request #550 from alicevision/dev/coloredMeshViewer
...
Viewer3D: add support for vertex-colored meshes
2019-07-16 19:25:38 +02:00
Fabien Castan
34d0b7ff20
Merge pull request #548 from alicevision/fix/nodeLog
...
Status and Log minor fixes
2019-07-15 17:15:43 +02:00
Fabien Castan
7143277474
Merge pull request #538 from alicevision/dev_EVcorrect_texturing
...
[Texturing] Add option to correct exposure values during Texturing
2019-07-15 17:14:23 +02:00
Yann Lanthony
44fe4f765e
[nodes][aliceVision] Meshing: add "colorizeOutput" option
2019-07-11 12:45:11 +02:00
Yann Lanthony
fea7f89e99
[nodes][aliceVision] Meshing: make outputMesh first output parameter
...
ensures that the mesh is loaded in the 3D Viewer when double clicking on a Meshing node
2019-07-10 18:26:08 +02:00
Yann Lanthony
cee8d1b612
[ui] Viewer3D: add support for vertex-colored meshes
...
Use PerVertexColorMaterial if any vertex color data is available on a mesh without textures.
2019-07-10 16:35:44 +02:00
Yann Lanthony
52361d0b86
[ui] TextFileViewer: wait for request completion before sending a new one
...
On auto-realod mode, only trigger a new request when the last one has been completed. Avoids requests loops on slow filesystems that can lead to UI freezes.
2019-07-08 20:04:22 +02:00
Yann Lanthony
88b0297660
[ui] Graph: update ChunkMonitor after 'saveAs'
...
Saving file on disk impacts cache folder location and therefore status files paths; force re-evaluation of monitored filepaths at the end of a "saveAs" operation.
2019-07-08 19:48:06 +02:00
Fabien Castan
d30b2364eb
Merge pull request #532 from alicevision/dev_texturingLAB
...
[Texturing] Add option to choose the internal colorspace used for color fusion
2019-07-05 23:19:24 +02:00
Fabien Castan
858fd2fa19
Merge pull request #531 from alicevision/dev_EVcorrect
...
[PrepareDenseScene] option to correct images exposure value
2019-07-05 23:11:32 +02:00
Fabien Castan
4e22ec5553
[nodes][alicevision] Texturing: update version with new param processColorspace
2019-07-05 23:10:10 +02:00
Fabien Castan
55408d6731
[nodes][alicevision] PrepareDenseScene: Update version with new option "evCorrection"
2019-07-05 23:08:36 +02:00
Yann Lanthony
4563d32e3e
[ui] Viewer2D: add FeaturesViewer + dedicated overlay
...
Make FeaturesViewer available in Viewer2D to display the feature points of the current view, based on the current FeatureExtraction node.
* FeaturesInfoOverlay: overlay that displays info and provides controls over a FeaturesViewer component.
* ColorChart: color picker based on a set of predefined colors.
2019-07-04 18:25:02 +02:00
Yann Lanthony
8dd0a4be22
[ui] New FeaturesViewer component
...
FeaturesViewer wraps QtAliceVision plugin's FeaturesViewer component to display the extracted feature points of a View.
2019-07-04 17:51:44 +02:00
Clara
1e50e02b83
[Texturing] add option to correct exposure values during Texturing
2019-07-04 11:03:49 +02:00
Fabien Castan
48658c78cb
[node][alicevision] SfMTransform: update version to 1.1
...
A new "method" called "from_single_camera" has been added since the last release
2019-07-01 16:52:20 +02:00
Yann Lanthony
4435ba9e1b
[ui] Reconstruction: add 'featureExtraction' member
...
* add featureExtraction property to keep track of current FeatureExtraction node
* update it when current CameraInit node is changed
* allow to set current CameraInit by double clicking on a CameraInit node from the Graph Editor
2019-06-27 18:36:10 +02:00
Yann Lanthony
a358c46748
[ui] Reconstruction: improve constructor readability
2019-06-27 18:31:50 +02:00
Yann Lanthony
00857a7a88
[ui] Reconstruction: rename 'endNode' to 'texturing'
...
+ use makeProperty helper
2019-06-27 18:29:33 +02:00
Yann Lanthony
292b0fb5fe
[ui] About: update copyright year
2019-06-26 16:36:17 +02:00
Yann Lanthony
ff70b0bcd3
[setup] add 'ALICEVISION_BIN_PATH' env. var to path
...
Enables to add AliceVision binaries folder to path (without having to manipulate PATH) using ALICEVISION_BIN_PATH.
2019-06-26 12:57:30 +02:00
Yann Lanthony
eb8023e02c
[ui] NodeEditor: display AttributeEditor by default
2019-06-26 12:57:30 +02:00
Yann Lanthony
2b07699f65
[ui] Viewer3D: improved trackball parameters
...
Make trackball larger and adjust rotation speed to make 3D navigation easier.
2019-06-26 12:57:30 +02:00
Yann Lanthony
2b1f2a8334
[ui] update MaterialIcons to 3.0
2019-06-26 12:57:30 +02:00
Clara
0cf69bacc6
[Texturing] option to choose process colorspace
...
Colorspace for the texturing internal computation (does not impact the output file colorspace). Choose between sRGB (default), LAB and XYZ
2019-06-25 12:25:21 +02:00
Fabien Castan
cc476d40ed
Merge pull request #464 from alicevision/dev_texturing_multiband
...
Multi-band blending texturing
2019-06-21 00:14:46 +02:00