CanCanZeng

Results 47 comments of CanCanZeng

I am also very interested in this project, when will the source code be released? @lhanaf

I meet the same problem, did you work it out? @shishiteng

no, I give up

Hi @nkennek , did you solve this problem? I also think it is better to remove the empty-color pixels, is it right to do my own logic here? https://github.com/cdcseacave/openMVS/blob/a69a52c09587a1dae82833fe06feac3ac40da5ba/libs/MVS/SceneTexture.cpp#L1943

Hi, did you fix this function finally? @WinterCodeForEverything

OpenMVS can output orthophoto in texture mesh stage, you can check the help information or go through the code in TextureMesh.cpp @Jiatutu

Hi, I find a very good project that can segment sky area very accurately and do not have much false positive case. Its https://github.com/jiupinjia/SkyAR, although its target is not to...

Yes, you are right @cdcseacave , the sky segment is only helpful in noisy removal, that's how I'm using it now. If you want to just output the raw segment,...

Hi @cdcseacave , there is a new project about estimate depth map with planar prior, might it will be helpful! https://github.com/GhiXu/ACMP

the mesh with wireframe rendering is showing below: **original:** ![Screenshot from 2022-06-14 15-31-41](https://user-images.githubusercontent.com/26817559/173520777-1800961e-6427-421b-92be-1244ce56daa9.png) **decimated by openMVS:** ![Screenshot from 2022-06-14 15-29-15](https://user-images.githubusercontent.com/26817559/173520682-379ad858-f541-4662-9587-59f69038cbf3.png) **decimated by other algorithm:** ![Screenshot from 2022-06-14 15-30-30](https://user-images.githubusercontent.com/26817559/173520744-2aaca151-a359-4425-afa9-09af1d003a60.png) The reason...