matlab is good for prototyping. If you want to squeeze the speed, go for a C/C++ compiler like MSVC++. AFAIK Matlab can generate the relevant (maybe all :?: ) C/C++ source code and then you can work on the source code to tweak the speed as needed.sinaiee said:which of the following languages are the best for image processing programming?
delphi
vb
matlab
vc
i want a simple and fast language.