Calibrating the image background with changing foreground
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Optical_Stress
el 3 de Abr. de 2017
Editada: Optical_Stress
el 5 de Abr. de 2017
Hi,
I am running a number of experiments analyzing the stress distribution of disks using image analysis. In order for me to visualize the stresses in the disk properly, the background image should be dark ( the background is the size covered by sheet polarizers). The disk and polarisers are separated by a glass sheet, this glass unfortunately has fixed stresses present, so when a picture is taken we get a background of varying light intensity (with light and dark) blotches. I want to create generic code that calibrates the background to create a new set of images that are darker so the stresses in the disk can be visualised better.
0 comentarios
Respuesta aceptada
Image Analyst
el 3 de Abr. de 2017
How do you know that the pattern difference is cause solely by the background intensity and not due to the polarization state which might be different in those two locations? If it were due solely to an overall illuminance then I think it would just make the disk brighter or darker, if it changes it at all. I would not think it would change or invert the pattern, but because it does I think it's more than a background illumination problem. I think the polarization is interacting with the disk differently in the two locations somehow.
And you certainly can't have the "intensity preserved" if you don't care whether the pattern in inverted. Of course if the pattern is inverted, the intensity will change. Is there a location in between those two locations where there is virtually no pattern at all?
To find out where your image is different than your background, you can just subtract the background. That will find the disk and the wrench. Then you can try to extract out the disk from the wrench using morphological methods.
Also, I'm not sure what your Step 5 is saying. "Make changes to original code if 5 is not satisfied." That is a recursive step!
3 comentarios
Image Analyst
el 4 de Abr. de 2017
So is it just the angle of the pattern you're interested in? Have you considered Hu's moments: http://www.youtube.com/watch?v=Nc06tlZAv_Q
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!