Cannot find MatND_ definition [closed]

asked 2014-09-04 13:20:55 -0600

Hi,

I was trying to update opencv (to 2.4.9) when I ran into a problem. I cannot find the file that defines "MatND_". In the old library it was in cxcore.cpp. I searched through google, the cv documentation and the new OpenCV library and found a lot of information regarding MatND but nothing relevant about MatND_. Thanks for your time.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-11-07 06:02:29.991310

Comments

there is MatND (which is just a typedef for Mat), but no MatND_.

where did you find it ?

berak gravatar imageberak ( 2014-09-04 15:29:25 -0600 )edit

Thank you for responding. I found it in the old version of OpenCV inside cxcore.hpp.

bhelkey gravatar imagebhelkey ( 2014-09-04 15:35:39 -0600 )edit

maybe better try not to use those old c-api parts nowadays. support for that is fading day by day

berak gravatar imageberak ( 2014-09-04 15:38:03 -0600 )edit