Aurore LAFAURIE
01a811d703
[nodes] ImageProcessing : use keepImageFilename attribute
2024-05-31 17:32:19 +02:00
Aurore LAFAURIE
0899900c6e
[nodes] <FILESTEM> added and changed in nodes values
2024-05-23 12:30:00 +02:00
Fabien Servant
2416407165
Upgrade nodes versions
2024-05-21 18:38:21 +02:00
Fabien Servant
e1c98886b5
Add track coordinates
2024-05-21 15:40:32 +02:00
Fabien Castan
b391675648
Merge pull request #2368 from alicevision/dev/updateMaxRansacIterations
...
[nodes] FeatureMatching: Update default value for the maximum number of Ransac iterations
2024-05-06 21:17:25 +02:00
Candice Bentéjac
dea82607cd
Merge pull request #2365 from alicevision/dev/lidarSimplification
...
Lidar nodes
2024-04-19 09:37:24 +02:00
Candice Bentéjac
78c78320f2
[nodes] Lidar: Update labels and descriptions
2024-04-18 18:12:24 +02:00
Candice Bentéjac
aee13b5202
Merge pull request #2353 from alicevision/dev/convertDistortion
...
Add a "ConvertDistortion" node
2024-04-16 17:04:30 +01:00
Candice Bentéjac
a9138fa45f
[nodes] ConvertDistortion: update labels and version
2024-04-15 16:03:55 +02:00
Candice Bentéjac
ec7fe1d58b
[nodes] FeatureMatching: Correct minor typo
2024-04-11 16:57:25 +02:00
Candice Bentéjac
0b109b5641
[nodes] FeatureMatching: Update default value for number of Ransac iterations
...
The range and default value for the maximum number of iterations for
Ransac now match the ones from the StructureFromMotion node.
2024-04-11 16:57:08 +02:00
Candice Bentéjac
f79021fa54
Merge pull request #2357 from alicevision/dev/alembicExport
...
[nodes] ExportanimatedCamera: change default value for the principal point correction
2024-04-10 19:20:31 +02:00
Candice Bentéjac
da714708c3
[nodes] Texturing: Exclusively use lists for ChoiceParams values
...
ChoiceParams that had their available values described in a tuple need
to be updated to a list to be able to handle dynamic values.
2024-04-09 14:46:25 +02:00
Candice Bentéjac
9edfc39b48
Merge pull request #2350 from alicevision/dev/dynamicChoices
...
[core] Add new type of ChoiceParam that changes dynamically
2024-04-08 13:52:24 +01:00
Fabien Servant
f1dcaf442b
Lidar nodes
2024-04-05 17:42:06 +02:00
Fabien Castan
0ff436954c
[nodes] ExportanimatedCamera: change default value for the principal point correction
...
The export in Alembic (for Maya, blender, etc) now includes the
principal point, so there is no reason to correct the principal point by
default.
2024-03-30 14:48:55 +01:00
Fabien Castan
d1c23361a3
Merge pull request #2354 from alicevision/dev/minNbKeyframes
...
[nodes] KeyframeSelection: Update default minimum number of keyframes
2024-03-28 22:48:20 +01:00
Aurore LAFAURIE
5dd13b0445
[nodes] Update of values from tuple to list for ChoiceParam
...
Update of values from tuple to list for ChoiceParam to be consistent
everywhere.
Before it was not a problem but because of dynamic choices we expect it
to be editable list.
2024-03-28 18:20:09 +01:00
Fabien Castan
dc714ed60f
Merge pull request #2351 from alicevision/dev/selectConnectedViews
...
[nodes] New SelectConnectedViews node
2024-03-28 17:33:55 +01:00
Candice Bentéjac
4d15e418ae
[nodes] KeyframeSelection: Update default minimum number of keyframes
2024-03-28 16:28:31 +01:00
Fabien Servant
7a214ecdc9
Convert distortion node
2024-03-28 11:20:59 +01:00
Fabien Castan
21f0fa9a89
[nodes] sfm requires large CPU and RAM resources
2024-03-28 10:49:36 +01:00
Fabien Castan
40a3916447
[nodes] New SelectConnectedViews node
...
Select Connected Views based on SfM landmarks.
2024-03-27 21:29:39 +01:00
Fabien Servant
6807f50e4e
Upgrade intrinsics for distortion
2024-03-27 10:14:32 +01:00
Fabien Castan
e1e7bbb9a1
Update meshroom/nodes/aliceVision/CameraInit.py
2024-03-24 22:38:34 +01:00
Fabien Servant
2295adb004
Upgrade nodes versions
2024-03-24 22:38:33 +01:00
Fabien Castan
97fe4da9c3
Update meshroom/nodes/aliceVision/CameraInit.py
...
Co-authored-by: Simone Gasparini <simone.gasparini@gmail.com>
2024-03-24 22:38:33 +01:00
Fabien Servant
d8238517af
Change camera models
2024-03-24 22:38:33 +01:00
Candice Bentéjac
82ed960a6b
[nodes] SfM: Update default value and range for the max number of Ransac iterations
2024-03-19 10:57:37 +00:00
Fabien Castan
e925a17ad7
[nodes] New node MeshRemoveUnseenFaces
...
Remove triangles from the mesh when the vertices are not visible by any
camera.
2024-03-15 19:11:03 +01:00
Fabien Castan
9b13b593e0
[nodes] ExportAnimatedCameras: rename as ST maps (instead of UV)
2024-03-12 23:40:56 +01:00
Candice Bentéjac
c6bd45fc2d
[nodes] Add new simple node for Lidar meshing
2024-02-20 15:51:23 +01:00
Candice Bentéjac
8fe3471cc2
import E57 divided output
2024-02-14 17:43:55 +01:00
Candice Bentéjac
61a8dcd4e2
[nodes] Harmonize the use of trailing commas across all the nodes
2024-02-08 18:02:19 +01:00
Candice Bentéjac
0f6ad22d11
[nodes] Use utilitary constants for most common ChoiceParams
2024-02-08 18:02:18 +01:00
Candice Bentéjac
f970ff89f9
Merge pull request #2311 from alicevision/dev/cameraInit_check_allowedCameraModels
...
[nodes] CameraInit: check allowedCameraModels validity
2024-02-05 10:10:29 +01:00
Fabien Castan
95c974ff6c
[nodes] CameraInit: check allowedCameraModels validity
2024-02-02 19:50:05 +01:00
Fabien Castan
092dcfe722
[nodes] Replace the list of colorspaces with the utilitary constant
2024-02-01 18:28:51 +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
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
Candice Bentéjac
149fb0be76
[nodes] ImageSegmentation: Adapt preview to the name of the output masks
2024-01-12 12:08:53 +01: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
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
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
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