Out_Of_Focus_Cells is a plugin used to make a specified
subpopulation'sfraction of cells blurred, to mimic an out of focal
plane effect.
Subpopulation properties:
fraction_blurred - a double between 0 and 1 which
describe the proportion of cell which will blured for the specific
subpopulation
blur_radius - blur radius in pixels. 1 is pretty small,
chosen to produce a very slight smoothing effect on all cells.
Copyright 2012 - S. Rajaram and B. Pavie for Altschuler and Wu Lab
|
Apply |
|
|
addlistener |
Add listener for event. |
|
delete |
Delete a handle object. |
|
eq |
== (EQ) Test handle equality. |
|
findobj |
Find objects matching specified conditions. |
|
findprop |
Find property of MATLAB handle object. |
|
ge |
>= (GE) Greater than or equal relation for handles. |
|
get |
Get MATLAB object properties. |
|
getdisp |
Specialized MATLAB object property display. |
|
gt |
> (GT) Greater than relation for handles. |
Sealed
|
isvalid |
Test handle validity. |
|
le |
<= (LE) Less than or equal relation for handles. |
|
lt |
< (LT) Less than relation for handles. |
|
ne |
~= (NE) Not equal relation for handles. |
|
notify |
Notify listeners of event. |
|
set |
Set MATLAB object property values. |
|
setdisp |
Specialized MATLAB object property display. |