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);

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 8 月 27 日
編集済み: KALYAN ACHARJYA 2019 年 8 月 27 日

0 投票

May be, you are using the Matlab version before R2017b
This function Introduced in the year 2017b

2 件のコメント

Muhammad Sohaib Roomi
Muhammad Sohaib Roomi 2019 年 8 月 27 日
How i can use this function in older version? I am using R2017a.
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 8 月 27 日
One way, find the custom function doing the same, I searched, but did not get it.
Other way, implement it, if you can, broad detail about the function is here
See related paper here

サインインしてコメントする。

質問済み:

2019 年 8 月 27 日

コメント済み:

2019 年 8 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by