show/hide this revision's text 5 added 157 characters in body

Without explicitly addressing the Matlab question you should look at ImageJ. This is an open source Java application with many contributed plugins for image analysis and manipulation. Median filtering is built in.

The biggest problem I have had with converting Matlab to Java is that you will be writing many loops to handle functions that are one line in Matlab.

If you can describe your spline operations in more detail I can most likely get you information on which ImageJ operations you need.

Example of spline fitting in java: http://www.mste.uiuc.edu/exner/java.f/leastsquares/

show/hide this revision's text 4 added 136 characters in body

Without explicitly addressing the Matlab question you should look at ImageJ. This is an open source Java application with many contributed plugins for image analysis and manipulation. Median filtering is built in.

The biggest problem I have had with converting Matlab to Java is that you will be writing many loops to handle functions that are one line in Matlab.

If you can describe your spline operations in more detail I can most likely get you information on which ImageJ operations you need.

show/hide this revision's text 3 added 29 characters in body

Without explicitly addressing the Matlab question you should look at ImageJ. This is an open source Java application with many contributed plugins for image analysis and manipulation. Median filtering is built in.

The biggest problem I have had with converting Matlab to Java is that you will be writing many loops to handle functions that are one line in Matlab.

show/hide this revision's text 2 added 151 characters in body
show/hide this revision's text 1