![]() |
Microscopy Image Browser
1.233
|
Place identification symbols to the selection layer. More...
Functions | |
function
selection_layer = | mark2selection (selection_layer, type, str_type, xy_vec) |
Place identification symbols to the selection layer. More... | |
Place identification symbols to the selection layer.
function selection_layer = mark2selection | ( | selection_layer, | |
type, | |||
str_type, | |||
xy_vec | |||
) |
Place identification symbols to the selection layer.
selection_layer | a single slice of the selection layer, [1:height, 1:width] |
type | type of the marker: 'box', 'circle', 'smcross', 'cross', 'diamond', 'star', 'spot', 'lspot', 'sbox' |
str_type | - additional identifier of the structure:
|
xy_vec | a vector with coordinates of the marker - xy_vec(id,x:y) |
selection_layer | modified selection layer |
Referenced by ib_removeBackground().