Commit graph

75 commits

Author SHA1 Message Date
demoulinv
cf81cad95c [imageProcessing] Add parameters for enabling pixel aspect ratio application 2023-12-14 10:59:16 +01:00
Candice Bentéjac
f2d6770651 [nodes] Clean-up: Harmonize nodes' descriptions 2023-11-06 16:31:10 +01:00
demoulinv
19ad471a6b [Node] imageProcessing: Add automatic reorientation option. 2023-10-31 17:12:16 +01:00
demoulinv
09c56ced71 [Node] imageProcessing: Add inputColorSpace option to force the color space of the input image. 2023-10-09 17:50:43 +02:00
Candice Bentéjac
1341ad3276 [nodes] ImageProcessing: Update node's version
Update the version following the addition of new LCP-related parameters
to the command line.
2023-08-18 18:42:34 +02:00
demoulinv
1c35a28839 [Node] imageProcessing: Add chromatic aberration correction option. 2023-08-14 14:09:10 +02:00
demoulinv
8b9a25432c [Nodes] imageProcessing: Add LCP related parameters 2023-08-09 16:03:09 +02:00
Candice Bentéjac
3146dcface [nodes] I-L: Harmonize and improve labels and descriptions
Use CamelCase for all labels, always end descriptions with periods, and
replace the mixed use of single and double quotes with double quotes
only.
2023-06-16 10:31:18 +02:00
Candice Bentéjac
9681c954a6 [nodes] ImageProcessing: Use camel case for all labels 2023-06-09 16:03:16 +02:00
Candice Bentéjac
aafd773fda [nodes] ImageProcessing: Update version and fix typo 2023-06-09 13:16:24 +02:00
demoulinv
76ae942b4a [Node] imageProcessing: Add scene illuminant color temperature as option for raw processing. 2023-06-09 12:21:08 +02:00
Loïc Vital
20157a9a4d [nodes] ImageProcessing: split EXR and JPEG compression 2023-06-07 11:52:20 +02:00
demoulinv
bc14c0bcea [Nodes] Add options for image compression in imageProcessing and PanoramaPostProcessing. 2023-06-06 09:40:05 +02:00
Loïc Vital
7c5e26a0aa [nodes] ImageProcessing: minor updates 2023-06-02 16:44:04 +02:00
demoulinv
5e8225835d [Nodes] imageProcessing: update exposure options 2023-06-02 14:48:50 +02:00
demoulinv
de893f81a6 [Nodes] imageProcessing: Add options for exposure and format adjustment. 2023-06-02 14:48:49 +02:00
demoulinv
5e3b8a8213 [Nodes] Add rec709 option as output color space in ImageProcessing, PanoramaPostProcessing and Texturing nodes. In ImageProcessing rec709 option is also added as working color space. 2023-04-13 14:45:28 +02:00
Candice Bentéjac
c1fdab86fc [nodes] ImageProcessing: Add and hide the fringing correction in the LCP
Add a parameter for the correction of chromatic aberrations in the LCP
group but disable it. It will need to be re-enabled later on, when there
will be a full support of the chromatic aberration correction.
2023-03-13 18:20:20 +01:00
Fabien Castan
fe5ecc8f8f
Merge pull request #1771 from alicevision/dev/LCPManagement
Add support for Lens Camera Profiles (LCP)
2023-03-13 14:29:19 +01:00
demoulinv
f0fc3fd08c [imageProcessing node] Update highlight mode description. 2023-03-10 16:44:11 +01:00
demoulinv
e3231b4f84 [imageProcessing]
Do not expose Chromatic aberration as possible lens correction.
2023-03-10 07:58:43 +01:00
demoulinv
62e21544cf Add required parameters in CameraInit.py and ImageProcessing.py for LCP management and application. 2023-03-10 07:58:40 +01:00
demoulinv
7c7259bdba [imageProcessing] Update parameter default values 2023-03-09 14:35:53 +01:00
demoulinv
a4c1acb131 [imageProcessing node] Adjust default raw setting values. 2023-03-07 15:02:57 +01:00
demoulinv
37ae052c94 [imageProcessing]
Disable workingColorSpace option when applyDCPMetadata is activated.
2023-03-06 09:34:44 +01:00
demoulinv
9f568c7ec6 [imageProcessing] Update some parameter enabling 2023-03-06 09:34:44 +01:00
demoulinv
2d50b37934 [imageProcessing node] Add parameters 2023-03-06 09:34:43 +01:00
demoulinv
814e4187eb [ImageProcessing node] Add applyDcpMetadata boolean parameter. 2023-01-23 18:24:07 +01:00
Fabien Castan
9ac21d5423
Merge pull request #1848 from alicevision/dev/binRename
[nodes] rename: remove "utils" from executables names
2022-12-21 16:32:34 +01:00
Fabien Castan
82ae95ef3e
Merge pull request #1719 from alicevision/AddNLMeansDenoisingOpenCVInImageProcessingNode
Add nl means denoising open cv in image processing node
2022-12-13 22:48:30 +01:00
Fabien Castan
14f299e323 [nodes] rename: remove "utils" from executables names 2022-12-13 17:21:34 +01:00
Fabien Castan
443237e265 [nodes] CameraInit,ImageProcessing: enable white balance by default 2022-12-13 15:30:46 +01:00
demoulinv
c0fc6c76a1 [nodes] CameraInit,ImageProcessing: Add parameters related to color profiles management 2022-12-13 14:36:17 +01:00
fabien servant
ae0ca71c1c [nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes 2022-12-06 15:07:01 +01:00
Candice Bentéjac
826b57eeca [nodes] ImageProcessing: update NL Means parameters' description and default value
Change HColor default value from 5 to 10 as advised in the documentation
of OpenCV's non-local means denoising. Also update the description of the
H and HColor parameters so that they are easier to understand. The name
of the parameters is also updated to match with parameters from other
groups.
2022-12-05 15:58:04 +01:00
Candice Bentéjac
12c3fce7b1 [nodes] ImageProcessing: fix type of default and range values for FloatParams 2022-12-01 15:08:34 +01:00
Stella TAN
85a3f2afd2 Add new parameters in ImageProcessing node 2022-11-30 15:12:29 +01:00
Fabien Castan
e158917a42
Merge pull request #1792 from alicevision/ColorSpaceManagement
Color space management
2022-10-19 17:18:04 +02:00
Loïc Vital
a5fbbe7d82 [node] output labels renaming without 'Output' prefix 2022-10-19 09:50:21 +01:00
Loïc Vital
a94be6c6a0 [nodes] update desc for nodes in panoramaHDR pipeline to visualize their output 2022-10-19 09:50:17 +01:00
Loïc Vital
b4f0b5377e added some comments 2022-10-19 09:50:08 +01:00
Loïc Vital
a574c0fc9b use semantic field in file attributes to specify images and store displayed node in 2D viewer to adapt UI 2022-10-19 09:50:08 +01:00
demoulinv
9065adea01 Update ImageProcessing node parameters adding the keep filename option and the replacing the color space name ACES with ACES2065-1. 2022-10-18 20:51:01 +02:00
demoulinv
8310051aa7 imageProcessing: Replace ACES with ACES2065-1 2022-10-18 20:51:01 +02:00
demoulinv
32370d1670 Update ImageProcessing node adding ACES and ACEScg in output color space menu. 2022-04-21 18:40:45 +02:00
ChemicalXandco
e18f815af9 [nodes] add node categories 2021-02-14 17:03:42 +00:00
Fabien Castan
65246a1a84 [nodes] ImageProcessing: add storageDataType option 2020-09-14 22:28:24 +02:00
Fabien Castan
6ad8ed0396 [nodes] ImageProcessing: add new option to fix non finite pixels 2020-09-11 15:09:24 +02:00
Fabien Castan
11af1cca69 [nodes] ImageProcessing: minor wording change 2020-09-04 16:59:46 +02:00
Julien-Haudegond
4e20286ac0 [nodes] increment nodes version 2020-07-29 14:39:38 +02:00