![]() |
Microscopy Image Browser
1.233
|
This function draws the brush trace during use of the brush tool. More...
Functions | |
function | im_browser_WindowBrushMotionFcn (hObject, eventdata, handles, selection_layer, structElement, currMask) |
This function draws the brush trace during use of the brush tool. More... | |
This function draws the brush trace during use of the brush tool.
function im_browser_WindowBrushMotionFcn | ( | hObject, | |
eventdata, | |||
handles, | |||
selection_layer, | |||
structElement, | |||
currMask | |||
) |
This function draws the brush trace during use of the brush tool.
hObject | a handle to the object from where the call was implemented |
eventdata | additinal parameters |
handles | handles structure of im_browser.m |
selection_layer | when 'mask' limit selection to the masked area, could be '' |
structElement | a structural element to be used with the brush, similar to the one generated with Matlab strel function |
currMask | is a bitmap with the Mask image, needed for selection_layer == 'mask' |