Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cvFindStereoCorrespondenceGC crashed for large tif image!!!

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:

  1. ppm: 640 by 480 RGB format image. No problem, for both BM and GC methods, fine!

  2. 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!