How to detect laser grid intersections?
Show older comments
I have a laser grid plotted on a object. A stereocamera watches this scene (a pair of images of the same subject).
I want to detect nodes (cross points) of the laser grid in a image. Using Harris is not a good solution, because it founds all the corners not the intersection. How to find the center of the intersection?
One of my image is attached
5 Comments
Walter Roberson
on 1 Feb 2016
Is there any possibility you could switch from JPG to a recording system that does not do lossy compression, such as TIFF or PNG? Using JPG makes it more difficult.
dix93
on 4 Feb 2016
Walter Roberson
on 4 Feb 2016
Perhaps a texture analysis technique should be used. On the other hand, since it is laser light it should be monochromatic so there should in theory not be much variation in the proportions of the color (though there could be a bit of variation in the intensity) so perhaps it is a matter of normalizing the intensities and then looking for the color with a small margin. After that perhaps something like skeletonizing to find the intersections.
dix93
on 5 Feb 2016
채호 박
on 12 Jun 2024
I'm doing similar project. so did you solve it?
Answers (0)
Categories
Find more on Morphological Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!