Mingyuan Meng

Results 5 comments of Mingyuan Meng

Sorry, I don't preserve the code for the first stage. You can just try Hugin for preprocessing. Please refer to http://hugin.sourceforge.net/ Let me offer a simple guideline to use Hugin...

In our experiments, it usually takes less than 30s per iteration to merge the pre-processed 9000x4000 images when using a much older GPU. If you use RTX3070 to merge 1280x720...

Hi Dagata, Sorry I am not sure what happened in your processing. I didn't meet this problem before. This code is quite old and I have not touched it for...

I identified an error. The "novelViewGen->prepare(rgbaLeft, rgbaRight)" should be "novelViewGen->prepare(overlappedL, overlappedR)", because optical flow only needs to be computed in the overlapped area. But I am not sure whether or...

Sorry, I really don't know why it keeps crashing. Maybe you can just run my code without any modification to see whether it works. If no work, maybe your environment...