English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Image processing like fourier transform, histogram, image analysis, laplace, statistical analysis

2006-08-20 22:15:42 · 5 answers · asked by falloutx 1 in Computers & Internet Programming & Design

5 answers

Depending on your needs.
If you are looking for fast image transformations (like filtering or computing wavelet/fourier transforms), C++ is better since it will generally outperforms Matlab functions/scripts that does the same thing.

Matlab is simpler to use for basic image processing things but IMHO is not so flexible when doing processing on complex image structures, s. a sequences of volumetric images (frequently found in medical imaging).
There are now a lot of easy-to-use AND OPEN-SOURCE C++ libraries for image processing, avoiding to buy a Matlab licence, and which provide a lot of image processing functionalities better then Matlab ones. Check these out :

- The CImg Library : one single C++ header file allowing to deal with template pixel types. Very simple to use, milti-plateform, seems powerful enough for covering 99% of basic image processing needs : http://cimg.sourceforge.net/

- The VIGRA library : More complete than CImg, but also seems more difficult to handle. STL-like coding with images, very generic but less lightweight : http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/

- DEVIL : Looks like a simple to use and powerful image library for doing games. Perhaps less image processing stuffs than in the two above : http://openil.sourceforge.net/

- LTI-Lib : No advices on this one, may be of interest : http://ltilib.sourceforge.net/doc/homepage/index.shtml

2006-08-21 03:32:28 · answer #1 · answered by Tournevissette 2 · 0 0

falloutx how about service like this. This link should help you with C++

http://www.google.co.uk/search?hl=en&q=C%2B%2B+header+file+for+image+processing+on+Matlab&btnG=Search&meta=

2006-08-20 22:23:38 · answer #2 · answered by Joe_Young 6 · 0 0

C++ is better.
U can use this links:
http://www.codeproject.com/info/search.asp?cats=2&searchkw=image+processing&Submit1=Search&author=&sd=15+Nov+1999&ed=21+Aug+2006
http://cimg.sourceforge.net/

2006-08-20 22:23:42 · answer #3 · answered by Koorosh 2 · 0 0

absolutely MATLAB

2006-08-21 05:01:15 · answer #4 · answered by IsaacArsenal 3 · 0 0

MATLAB is better that C++.

2006-08-20 22:34:27 · answer #5 · answered by Answer Answer 4 · 0 0

fedest.com, questions and answers