필터 지우기
필터 지우기

piecewise image stretching using lookup tables

조회 수: 3 (최근 30일)
Aaron Connell
Aaron Connell 2018년 2월 26일
답변: Walter Roberson 2018년 2월 26일
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.

채택된 답변

Walter Roberson
Walter Roberson 2018년 2월 26일
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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by