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: Article: Image Processing Tutorial

  1. #1
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Article: Image Processing Tutorial

    Computers are fascinating machines, but they're mostly a reflection of the people using them.
    -- Jeff Atwood


  2. #2
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    I am beginner in java and i want to do automated preprocessing to images for text extraction....is your transformations.java is enough for that???

    What i want to do is read a image and it should check the brightness,contrast etc and it should return the error message if text extraction is not possible some how i used ocr and wrote code for textextraction but i am suffering with the preprocessing thing...can any one help mee please....thanks in advancee

  3. #3
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Article: Image Processing Tutorial

    I'm not sure what you mean by text extraction. Are you referring to stenography or fuzzy interpretation of text inside a raster image? The latter is pretty advanced stuff.
    Computers are fascinating machines, but they're mostly a reflection of the people using them.
    -- Jeff Atwood

  4. #4
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Article: Image Processing Tutorial

    no i will get bill images as input and i want to extract the information like total amount and tax etc..., for that how do i preprocess the image,and my question is like all the images will not be same so how preprocessing could be done for the images

  5. #5
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Article: Image Processing Tutorial

    It's possible but in the same order of complexity as facial recognition. You or I can look at an image and read the text. A computer has to be instructed on how to interpret the raw data. It will involve pattern recognition heuristics and self correcting feedback like a genetic algorithm to incrementally make better predictions.

    Seriously complex stuff.
    Computers are fascinating machines, but they're mostly a reflection of the people using them.
    -- Jeff Atwood

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. Image Processing
    By subash in forum File I/O & Other I/O Streams
    Replies: 4
    Last Post: June 8th, 2011, 08:40 AM
  3. Replies: 2
    Last Post: February 14th, 2011, 05:36 PM
  4. Signal processing API.
    By ivanloes in forum Java Theory & Questions
    Replies: 4
    Last Post: December 18th, 2010, 05:56 PM
  5. Pixel Alteration in an image/image rotation
    By bguy in forum Java Theory & Questions
    Replies: 3
    Last Post: November 1st, 2009, 10:50 AM