how to detect shadows in an image
조회 수: 4 (최근 30일)
이전 댓글 표시
I have an image which is given below

How can i detect the cast shadow by using a bounding box?????? (A rectangular box must be moved throughout the img searching for a shadow and when it detects a shadow,the box must be fixed there@ the shadow)
댓글 수: 1
ANDREA FORCELLA
2022년 5월 11일
Maybe its correct create a background image that contain only the shadow? I'm trying to do that 'background = imopen(grayImage,se)'; where se=strel('disk',15);
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!