Best Programming Language for Image Processing
I'd like to know the community's opinions about the suitable programming languages for image processing. As far as I searched and been working with some of them many say Matlab is mostly suitable because dealing with images needs matrices to store and manage pixel data and matlab is superior in dealing with matrix with excellent performance and I can confirm that but what about other free languages? If performance is the matter then we should go with c++ or c# but matrix is not fully predefined in their libraries and instead should be working with arrays and similar things that could become cumbersome. On the other hand Python has great libraries but the performance is not as good as previously mentioned languages, So what is the alternative choice if not using Matlab and having both matrix conception to easily deal with and also having the performance?