How to detect laser grid intersections?
이전 댓글 표시
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
Walter Roberson
2016년 2월 1일
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
2016년 2월 4일
Walter Roberson
2016년 2월 4일
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
2016년 2월 5일
채호 박
2024년 6월 12일
I'm doing similar project. so did you solve it?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Morphological Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!