how to detect shadows in an image
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have an image which is given below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153638/image.jpeg)
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 comentario
ANDREA FORCELLA
el 11 de Mayo de 2022
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);
Respuestas (1)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!