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/
