extract_stain_texture
Compute GLCM texture features on a de-convolved slide image
Parameters:
Name | Type | Description | Default |
---|---|---|---|
slide_image_urlpath |
str
|
url/path to slide image (virtual slide formats compatible with openslide, .svs, .tif, .scn, ...) |
'???'
|
slide_mask_urlpath |
str
|
url/path to slide mask (.tif) |
'???'
|
stain_sample_factor |
float
|
downsample factor to use for stain vector estimation |
'???'
|
stain_channel |
int
|
which channel of the deconvovled image to use for texture analysis |
'???'
|
tile_size |
int
|
size of tiles to use (at the requested magnification) (500-1000 recommended) |
'???'
|
output_urlpath |
str
|
output/working directory |
'.'
|
Returns:
Name | Type | Description |
---|---|---|
dict |
metadata about function call |