I would like to know if there is an image processing toolbox available for Eclipse (much like the one available for MATLAB)?
I have found similar questions on SO.com, but nothing that quite answers my question.
Thank you.
I would like to know if there is an image processing toolbox available for Eclipse (much like the one available for MATLAB)?
I have found similar questions on SO.com, but nothing that quite answers my question.
Thank you.
The MATLAB Image Processing Toolbox gives you facilities to implement image processing using MATLAB's own scripting language. As Eclipse is now a fairly agnostic IDE, such a Toolbox would have to be targeted at a specific implementation language. Do you have one in mind? To my knowledge, no such Toolbox exists for Eclipse. However, there are a whole variety of similar libraries for a multitude of programming languages that give you the same functionality. (Perhaps minus the very good in situ previews)