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 5 of 5

Thread: Re: Image processing tutorial

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

    Default Re: Image processing tutorial

    How to run and display noise, pixelate and histogramThreshold images its showing lots of error??Can anybody help pls


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Image processing tutorial

    Thread moved out of http://www.javaprogrammingforums.com...-tutorial.html

    its showing lots of error?
    Just about every word leads to a new question - like what is 'it'? What is showing (compiler, JRE)? What are the errors?

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

    Default RE: Image Processing Tutorial

    When I want to run the noise function its showing error .How to solve this problem??The error are
    "]Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Uncompilable source code - Erroneous sym type: Transformations.noise
    at ImageJPanel.<init>(ImageJPanel.java:49)
    at ImageJFrame.<init>(ImageJFrame.java:17)
    at Main$1.run(Main.java:19)
    at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.j ava:744)
    at java.awt.EventQueue.access$400(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:697)
    at java.awt.EventQueue$3.run(EventQueue.java:691)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPri vilege(ProtectionDomain.java:75)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java: 714)
    at java.awt.EventDispatchThread.pumpOneEventForFilter s(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(E ventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:82)
    [/COLOR]
    BUILD SUCCESSFUL (total time: 1 second)"

    Below is the attach file of screenshot

    noise.jpgnoise1.jpg
    Last edited by Mumpy Zinu; June 6th, 2014 at 11:17 PM.

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

    Default Re: Image processing tutorial

    How to run and display noise part?? Can anybody help please
    ts showing error .How to solve this problem??noise.jpg

  5. #5
    Junior Member
    Join Date
    Feb 2014
    Location
    Finland
    Posts
    25
    My Mood
    Bored
    Thanks
    3
    Thanked 5 Times in 5 Posts

    Default Re: Image Processing Tutorial

    Hello,

    Im not able to say what is going on in your code since so little is shown.

    But with googling the error this came out: https://netbeans.org/bugzilla/show_bug.cgi?id=199293
    So are you using NetBeans? But yea, i don't know if its that in your case since its hard to say what is wrong in that little clip of code you provided.

Similar Threads

  1. Image processing tutorial
    By ChristopherLowe in forum File Input/Output Tutorials
    Replies: 8
    Last Post: December 19th, 2013, 11:19 PM
  2. Re: Image processing tutorial
    By kaviraj in forum Java Theory & Questions
    Replies: 1
    Last Post: November 1st, 2013, 04:35 PM
  3. Re: Image processing tutorial
    By user2 in forum Java Theory & Questions
    Replies: 1
    Last Post: April 4th, 2013, 11:11 AM
  4. Re: Image processing tutorial
    By user2 in forum Java Theory & Questions
    Replies: 1
    Last Post: March 25th, 2013, 08:44 AM
  5. Image processing tutorial
    By ChristopherLowe in forum Java Code Snippets and Tutorials
    Replies: 1
    Last Post: June 18th, 2011, 11:58 AM