Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a template for the HDR fusion #2032

Merged
merged 4 commits into from
Jun 5, 2023
Merged

Add a template for the HDR fusion #2032

merged 4 commits into from
Jun 5, 2023

Conversation

cbentejac
Copy link
Contributor

Description

This PR adds a new template to perform a stand-alone HDR fusion, which used to be only available in the HDR panorama templates.

As the LdrToHdrMerge node's only output was an SfMData file, its output folder is now exposed so that results of the fusion are available.

The Publish node's support for inputs has also been extended to folders: if a folder is provided in the list of inputs, its content will be recursively published to the output folder.

Features list

  • Add support of folders for the inputs of the Publish node;
  • Expose the output folder of the LdrToHdrMerge node;
  • Add a new template dedicated to the HDR fusion.

@cbentejac cbentejac added this to the Meshroom 2023.2.0 milestone Jun 2, 2023
@cbentejac cbentejac requested review from fabiencastan and mugulmd June 2, 2023 08:52
@cbentejac cbentejac self-assigned this Jun 2, 2023
meshroom/pipelines/hdrFusion.mg Outdated Show resolved Hide resolved
@cbentejac cbentejac force-pushed the dev/templateHdrFusion branch from a962820 to aa05868 Compare June 5, 2023 08:48
cbentejac added 4 commits June 5, 2023 12:44
Before this commit, the `Publish` node could only copy files to an output
directory. It can now copy a complete directory to an output directory.
This is useful for cases where the names or number of the files to publish
are unknown prior to the computation of the node to publish.
Being able to connect the output folder instead of only the output SfMData
file might be useful for the `LdrToHdrMerge` node since it produces more
than a single SfMData file as outputs.
@cbentejac cbentejac force-pushed the dev/templateHdrFusion branch from aa05868 to 377db68 Compare June 5, 2023 10:50
@mugulmd mugulmd merged commit a240466 into develop Jun 5, 2023
@mugulmd mugulmd deleted the dev/templateHdrFusion branch June 5, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants