Cannot find MatND_ definition [closed]
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.
there is MatND (which is just a typedef for Mat), but no MatND_.
where did you find it ?
Thank you for responding. I found it in the old version of OpenCV inside cxcore.hpp.
maybe better try not to use those old c-api parts nowadays. support for that is fading day by day