Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, January 13, 2011 1:29:17 PM(UTC)
BedrockBits

Groups: Registered
Posts: 2


I am not sure I am using the right lexicon but here is my issue. End user has a series of images taken with the same sensor but at different days and times. They have asked me to write a piece of software to "calibrate" the images such that they can compare them and detect changes over time. I think from listening to their requirements that while the sensor images may need calibration, what they are really after is a way to normalize all images to some constant. They believe that if they can give me a 'feature' that exists in all images I should be able to determine the pixel values of that area, compare it to each subsequent image (in the area of that same feature) and then normalize all images to some median value.

My question is whether this is a capability of the LT toolsuite and if so, which one? It is a little out of scope of what I normally do...

Thanks,
-DR
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, January 16, 2011 5:34:14 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Depending on the type of difference between images, our toolkit might have useful functions for your requirements. Please answer the following questions:
1. If I understand correctly, all images will contain the same background (same scene) taken from the same angle and at the same zoom level, but using different lighting conditions. Is this correct?
2. What other differences might there be? In other words, what is the purpose of the comparison? Is it to detect objects or movement?
3. Are there sample images that show the input and output of the required process? If yes, please send me these samples in a ZIP or RAR file to ensure they are delivered correctly.
You can either post it here or send it to support@leadtools.com and mention this post.
When attaching to the forums, do not use the "Preview" feature.
 
#3 Posted : Tuesday, January 18, 2011 10:19:08 AM(UTC)
BedrockBits

Groups: Registered
Posts: 2


I will try. Thanks for your help.

1) The lighting is the major change although I can't say that the angle will be EXACTLY the same. We can crop and zoom to take those attributes out of the equation.

2) The object of the comparison is both to detect new features, the absence of features or displaced (moved) features. Probably normally it would be the introduction of a new feature.

3) I really wish I had good samples to send but I don't have release capability on the stuff I have at this time. I am trying to get releasable images.

Thanks again.
 
#4 Posted : Wednesday, January 19, 2011 5:42:20 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

The implementation will depend mainly on what types of differences exist between the images. That's why it's important to have sample images from the actual application environment.
Here are the main ideas:
1. For the calibration step, a common area should be defined accurately and the average of all pixel intensities is calculated. Then the whole image intensity is increased or decreased accordingly.
2. The locations of image parts should the same to accomplish accurate comparison. If small shifts can occur from one shot to the other, corrections should be made. One way to do that is to look for known objects (using the correlation function) then triangulate the amount of shift and/or rotation from a standard template image. This technique is called Registration Marks in LEADTOOLS.
3. Once the 2 images to be compared have the same location and approximate intensity values, they can be subtracted from each other using the Combine function. Since there would be small differences, some noise reduction features could be used to keep only actual object differences.

If you want to discuss the details further and send sample images, please specify which programming interface (.NET classes, DLL API, C++ Classes, etc.) you want to use.
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.078 seconds.