alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.91k stars 809 forks source link

[fuseCut] Fix export debug mesh #1538

Closed almarouk closed 9 months ago

almarouk commented 10 months ago

Exporting debug meshes for DelaunayGraphCut was deprecated due to subsequent changes in file saving functions.

This PR fixes the fore-mentioned issue by using the correct naming for exported files.

almarouk commented 10 months ago

Related issue that can be fixed in this PR (needs extra work): https://github.com/alicevision/AliceVision/issues/1539

servantftechnicolor commented 9 months ago

Maybe you can squash commits into 1 ?

almarouk commented 9 months ago

Maybe you can squash commits into 1 ?

Done.