A good book or a Tutorial about java Imaging

Hello. I am new to java imaging and i was wondering if there is a good book or e-book or a tutorial that can help me learn about image processing. Do you have any suggestions? Thanx

You can try this link ....
hope it will help u a lot....
http://www.javalobby.org/articles/ultimate-image/

Similar Messages

  • Know any good books on OO design in Java?

    Can any one recommend a good book on OO design in Java.
    I want a book that explains the best practice on method sizes, what to make member varibles or local variables, when to pass parameters, etc...
    I have a fair bit of java programming experience, so I don't really want a book for beginners, but one that concentrates on perfecting your OO design skills.
    Any recommendations?

    Some GREAT online resources...
    http://www.patterndepot.com/put/8/JavaPatterns.htm
    http://www.objectmentor.com/resources/listArticles?key=author&author=Robert%20C.%20Martin

  • Confused about Java Image Processing APIs

    I'm working on a Java application to which I'd like to add some advanced visual effects. Specifically, I'd like to make the application UI "dissolve" away when a specific selection is made. (See this link - http://www.anfyteam.com/anj/deform/deform.html - for an example of the effect I'm trying to emulate.)
    I believe I know how to create this effect, but my main question has to do with how to actually accomplish it in Java. It seems that there are many different technologies that do the same thing--Java 2D and JAI among them--and many types of classes--BufferedImage, ImageProducer/ImageConsumer, etc.--that all do the same sorts of things.
    Can someone help me with this question: what is the most modern technique for doing something like this that would offer the best performance?
    Thanks very much!
    Greg

    Hi Greg.
    BufferedImage is pretty much the cream of the crop as far as working with images goes.
    The Producer/Consumer model, as I understand it, is an artefact from when Java was more applet-centric, and allows applications to use images as they are loading, under the assumption that they will load slowly.
    See these articles for more information:
    http://weblogs.java.net/blog/chet/archive/2003/08/bufferedimage_a.html
    http://weblogs.java.net/blog/chet/archive/2003/08/bufferedimage_a_1.html

  • Looking for Documentation and/or tutorial about SIP...

    Anyone knows good documentation and/or tutorial about SIP in JAVA???
    Greetings.

    Hi jc,
    I am interested in too.
    I had found the JSIP api : http://jsip.sourceforge.net/.
    And i heard about JAIN.
    But both are too big and complete for what I want do to with.
    So, if anyone has a good tutorial on how to implement SIP in Java....
    Pouicky

  • AJAX - any good books?

    Hi all
    Can anybody suggest some good books , starting with basics
    for Java and AJAX?
    I really enjoy using Spry etc, but just need have a betterto
    understanding of what i am doing!?!
    Thanks, Mark

    "melph1" <[email protected]> wrote in
    message
    news:ea613d$5i8$[email protected]..
    > Can anybody suggest some good books , starting with
    basics for Java and
    > AJAX?
    >
    > I really enjoy using Spry etc, but just need have a
    betterto
    > understanding of
    > what i am doing!?!
    If you don't have that much experience with JavaScript,these
    are both good
    choices:
    http://www.oreilly.com/catalog/headra/
    http://www.apress.com/book/bookDisplay.html?bID=10042
    Moving one step further I wold suggest Crane's book. Even if
    many code
    samples are more or less broken, the theory is covered very
    well:
    http://www.manning.com/crane/
    Massimo Foti
    Tools for ColdFusion and Dreamweaver developers:
    http://www.massimocorner.com

  • Where could I find some good free E-Book or paper about JAVA ?

    Dear All,
    I am searching some java websites , and find some free E-Book or paper about java,Could anyone tell me where those treasure are?
    I will deeply appreciate you .
    Thanks a lot !
    Caton

    You can try this one, tons of java resources:
    http://www.cl.cam.ac.uk/users/asa28/useful_java_research_links.htm
    Hope it helps.

  • Suggest Good book for Java GUI learning

    Hi all,
    Can anyone suggest me a good bookf or learning Java's GUI(swing,Evnt handling,applets)
    thanx

    The Swing tutorial is an excellent free reference.
    [The swing tutorial|http://java.sun.com/docs/books/tutorial/uiswing/]
    Once you are a little more familiar with Swing, I'd suggest the book "filthy rich clients", as that book covers what lies beyond basic GUI programming, delving into creating rich UIs with custom painting.
    Whatever you do, don't make the mistake of starting out with a GUI builder such as Netbeans provides; learn this stuff by programming everything yourself. You'll quickly learn what NOT to do in Swing programming, which is vital knowledge.
    During your research, look out for the "Event Dispatch Thread" - that is one of the core mechanics of Swing that you should learn about to prevent yourself from making many mistakes that lead to unpredictable results.

  • Good books for java web services

    hi.. i want to learn java web services. can anyone pls tell me the good books or material if any to start with. I have exp in core java.

    http://www.soabook.com/ The Good Book for modern web service development in Java.
    http://www.amazon.com/J2EE-Web-Services-SOAP-JAX-RPC/dp/0321146182 The Bible about all things web services.
    Get them both, use the first to learn and the second as a reference.

  • GOOD tutorial for java?

    Hi, I am looking for a good tutorial for java. I cant understand my teacher's lectures, because they are always presented as a slide show and she just reads the slides in a monotone voice. (Not to mention her thick asian accent). So any one?
    *Note=A good tutorial is the one that shows coding examples, analysis of concepts etc
    Edited by: haraminoI on Mar 26, 2009 2:24 AM

    PhHein wrote:
    Start here:
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]
    Hey thanks a lot ! :)

  • Looking for a good book about threads

    Hello all,
    I am looking for a good book about threads.
    I would like something which is both practical, but also provides some theoretical basis.
    I am an experienced programmer, with some, but not much, experience with concurrent design.
    I would greatly appreciate any suggestions.

    I found the "Java Threads" book by Oaks and Wong to be fantastic:
    http://www.oreilly.com/catalog/jthreads2/
    - K
    Hello all,
    I am looking for a good book about threads.
    I would like something which is both practical, but
    also provides some theoretical basis.
    I am an experienced programmer, with some, but not
    much, experience with concurrent design.
    I would greatly appreciate any suggestions.

  • Need to find a book about Java history

    Hello,
    I'm not sure I am posting in the right forum, but anyway...
    I am currently performing a research entitled "The use of the Java platform in the entertainment industry". To begin, I need a book where I could find hitorical information about Java cretion and evolution, but I can't manage to find one. The history given on the java.sun.com website is way too short and all the books I could find deal with technical aspect of Java...
    Does anyone knows a book that could interest me?

    Thanks for the links, but as it is an academic
    dissertation, I'd rather find a book... The Internet
    is still not really trusted as an academic source of
    information.
    So there's no chance for me to find a book with a
    proper history (better than the half page introduction
    in present in every Java programming book)Well then why not try journals? You won't find one book from which you can write your whole thesis, and if you did, you probably wouldn't get very good marks. As a guide, my MSc dissertation had around 300 references and 60k words, which is not uncommon. Journal articles are far more targetted, and certainly more likely to cover such a specific area as what you are asking of.

  • Good book or tutorial link for data socket

    hello,
    can anyone pls suggest me any good book or tutorial link to study  data socket

    Here is a link to the DataSocket overview.  This has a good description of what it is and would be a good beginning reference.
    DataSocket Overview
    If you are looking for a more technical approach then here is a technical paper about ways that DataSocket can be integrated into a test and measurement system. 
    DataSocket Technical Overview
    These should be a good starting point for you.  ThomasD also has posted some good resources that you could use to search for more specific questions about DataSocket.
    Hope it helps!
    Andy F.
    National Instruments

  • With what book did you first learn java? How good was the book?

    I was just curious what else was out there, although I'd like to think I've at least moved past the beginning stages.
    I started out with Douglas Bell and Mike Par's "Java for Students" required for my first class. It was a good beginning book I think, and relatively easy to use. Now I'm going to college at Michigan Technological University, and "using" Dave Poplawski's "Objects have class" (he's actually one of the faculty here) Maybe it's because I already did Java, but I just can't stand the book. It starts you out using some crappy Animator instead of extending applets. (I'm sure I could write a better program for this purpose)
    But hey, just chime in if you have an opinion, b/c I'm wondering what other people thought of the books you're "forced" to buy, or what's better outside of school.

    A basic Java Library
    Core Java - Cornell & Horstmann
    Sun Publishing 1996
    This was my first introduction to Java, not a great book, but good in its day, Sun has probably updated it.
    Exploring Java - Niemeyer & Peck
    O'Reilly 1997
    This is an excellent book for Java 1.1, now out of print, but I still use it as a reference for basic stuff. I'd recommend O'Reilly's "Heads up Java - Your Brain on Java" as a good modern substitute. I've taken a good look at this, its light, humorous and quite complete. Probably the best introduction at present.
    The Java Programming Language, Third Edition - Arnold, Gosling, & Holmes
    Sun, Addison Wesley 2000
    This is a must for reference
    Applied Java Patterns - Stelting & Massen
    Sun, Prentice Hall 2002
    Good for design issues, includes examples in Java of the GOF patterns
    Java Swing - Eckstein, Loy & Wood
    O'Reilly 1998
    If you do GUI stuff you really need this, there is a more recent 1.3 edition
    The Art of Computer Programming - Donald Knuth
    Addison Wesley 1969
    Not about Java, but it covers all the stuff that hasn't changed in 50 years. And all that's really changed is that computers get smaller, cheaper and faster, and the books get bigger, more expensive and slower.
    Java in a Nutshell Third Edition - Flanagan
    O'Reilly 1999
    The ultimate reference. This nut keeps getting bigger while the type gets smaller, the examples got pulled out into a separate book in the third edition, the forth is a coconut. You probably want the newest edition regardless of the size and price.
    Java Network Programming - Harold
    O'Reilly 2000
    Covers the basics of network programming in 1.3, doesn't cover NIO yet.
    There are lots of books on more esoteric topics, like J2EE patterns, JNI, JDBC, Java Beans, EJB, JSP, Servlets, J2ME and NIO. Only buy these if you need them. The API documentation is often all you need.

  • Where to get good tutorial about EJB 3.0

    I would like to find some good tutorial about EJB 3.0, any suggestions where I can get it?
    thanks

    JavaEE 5 Tutorial:
    http://java.sun.com/javaee/5/docs/tutorial/doc/
    Sun Java System Application Server Developer's Guide:
    http://docs.sun.com/app/docs/coll/1343.3
    Glassfish EJB FAQ:
    https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html

  • Suggestion for a good book for webdynpro for java

    Hi, I am new to this technology,and i know a little bit basics,but i want to learn in depth regarding Webdynpro For Java and my backend is SAP R/3
             can anyone suggest me  a good book for webdynpro for java

    Hi padma,
    Check this link.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#9">Web Dynpro Sample Applications and Tutorials</a>
    Re: Guides for new entrant to Webdynpro
    Regards,
    Mithu

Maybe you are looking for

  • Freezing while capturing

    Hi there. I've started having problems with FCP. Up until this week everything has been fine. I don't have a powerful Mac, but for the past 3years its been fine editing my work. The problem started this week when I connected it to the internet and up

  • N73 , can you auto lock keypad without a pin code?

    Can anybody help, I want to lock my keypad using auto lock, but I keep getting asked for PIN code to do this, is there anyway round this as its a nuisance. THANKS EBVERYONE IN ADVANCE.

  • White Background in Slideshow?

    Hi guys, Is there any way to change the background color from black to white within a slideshow? I'll be using a projector and the black background behind the images will look silly against a white wall. please advise

  • How install HP officejet printer 8600 Plus without a cd drive?

    How do I install my new hp Officeject Pro 8600 Plus printer on my Mac that does not have a cd drive? Can I get the software online?

  • Sap bi setup tables

    Hi Experts i have a doubt please tell me why setup tales in LO and why not  setup tables in FI