Advantages of ImageJ(compare with MATLAB iamge processing toolbox)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Advantages of ImageJ(compare with MATLAB iamge processing toolbox)

Elnino Wesbo
Hello everyone,Im currently doin my thesis for final year project(undergraduate).My tittle is relate to aircraft identification.My task is im goin to use image processing for recognition process.I faced a problem in selection of software.Matlab is very user friendly since im also using it for control system subject.However, last week,i read a journal and found out about imagej which is based on java.I want to learn imagej seems it looks more easier to use but the reference is not widely spread compare to Matlab.I hope anyone of you,who expert in image processing would give me some advice.Thank you.



Elnino Wesbo
Reply | Threaded
Open this post in threaded view
|

Re: Advantages of ImageJ(compare with MATLAB iamge processing toolbox)

david gilmour
Hi, i think tath imageJ is better than matlab.
1)Open source, code is very simple to read.
2)You can use every java library you want.
3)Is reach of utility class.
4)You can use Software Engineering pattern to deploy your plug in.relazione.pdftutorial171.pdf
Elnino Wesbo wrote
Hello everyone,Im currently doin my thesis for final year project(undergraduate).My tittle is relate to aircraft identification.My task is im goin to use image processing for recognition process.I faced a problem in selection of software.Matlab is very user friendly since im also using it for control system subject.However, last week,i read a journal and found out about imagej which is based on java.I want to learn imagej seems it looks more easier to use but the reference is not widely spread compare to Matlab.I hope anyone of you,who expert in image processing would give me some advice.Thank you.



Elnino Wesbo
Reply | Threaded
Open this post in threaded view
|

Re: Advantages of ImageJ(compare with MATLAB iamge processing toolbox)

Elnino Wesbo
ooo..i have read the pdf note that you gave(except one which is writting in spanish or latine).But is the GUI is easy to construct?Matlab is very easy but the language..hmmm..
david gilmour wrote
Hi, i think tath imageJ is better than matlab.
1)Open source, code is very simple to read.
2)You can use every java library you want.
3)Is reach of utility class.
4)You can use Software Engineering pattern to deploy your plug in.relazione.pdftutorial171.pdf
Elnino Wesbo wrote
Hello everyone,Im currently doin my thesis for final year project(undergraduate).My tittle is relate to aircraft identification.My task is im goin to use image processing for recognition process.I faced a problem in selection of software.Matlab is very user friendly since im also using it for control system subject.However, last week,i read a journal and found out about imagej which is based on java.I want to learn imagej seems it looks more easier to use but the reference is not widely spread compare to Matlab.I hope anyone of you,who expert in image processing would give me some advice.Thank you.



Elnino Wesbo
Reply | Threaded
Open this post in threaded view
|

Re: Advantages of ImageJ(compare with MATLAB iamge processing toolbox)

david gilmour
Look the source code at  http://rsb.info.nih.gov/ij/developer/source/
Note tath is very simple to read.
Look for some plugins and you will learn how to build UI fastly.
Anyway you can test your algorithm simply with ImagePlus.show() method.
After your cose is stable you wil build the UI.


Elnino Wesbo wrote
ooo..i have read the pdf note that you gave(except one which is writting in spanish or latine).But is the GUI is easy to construct?Matlab is very easy but the language..hmmm..
david gilmour wrote
Hi, i think tath imageJ is better than matlab.
1)Open source, code is very simple to read.
2)You can use every java library you want.
3)Is reach of utility class.
4)You can use Software Engineering pattern to deploy your plug in.relazione.pdftutorial171.pdf
Elnino Wesbo wrote
Hello everyone,Im currently doin my thesis for final year project(undergraduate).My tittle is relate to aircraft identification.My task is im goin to use image processing for recognition process.I faced a problem in selection of software.Matlab is very user friendly since im also using it for control system subject.However, last week,i read a journal and found out about imagej which is based on java.I want to learn imagej seems it looks more easier to use but the reference is not widely spread compare to Matlab.I hope anyone of you,who expert in image processing would give me some advice.Thank you.



Elnino Wesbo