Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibObjSepController Class Reference

class is responsible for showing the object separation window, available from MIB->Menu->Tools->Object separation More...

Inheritance diagram for mibObjSepController:
Collaboration diagram for mibObjSepController:

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.
 

Detailed Description

class is responsible for showing the object separation window, available from MIB->Menu->Tools->Object separation

Constructor & Destructor Documentation

◆ mibObjSepController()

mibObjSepController.mibObjSepController ( mibModel)

References handle.addlistener, handle.isvalid, mibModel, mibRescaleWidgets(), mibUpdateFontSize(), and handle.notify.

Here is the call graph for this function:

Member Function Documentation

◆ aspectRatio_Callback()

function mibObjSepController.aspectRatio_Callback ( )

callback for edit of aspect ratio edit boxes

References min.

◆ checkDimensions()

function mibObjSepController.checkDimensions ( hObject)

check entered dimensions for the dataset to precess

Parameters
hObjecthandle on the selected object
Required fields of hObject:

References max, and min.

◆ currentViewBtn_Callback()

function mibObjSepController.currentViewBtn_Callback ( )

callback for press of currentViewBtn; defines dataset from the current view

◆ doObjectSeparation()

function mibObjSepController.doObjectSeparation ( )

start object separation using watershed

References bwdistsc(), D(), max, mibResize3d(), min, and handle.notify.

Here is the call graph for this function:

◆ mode2dRadio_Callback()

function mibObjSepController.mode2dRadio_Callback ( hObject)

callback for selection of the segmentation mode

Parameters
hObjecta handle to the selected radio button
  • mode2dCurrentRadio
  • mode2dRadio
  • mode3dRadio
  • mode3dGridRadio
Required fields of hObject:

◆ resetDimsBtn_Callback()

function mibObjSepController.resetDimsBtn_Callback ( )

callback for resetDimsBtn - reset edit boxes with dataset dimensions

◆ subAreaFromSelectionBtn_Callback()

function mibObjSepController.subAreaFromSelectionBtn_Callback ( )

callback for press of subAreaFromSelectionBtn; select subArea from the current selection layer

◆ updateMaterialsBtn_Callback()

function mibObjSepController.updateMaterialsBtn_Callback ( )

callback for the update Materials button

References max.

◆ updateWidgets()

function mibObjSepController.updateWidgets ( )

update all widgets of the current window

References min.

◆ ViewListner_Callback2()

static function mibObjSepController.ViewListner_Callback2 ( obj,
src,
evnt )
static

Member Data Documentation

◆ closeEvent

EVENT mibObjSepController.closeEvent

> Description of events event firing when window is closed

Events
closeEvent

◆ listener

mibObjSepController.listener

a cell array with handles to listeners

◆ mibModel

mibObjSepController.mibModel

handles to the model

Referenced by mibObjSepController().

◆ mode

mibObjSepController.mode

a mode to use: mode2dCurrentRadio

◆ timerElapsed

mibObjSepController.timerElapsed

a variable to keep the elapsed time, when the elapsed time shorter than the timerElapsedMax the waitbar is not shown

◆ timerElapsedMax

mibObjSepController.timerElapsedMax

when the segmentation is longer that this number, the waitbar is displayed

◆ View

mibObjSepController.View

handle to the view


The documentation for this class was generated from the following file: