Ask Your Question

immer's profile - activity

2016-01-12 00:08:17 -0600 received badge  Necromancer
2016-01-02 15:53:42 -0600 answered a question OpenCV Build process warning : field of class type without a DLL interface used in a class with a DLL interface

I have the same warning, searching for help. My case: vs2013+CUDA7.5+openCV 3.10 from github master branch.

2015-06-28 12:55:06 -0600 asked a question 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!