The Artima Developer Community
Sponsored Link

Java Answers Forum
Image Compare

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kailas Kore

Posts: 1
Nickname: kailaskore
Registered: Sep, 2003

Image Compare Posted: Sep 30, 2003 6:16 AM
Reply to this message Reply
Advertisement
Hi All,

I'v a problem with PixelGrabber.

I want to compare 2 scanned images by using PixelGrabber and highlight difference into third image:

1. I convert two images to an array of integer using PixelGrabber.

2. Then compares the two arrays.

3. After comparing images iam generated third new image.

My problem is: I want to start comparing pixels from perticular pixel. How to obtain RGB value from array for perticular pixel? (Like I want RGB value of (10, 10)pixel)

Need help if u know ......

Thanks and regards
Kailas

Topic: interfacing java & Isabelle/HOL Previous Topic   Next Topic Topic: who can make the answer?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use