Box counting method in a tif image
Afficher commentaires plus anciens
Hi. I have a satellite image band 2 in tiff format, I want to use this image to make the box counting method. I used this code, but my image is black. How I can resolve this?
c = imread('B2.tif'); imagesc(~c) colormap gray axis square
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Fractals dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!