Nasrine26

Results 3 comments of Nasrine26

Yes segmentation is performed but then when I try to extract the features with: ``` sq.im.calculate_image_features( adata_vis, my_image, layer="image", features="segmentation", key_added="segmentation_features", features_kwargs={ "segmentation": { "label_layer": "segmented_watershed", "props": ["label", "area", "mean_intensity"],...

Hi @dst53, the scale (set scale factors) worked for me as well. Many thanks!

Hi @giovp, I had a question concerning extracting segmentation features. I'm using the full H&E image from`adata.uns['spatial'][library_id]['images']['hires']` to infer segmentation features. More precisely, I perform the following steps: 1. smooth...