issue in niqe function
이전 댓글 표시
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
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
카테고리
도움말 센터 및 File Exchange에서 Region and Image Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!