Candice Bentéjac
a18e6abb37
[doc] INSTALL.md: Update links for assimpsceneimport
libraries
2024-02-01 17:17:00 +01:00
Candice Bentéjac
0e00dd49dc
[docker] Fix link to download libassimpsceneimport.so
in Docker images
2024-02-01 16:19:17 +01:00
Fabien Castan
1141d44bce
Merge pull request #2295 from alicevision/fix/previewSegMasks
...
[nodes] ImageSegmentation: Support loading masks in 2D Viewer if they are named after the input images
2024-01-31 18:38:52 +01:00
Candice Bentéjac
cb1a18fbd4
Merge pull request #2308 from alicevision/dev/e57reader
...
Add an "E57" importer node
2024-01-31 12:57:48 +01:00
Candice Bentéjac
406e518e03
[nodes] ImportE57: Clean-up labels and descriptions
2024-01-30 13:46:39 +01:00
Fabien Servant
cf84aee9fd
E57 importer
2024-01-25 11:16:42 +01:00
Fabien Castan
49d808b98b
Merge pull request #2298 from alicevision/dev/updatePhotogCamTrack
...
[pipelines] PhotogAndCamTrack: Update matching mode to "Exhaustive"
2024-01-16 12:40:03 +01:00
Candice Bentéjac
2ec388cc3e
Merge pull request #2299 from alicevision/fix/fisheyeCircleFilter
...
[pipelines] PanoramaFisheyeHdr: Run `FeatureExtraction` after `PanoramaInit`
2024-01-15 19:40:44 +01:00
Candice Bentéjac
c02f02d6f3
[pipelines] PanoramaFisheyeHdr: Run FeatureExtraction
after PanoramaInit
...
The `FeatureExtraction` node will thus be able to use the fisheye
circle information obtained with `PanoramaInit` to only extract features
within that circle.
2024-01-15 12:37:29 +01:00
Candice Bentéjac
cfbf9bb5cd
Merge pull request #2296 from alicevision/dev/panoMin2DMotion
...
[pipelines] Panorama: Enable "Minimal 2D Motion" for `FeatureMatching`
2024-01-15 11:29:35 +01:00
Candice Bentéjac
6df305eed3
[pipelines] PhotogAndCamTrack: Matching mode in exhaustive mode
2024-01-15 11:28:15 +01:00
Candice Bentéjac
51eb814a1c
[pipelines] Panorama: Enable "Minimal 2D Motion" for FeatureMatching
2024-01-12 17:17:39 +01:00
Candice Bentéjac
149fb0be76
[nodes] ImageSegmentation: Adapt preview to the name of the output masks
2024-01-12 12:08:53 +01:00
Fabien Castan
7c0868ce27
Merge pull request #2294 from alicevision/dev/segFilenameCamTrack
...
[pipelines] Enable `Keep Filename` for all `ImageSegmentation` nodes in templates
2024-01-11 09:28:10 +01:00
Candice Bentéjac
af77fd5719
[pipelines] Enable Keep Filename
for all ImageSegmentation
nodes in templates
2024-01-11 09:23:30 +01:00
Candice Bentéjac
e20bd2808e
Merge pull request #2288 from alicevision/dev/keepFilenameInSegmentation
...
Add option to keep input filename in imageSegmentation
2024-01-10 17:25:36 +01:00
Candice Bentéjac
e971e629e4
[pipelines] Update versions for all templates with ImageSegmentation
2024-01-10 15:12:44 +00:00
Candice Bentéjac
45dbde5aa5
[nodes] ImageSegmentation: Update nodes' version
...
Update from 1.0 to 1.2. The update to 1.1 that should have occurred with
#2165 has been forgotten.
2024-01-10 15:08:01 +00:00
demoulinv
3c106c72c7
[Node] imageSegmentation: update keepFilename parameter.
2024-01-03 16:08:42 +01:00
demoulinv
ffd661d578
[node] imageProcessing: add option to keep input filename.
2024-01-03 15:32:41 +01:00
Candice Bentéjac
0d24c1eabf
Merge pull request #2282 from alicevision/fix/crfGraph
...
Use the correct response file to display the graph of the Camera Response Function
2024-01-03 11:36:45 +01:00
Candice Bentéjac
a7f73175e9
Merge pull request #2283 from alicevision/fix/loadingStatus
...
[Viewer] Viewer: Fix various issues with the 2D Viewer
2024-01-03 11:36:30 +01:00
Candice Bentéjac
2357e015d9
Merge pull request #2286 from alicevision/fix/threadpool
...
Correctly delete thread pools when exiting Meshroom with Python 3.9
2024-01-02 10:49:57 +01:00
Fabien Servant
a0dc87c19b
Bug threadpool
2023-12-29 12:28:33 +01:00
Candice Bentéjac
a50a8c4cf5
[pipelines] Update versions for LdrToHdrCalibration
2023-12-21 16:27:04 +01:00
Candice Bentéjac
8bb0b546be
[Viewer] Provide a resolved response file path to Camera Response Graph
...
Instead of providing the `LdrToHdrCalibration` node to the Camera Response
Graph and retrieving the path of the response file within the widget,
retrieve the path and resolve it before activating the Camera Response
Graph component.
2023-12-21 16:24:01 +01:00
Candice Bentéjac
3412a77b4d
[nodes] LdrToHdrCalibration: Add intrinsic ID in the response file's path
...
The node outputs a response file that is named "response_INTRISICID.csv",
as determined in AliceVision. Without it, the output attribute refers
to a file that does not exist.
2023-12-21 16:24:01 +01:00
Candice Bentéjac
6c723df0f5
[Viewer] Viewer2D: Fix check on image status to display the loading icon
2023-12-21 10:33:33 +01:00
Fabien Castan
d32c3df1d0
Merge pull request #2273 from alicevision/dev/applyPixelAspectRatioInImageProcessing
...
[nodes] ImageProcessing: New option to apply the Pixel Aspect Ratio
2023-12-21 09:45:14 +01:00
Candice Bentéjac
c87e279ee7
[Viewer] Viewer2D: Fix check on image status for the Color Checker Viewer
2023-12-20 18:47:05 +01:00
Candice Bentéjac
d4addec996
[Viewer] Viewer2D: Fix check on image status for the resolution display
2023-12-20 18:03:11 +01:00
Candice Bentéjac
9c99efb3e4
[Viewer] SequencePlayer: Fix check on the image status for SequencePlayer
2023-12-20 18:02:07 +01:00
Candice Bentéjac
5600c58e8f
[Viewer] Viewer2D: Fix QML warnings related to FloatImageViewer's status
2023-12-20 17:39:48 +01:00
Candice Bentéjac
181a68cdb8
[Viewer] Viewer2D: Use newest MaterialIcon for the PanoramaViewer
2023-12-20 17:33:23 +01:00
Candice Bentéjac
2d60ce4f5e
[Viewer] PanoramaViewer: Fix check on the image status for the pano viewer
2023-12-20 17:32:58 +01:00
Candice Bentéjac
ea8fbf8b2e
[Viewer] Viewer2D: Fix check on the image status for the color picker
2023-12-20 16:54:28 +01:00
Fabien Castan
17d47d2805
Merge pull request #2277 from alicevision/fix/duplicatedIcon
...
Fix duplicated icon in MaterialIcons
2023-12-20 15:41:37 +01:00
Fabien Castan
342367ddd8
fix duplicated icon
2023-12-20 14:42:05 +01:00
Fabien Castan
af5d3b6c6e
Merge pull request #2276 from alicevision/dev/exportUndistortedGrid
...
[nodes] ExportDistortion: Option to export lens grid undistorted
2023-12-20 13:08:32 +01:00
Fabien Castan
288eae0fc7
[nodes] ExportDistortion: update params and namings
...
- fix: input param should be in input list
- improve params naming (in sync with AliceVision changes)
- expose more params
2023-12-20 11:27:14 +01:00
Fabien Castan
99ad7ad3e6
Merge pull request #2274 from alicevision/dev/pixelRatioPreview
...
[nodes] Blender: Rescale rendered images based on their pixel aspect ratio
2023-12-20 09:44:58 +01:00
Fabien Castan
f6e961b7aa
[nodes] blender preview: add comment
2023-12-20 09:41:26 +01:00
Fabien Castan
17a5f65b71
Merge pull request #2247 from alicevision/dev/updateMaterialIcons
...
[MaterialIcons] Add script to generate the list of available MaterialIcons and update it
2023-12-20 09:39:07 +01:00
Fabien Castan
c98e4a12c8
Add path to MaterialIcons codepoints file
2023-12-20 09:36:14 +01:00
Fabien Servant
82b9957bf6
Option to export lens grid undistorted
2023-12-19 16:06:13 +01:00
Fabien Castan
8c297cb726
Merge pull request #2250 from alicevision/dev/catchMissingFile
...
[Viewer] Display error labels when an image cannot be loaded
2023-12-19 10:55:01 +01:00
Candice Bentéjac
964ca1a0e6
[nodes] Blender: Rescale rendered images based on their pixel aspect ratio
2023-12-18 08:43:17 +00:00
Candice Bentéjac
64c56e0a73
[Viewer] Display error labels when an image cannot be loaded
...
Based on QtAliceVision's global status for the FloatImageViewer, display
a specific label when an error has been encountered. The content of the
label depends on the type of the error.
2023-12-14 10:56:33 +00:00
demoulinv
cf81cad95c
[imageProcessing] Add parameters for enabling pixel aspect ratio application
2023-12-14 10:59:16 +01:00
Candice Bentéjac
35b69f10f7
Merge pull request #2271 from alicevision/dev/calibNodalTracking
...
[pipelines] Nodal Camera Tracking: Add a new template with the calibration of the distortion
2023-12-14 09:30:39 +01:00