Installed ImageM via the Add-On Manager. Then:
>> ImageM
Starting the ImageM application...
Unable to resolve the name uix.VBox.
Error in imagem.gui.PlanarImageViewer/PlanarImageViewer/setupLayout (line 91)
mainPanel = uix.VBox('Parent', hf, ...
Error in imagem.gui.PlanarImageViewer (line 59)
setupLayout(fig);
Error in imagem.gui.ImagemGUI/createImageFrame (line 97)
frame = imagem.gui.PlanarImageViewer(obj, doc);
Error in ImageM (line 64)
viewer = createImageFrame(gui, img);
>>
I tried several ways of installing ImageM, running into many problems before finding a solution that worked:
Installed MATLAB R2021a with Image Processing and Statistics and Machine Learning toolboxes.
Installed ImageM via the Add-On Manager. Then:
Installed ImageM and GUI Layout Toolbox via the Add-On Manager. Then:
Searched Add-On Explorer for "mattools". Installed geom2D and geom3D and MatStats and MatImage. Then:
Tried running
installMatImage.m:Downloaded
ImageM-1.3.2.1-full.mlappinstalland opened it in MATLAB. This added ImageM as an app.From APPS tab, clicked ImageM toolbar button to launch.
Edited
MATLAB Add-Ons/Apps/ImageM/D__/dlegland/dev/matlab/image/ImageM/package/full/ImageM/ImageM.mto fix the slashes.Launched ImageM app again. Same error.
Restarted MATLAB. Launched ImageM app again. Same error.
But, despite these errors, the application seems to function.
It would be great to have better documentation in the README about how to install ImageM properly. Thanks!