but there is a problem to execute hdrvdp function.
img1=hdrimread('ChurchWindow1_Banterle.hdr');
img=hdrimread('ChurchWindow1.hdr');
res=hdrvdp(img1,img,'rgb-bt.709',30)
??? Error using ==> fftn
Out of memory. Type HELP MEMORY for your options.
Error in ==> fft2 at 19
f = fftn(x);
Error in ==> fast_conv_fft at 17
fX = fft2( padarray( X, pad_size, pad_value, 'post' ) );
Error in ==> hdrvdp_visual_pathway at 89
L_O(:,:,k) = clamp( fast_conv_fft( double(img(:,:,k)), mtf_filter, pad_value ), 1e-5, 1e10 );
Error in ==> hdrvdp at 232
[B_R L_adapt_reference band_freq bb_padvalue] = hdrvdp_visual_pathway( reference, 'reference',metric_par, -1 );