standard deviation image ( for each pixels)
Mostrar comentarios más antiguos
Goodmorning, I have a problem with the computing of a standard deviation of each pixel of a image.
I have an image of 680x4x626 (rows , bands and columns). I would like to calculate the standard deviation of each pixel to get a standard deviation image.
I found the stdfilt function but it doesn't seem to do what I need. Can you help me with this?
Till now, my code is :
LS_NIRv2 = squeeze(double(img1(:, 2, :))); to extract from img1 the second band ( which is an index)
NIRv_rad = reshape(LS_NIRv2,[],1); later, I reshape it to a vector for the next plots.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Category Classification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!