How to run and display noise, pixelate and histogramThreshold images its showing lots of error??Can anybody help pls
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 run and display noise, pixelate and histogramThreshold images its showing lots of error??Can anybody help pls
Thread moved out of http://www.javaprogrammingforums.com...-tutorial.html
Just about every word leads to a new question - like what is 'it'? What is showing (compiler, JRE)? What are the errors?its showing lots of error?
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.
How to run and display noise part?? Can anybody help please
ts showing error .How to solve this problem??noise.jpg
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.