Got stuck in Normalization and rescaling. Please Help
Mostrar comentarios más antiguos
I am writing a MATLAB code but I am confused whether I should use normalization or rescaling. What is the difference between both of them. ?
Respuesta aceptada
Más respuestas (1)
Rik
el 17 de Jul. de 2023
0 votos
Your question has nothing to do with Matlab.
Normalization either means the highest value is set to one (by dividing every value by the highest value), or it means ensuring the area is set to one (by dividing by the area).
Rescaling doesn't really have a fixed meaning, but usually means data is stored with a different scale than the actual data scale. Multiplying with the rescale factor (the RescaleSlope in the context of dicom images) will restore the original data.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!