T = double(imread( 'C:\HDR-VDP-2\lena_test.bmp' ))/2^8;
R = double(imread( 'C:\HDR-VDP-2\lena.bmp' ))/2^8;
ppd = hdrvdp_pix_per_deg( 21, [size(T,2) size(T,1)], 1 );
res1 = hdrvdp( T, R, 'sRGB-display', ppd ) -------------------------------------------------------------------------------------------------------
and return P_map, P_det, ..., Q_MOS.
It's so great! success.
But I do not understand how to apply the first two parameters for hdrvdp_visualize function.
map = hdrvdp_visualize( P, img, target, colormap )
the target select 'screen', color map select 'trichromatic' .
where error map:P, context image:img
how to setup and apply?
Sincere thank you for your help.
WSC.