cvFindStereoCorrespondenceGC crashed for large tif image!!!

asked 2015-06-28 12:46:48 -0600

immer gravatar 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!

edit retag flag offensive close merge delete

Comments

please try to avoid the legacy c-api functions, and use StereoBM

berak gravatar imageberak ( 2015-06-29 02:44:40 -0600 )edit