Classify Hyperspectral Images Using Deep Learning
이전 댓글 표시
renew:
If you and I encounter the same problem, you only need to install the latest version of matlab to solve it (R2021a+)
________________________________________
i want try the example:‘Classify Hyperspectral Images Using Deep Learning’.
but i can't find the help functions:'createImagePatchesFromHypercube' and 'patchesLabeled',although I have installed the 'Image Processing toolbox hyperspectral imaging library',there are not these functions in my computer
답변 (1개)
Sulaymon Eshkabilov
2021년 9월 12일
Did you try to call this fcn:
openExample('deeplearning_shared/HyperspectralImageClassificationUsingDeepLearningExample')
Have you installed the Image Processing Toolbox Hyperspectral Imaging Library from the Add-On Explorer?
If it is already installed it, make sure it is residing on the search path of your MATLAB. Execute this command:
which createImagePatchesFromHypercube
If you have done it correctly and still you can't find the fcns, then try to reinstall it.
Still it does not work, then you should Contact MathWorks Image Processing Team using the little envelope icon in GUI window.
댓글 수: 4
Jiang Karen
2021년 9월 13일
편집: Jiang Karen
2021년 9월 13일
Subhadeep Koley
2021년 9월 15일
@Jiang Karen Which MATLAB version you're using?
"Classify Hyperspectral Images Using Deep Learning" example was introduced in the 20.2.3 version of the Hyperspectral Imaging Library. In order to install 20.2.3 version, you need at least MATLAB R2020b.
It seems like your MATLAB version is older than R2020b.
Jiang Karen
2021년 9월 15일
Subhadeep Koley
2021년 9월 17일
@Jiang Karen To install Hyperspectral Imaging Library 20.2.3 version, you need at least MATLAB R2020b.
카테고리
도움말 센터 및 File Exchange에서 Display Point Clouds에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!