Hi all,
Now I can use cvFindStereoCorrespondenceBM correctly, but it is not good. So I change to use cvFindStereoCorrespondenceGC. But it crashed!
So I tested two kinds of images:
ppm: 640 by 480 RGB format image. No problem, for both BM and GC methods, fine!
tif: 2448 by 2050 gray format image; for BM no problem, but for GC it is Crashed!!!
Is the tif image too large, GC can not support large images?
thank you for any information!