Help me to detect the fathom (deep place) from an image using matlab codes?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I need a help to detect fathom area(deep geographical area) in an image and if majority of the image is of deep place, it should be also noted.
Respuesta aceptada
Image Analyst
el 1 de Abr. de 2013
I assume you have an image that is a topographical map. So in that case you can either use thresholding to detect deep areas on an absolute depth basis, or use imregionalmin() to find local mins in the depths. More info (such as an image) will get you better answers.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!