How to implement non local means filter in java???Any code? or helpful link to get idea???
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
How to implement non local means filter in java???Any code? or helpful link to get idea???
Can you explain what you are asking about? How is this related to java?
Do you have some code you are having problems with? Please post the code and ask some specific questions about your problems writing java code.
If you don't understand my answer, don't ignore it, ask a question.
Yes how to implement this NLM matlab code(File Exchange - MATLAB Central) into java.Is there any helpful link
It seems that NIH has a Java library (MIPAV) for this. See AlgorithmNonlocalMeansFilter (MIPAV API Documentation). The source code for this appears to be available for download. See Medical Image Processing, Analysis and Visualization. Hth...
Did you actually click on this link: Medical Image Processing, Analysis and Visualization ? If you did, you'll be brought to a page that states "Source Code Use License". Look through the license agreement text, and at the bottom of the page there are 2 radio buttons that (assuming you agree with the license agreement) you'll need to select 'YES' and 'Accept' before clicking on the Submit button.
The page that follows after this is "Download MIPAV". You'll find the "Source code" link in the 2nd item in the bullet list. Clicking on this link will bring you to the "MIPAV source code releases" section of the web page.