piecewise image stretching using lookup tables

1 visualización (últimos 30 días)
Aaron Connell
Aaron Connell el 26 de Feb. de 2018
Respondida: Walter Roberson el 26 de Feb. de 2018
Good evening I need a little guidance on how to utilize LUT's (lookup tables) to create a function that can perform piece-wise stretching of an image.

Respuesta aceptada

Walter Roberson
Walter Roberson el 26 de Feb. de 2018
One way is to use interp1, with either the default linear interpolation or the 'previous' method.
Another way instead of interp1 with previous is to use quantization. If you do not have the signal processing toolbox then you can quantize by using histcounts or the older histc

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by