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

Binary format type for ply IO #1576

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

Kokika
Copy link

@Kokika Kokika commented Oct 11, 2023

Description

This PR writes binary PLY files instead of ASCII ones if .bin. is detected in the name of the file to write.

@fabiencastan fabiencastan added this to the 3.2.0 milestone Oct 11, 2023
Copy link
Contributor

@servantftechnicolor servantftechnicolor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working. Waiting for answer.

src/aliceVision/sfmDataIO/plyIO.cpp Outdated Show resolved Hide resolved
src/aliceVision/sfmDataIO/plyIO.cpp Outdated Show resolved Hide resolved
src/aliceVision/sfmDataIO/plyIO.cpp Outdated Show resolved Hide resolved
src/aliceVision/sfmDataIO/plyIO.cpp Outdated Show resolved Hide resolved
@cbentejac cbentejac force-pushed the ply_io_binary_format branch from 297c654 to df7fc43 Compare October 26, 2023 14:46
cbentejac
cbentejac previously approved these changes Oct 26, 2023
@cbentejac
Copy link
Contributor

Hi @Kokika,

Thank you for your contribution!

I rebased your branch on top of develop and fixed the merge conflicts. We'll merge it as soon as the CI builds are done!

The CI on Windows fails with "error C2678: binary '|=': no operator found which takes a left-hand operand of type 'std::_Iosb<int>::_Openmode' (or there is no acceptable conversion) ".
@cbentejac cbentejac force-pushed the ply_io_binary_format branch from 7f533f2 to be8157f Compare October 27, 2023 07:52
@cbentejac cbentejac merged commit 7b8263b into alicevision:develop Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants