![]() |
Microscopy Image Browser 2.91
MIB
|
class is responsible for showing the object separation window, available from MIB->Menu->Tools->Object separation More...


Public Member Functions | |
| mibObjSepController (mibModel) | |
| function | updateWidgets () |
| update all widgets of the current window | |
| function | updateMaterialsBtn_Callback () |
| callback for the update Materials button | |
| function | aspectRatio_Callback () |
| callback for edit of aspect ratio edit boxes | |
| function | mode2dRadio_Callback (hObject) |
| callback for selection of the segmentation mode | |
| function | checkDimensions (hObject) |
| check entered dimensions for the dataset to precess | |
| function | resetDimsBtn_Callback () |
| callback for resetDimsBtn - reset edit boxes with dataset dimensions | |
| function | currentViewBtn_Callback () |
| callback for press of currentViewBtn; defines dataset from the current view | |
| function | subAreaFromSelectionBtn_Callback () |
| callback for press of subAreaFromSelectionBtn; select subArea from the current selection layer | |
| function | doObjectSeparation () |
| start object separation using watershed | |
Static Public Member Functions | |
| static function | ViewListner_Callback2 (obj, src, evnt) |
Public Attributes | |
| mibModel | |
| handles to the model | |
| View | |
| handle to the view | |
| listener | |
| a cell array with handles to listeners | |
| mode | |
a mode to use: mode2dCurrentRadio | |
| timerElapsed | |
| a variable to keep the elapsed time, when the elapsed time shorter than the timerElapsedMax the waitbar is not shown | |
| timerElapsedMax | |
| when the segmentation is longer that this number, the waitbar is displayed | |
| EVENT | closeEvent |
| > Description of events event firing when window is closed | |
Public Attributes inherited from handle | |
| addlistener | |
| Creates a listener for the specified event and assigns a callback function to execute when the event occurs. | |
| notify | |
| Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. | |
| delete | |
| Handle object destructor method that is called when the object's lifecycle ends. | |
| disp | |
| Handle object disp method which is called by the display method. See the MATLAB disp function. | |
| display | |
| Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. | |
| findobj | |
| Finds objects matching the specified conditions from the input array of handle objects. | |
| findprop | |
| Returns a meta.property objects associated with the specified property name. | |
| fields | |
| Returns a cell array of string containing the names of public properties. | |
| fieldnames | |
| Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. | |
| isvalid | |
| Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. | |
| eq | |
| Relational functions example. See details for more information. | |
| transpose | |
| Transposes the elements of the handle object array. | |
| permute | |
| Rearranges the dimensions of the handle object array. See the MATLAB permute function. | |
| reshape | |
| hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. | |
| sort | |
| ort the handle objects in any array in ascending or descending order. | |
class is responsible for showing the object separation window, available from MIB->Menu->Tools->Object separation
| mibObjSepController.mibObjSepController | ( | mibModel | ) |
References handle.addlistener, handle.isvalid, mibModel, mibRescaleWidgets(), mibUpdateFontSize(), and handle.notify.

| function mibObjSepController.aspectRatio_Callback | ( | ) |
callback for edit of aspect ratio edit boxes
References min.
| function mibObjSepController.checkDimensions | ( | hObject | ) |
| function mibObjSepController.currentViewBtn_Callback | ( | ) |
callback for press of currentViewBtn; defines dataset from the current view
| function mibObjSepController.doObjectSeparation | ( | ) |
start object separation using watershed
References bwdistsc(), D(), max, mibResize3d(), min, and handle.notify.

| function mibObjSepController.mode2dRadio_Callback | ( | hObject | ) |
callback for selection of the segmentation mode
| hObject | a handle to the selected radio button
|
| function mibObjSepController.resetDimsBtn_Callback | ( | ) |
callback for resetDimsBtn - reset edit boxes with dataset dimensions
| function mibObjSepController.subAreaFromSelectionBtn_Callback | ( | ) |
callback for press of subAreaFromSelectionBtn; select subArea from the current selection layer
| function mibObjSepController.updateMaterialsBtn_Callback | ( | ) |
callback for the update Materials button
References max.
| function mibObjSepController.updateWidgets | ( | ) |
update all widgets of the current window
References min.
|
static |
| EVENT mibObjSepController.closeEvent |
> Description of events event firing when window is closed
| mibObjSepController.listener |
a cell array with handles to listeners
| mibObjSepController.mibModel |
handles to the model
Referenced by mibObjSepController().
| mibObjSepController.mode |
a mode to use: mode2dCurrentRadio
| mibObjSepController.timerElapsed |
a variable to keep the elapsed time, when the elapsed time shorter than the timerElapsedMax the waitbar is not shown
| mibObjSepController.timerElapsedMax |
when the segmentation is longer that this number, the waitbar is displayed
| mibObjSepController.View |
handle to the view