issue in niqe function
Mostrar comentarios más antiguos
I am getting following error while using niqe function.
Undefined function or variable 'niqe'.
I=load_images('./images/flash');
figure;
for i=1:2
subplot(1,2,i);
imshow(I(:,:,:,i));
end
F=DSIFT_exposure_fusion(I,16,0);
figure;
imshow(F);
Score = niqe(F);
Respuestas (1)
KALYAN ACHARJYA
el 27 de Ag. de 2019
Editada: KALYAN ACHARJYA
el 27 de Ag. de 2019
0 votos
May be, you are using the Matlab version before R2017b
This function Introduced in the year 2017b
Categorías
Más información sobre Region and Image Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!