Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java Code ... Help Help Help!!!!!

Options
  • 30-06-2005 6:21pm
    #1
    Closed Accounts Posts: 295 ✭✭


    Does anyone know how to write Java code that takes an image and smooths it. I would like to know if someone could help me or steer me in the right direction. I am trying to do it using a method called the bilinear interpolation method. Anyone got any ideas???


Comments

  • Registered Users Posts: 995 ✭✭✭cousin_borat


    As far as I know Matlab has a number of programs in its library that perform these functions and you can look at the source code. If not then theres hundreds of versions written by people for Matlab that you can google. Perhaps this could give you some pointers for writing the java code. Matlab code is extremely to understand.


  • Registered Users Posts: 3,012 ✭✭✭BizzyC


    Have a look at the Java Advanced Imaging API (JAI).

    http://java.sun.com/products/java-media/jai/


Advertisement