hypermnf, hyperpca 실행시 리턴된 coeff 값으로 입력행렬을 변환해보면 함께 리턴된 변환 행렬값이 나오지 않음.
显示 更早的评论
아래와 같이 했을 때 image_MNF와 data_MNF가 완전히 서로 다른 값이 됨. hyperpca도 마찬가지임.
[image_MNF, coeff_MNF] = hypermnf(image, nBand);
Data_2D = reshape(image, nSample, nBand); %nSample = nRow*nCol
data_MNF = coeff_MNF*data_2D;
data_MNF = reshape(data_MNF, nRow, nCol, nBand);
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 초분광 영상 처리 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


