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.

Results 1 to 6 of 6

Thread: Non local means filter

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    21
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Non local means filter

    How to implement non local means filter in java???Any code? or helpful link to get idea???


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Non local means filter

    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.

  3. #3
    Junior Member
    Join Date
    Nov 2013
    Posts
    21
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Non local means filter

    Yes how to implement this NLM matlab code(File Exchange - MATLAB Central) into java.Is there any helpful link

  4. #4
    Member
    Join Date
    Feb 2014
    Posts
    180
    Thanks
    0
    Thanked 48 Times in 45 Posts

    Default Re: Non local means filter

    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...

  5. #5
    Junior Member
    Join Date
    Nov 2013
    Posts
    21
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Non local means filter

    Quote Originally Posted by jashburn View Post
    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...
    Source code not available here,any link for source code please??

    --- Update ---

    Quote Originally Posted by Norm View Post
    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.
    how to implement this NLM matlab code(File Exchange - MATLAB Central) into java.Is there any helpful link

  6. #6
    Member
    Join Date
    Feb 2014
    Posts
    180
    Thanks
    0
    Thanked 48 Times in 45 Posts

    Default Re: Non local means filter

    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.

Similar Threads

  1. IndexOutOfBoundsException - HELP! DON’T KNOW EXACTLY WHAT THIS MEANS. :(
    By janefabellore in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 26th, 2013, 12:04 AM
  2. Using NetBeans and I have no idea what the error message means...
    By Rick Sebastian in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 20th, 2013, 08:30 PM
  3. help with problem havr no idea what it means
    By mdstrauss in forum Exceptions
    Replies: 4
    Last Post: July 27th, 2009, 12:41 AM