Code covered by the BSD License
-
myLabel(varargin)
myLabel - image sequencies labeling tool
-
Action
p = round(get(handles.Image_Axes,'CurrentPoint'));
-
Button_Released
stat('Button_Released')
-
Mouse_Moved
cursor.prev_x = cursor.x;
-
Update_Labels_Layer
-
change_label(old_label,new_la...
-
check_boundaries(x1, y1, x2, ...
check boundaries
-
cut_object(im,bbox,object_id,...
-
cut_slices(im, mask, object_i...
figure(2)
-
stat(s)
-
View all files
from
myLabel 0.04
by Nikolay Chumerin
Image labeling tool for Matlab.
|
| Update_Labels_Layer |
function Update_Labels_Layer
global labels myhandles
set(myhandles.labels, 'CData', ...
my_ind2rgb(labels.data, labels.colormap), ...
'AlphaData', labels.alphaData);
|
|
Contact us at files@mathworks.com