Link to home
Start Free TrialLog in
Avatar of Ferg
Ferg

asked on

Digital Image Processing using Java

Hi,
Im fairly new to Java and am trying to learn about digital image processing. At the moment I'm trying to learn about convolution and edge preserving smoothing. I want to implement the general convolution algorithm which takes an input image, a 2D array containing the weights and an output image as its parameters. I want to be able to apply a number of templates - such as the Sobel templates to images and display the results.
As well as this Im working on Edge preserving smoothing and am trying to find out how the 'mode', 'median', and 'k-nearest neighbour' edge preserving smoothing filters work. would anyone be able to help me?? Im a bit of a novice at this stuff!

Cheers
Ferg
ASKER CERTIFIED SOLUTION
Avatar of yongsing
yongsing

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ovi
Ovi

I strongly suggest that you should use JAI. Your expectations will be fullfiled.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Answered by: yongsing
Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
Venci75
EE Cleanup Volunteer
Finalized as proposed

modulo

Community Support Moderator
Experts Exchange