Why need to apply 1D pre-shapers LUT at applyclut function?

2 visualizaciones (últimos 30 días)
Ying Steven
Ying Steven el 30 de En. de 2015
Respondida: Pengfei Wang el 27 de Nov. de 2019
I read the source code of applyclut.m file, and I don't understand that why need to apply 1D pre-shapers LUT to the ICC profile process flow. As the spec. of ICC profile v4.3.0.0, there are no 1D curves like that,or it means "M" curve of ICC profile model?
% Apply 1D pre-shapers, if present if ~isempty(luttag.PreShaper) out = cellinterp(out, luttag.PreShaper); end

Respuestas (1)

Pengfei Wang
Pengfei Wang el 27 de Nov. de 2019
Certain type of ICC profile is structed as "Shaper + Matrix", the "shaper" works just like "TRC".
In CLUT case, this tag is normally empty, and the "prematrix" an identity matrix.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by