balcilar / Comparison-of-Disparity-Estimation-Algorithms

Implementation of simple block matching, block matching with dynamic programming and Stereo Matching using Belief Propagation algorithm for stereo disparity estimation
Apache License 2.0
56 stars 16 forks source link

can this code be used for larger size image of pixel size 3003*2345 and file types #3

Open harikiran2995 opened 5 years ago

harikiran2995 commented 5 years ago

can this code be used for larger size image of pixel size 3003*2345 and file types of left and right image as .png format and ground truth image of .pgm .pgm format i tried on middleburry data set http://vision.middlebury.edu/stereo/data/scenes2014/ i find so much distrotion in it what parameters i need ti be changed in existing code to work better

thanks,

poornimajd commented 4 years ago

@harikiran2995 , which version of matlab did you use? I tried executing with online matlab but everytime it crashes.