Borrar filtros
Borrar filtros

i want to normalize these values

1 visualización (últimos 30 días)
vipul utsav
vipul utsav el 22 de Mzo. de 2013
i have mean of different images 80,95,102,108,123 then i want to normalize these values?
how i can i do this?

Respuestas (1)

Albert
Albert el 22 de Mzo. de 2013
Normalization is a quite abstract concept, however assuming what you want is to rank (transform to the [0,1] interval): just subtract the minimum value to them and then divide by the maximim value minus the minimum.
(v - min(v))/(max(v)-min(v))

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by