We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b8d86 commit f3f5514Copy full SHA for f3f5514
ImageM/ImageM.m
@@ -22,7 +22,7 @@
22
% ImageM(img);
23
%
24
% See also
25
-% Image
+% Image, imagem.app.ImagemAppData, imagem.gui.ImagemGUI
26
27
28
% ------
@@ -31,9 +31,6 @@
31
% Created: 2011-03-10, using Matlab 7.9.0.529 (R2009b)
32
% Copyright 2011 INRA - Cepia Software Platform.
33
34
-import imagem.app.ImagemAppData;
35
-import imagem.gui.ImagemGUI;
36
-
37
% check if image is present, or create one
38
img = [];
39
if ~isempty(varargin)
@@ -60,8 +57,8 @@
60
57
end
61
58
62
59
% create the application, and a GUI
63
-app = ImagemAppData;
64
-gui = ImagemGUI(app);
+app = imagem.app.ImagemAppData;
+gui = imagem.gui.ImagemGUI(app);
65
66
% use the GUI to create a new image display
67
viewer = createImageFrame(gui, img);
0 commit comments