default_compositing is a compositing plugin used to manage the marker
level overlap between the different objects (e.g. nucleus, mitochondria,
etc...) within a cell.
default_compositing Properties:
container_weight - a double between 0 and 1 which describe the
weight of the container (e.g. a cell) while the contained
(e.g. nucleus, nuclear body) is given (1 - weight). Default value is 0.
Usage:
subpop{2}.compositing=default_compositing();
set(subpop{2}.compositing,'container_weight',0.3);
Copyright 2012 - S. Rajaram and B. Pavie for Altschuler and Wu Lab
|
addlistener |
Add listener for event. |
|
calculate_compositing_matrix |
|
|
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. |