Classify Hyperspectral Images Using Deep Learning
Mostrar comentarios más antiguos
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
Respuestas (1)
Sulaymon Eshkabilov
el 12 de Sept. de 2021
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 comentarios
Jiang Karen
el 13 de Sept. de 2021
Editada: Jiang Karen
el 13 de Sept. de 2021
Subhadeep Koley
el 15 de Sept. de 2021
@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
el 15 de Sept. de 2021
Subhadeep Koley
el 17 de Sept. de 2021
@Jiang Karen To install Hyperspectral Imaging Library 20.2.3 version, you need at least MATLAB R2020b.
Categorías
Más información sobre Display Point Clouds 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!