Skip to content

Is contrast enhancement applied on extracted patches ? #93

@abhi1998goyal

Description

@abhi1998goyal

I notice a clear difference in patches provided in patch directory to those that are created using dump_patches. Is their any normalization applied on these patches after extraction from WSI ?

for st in iter_hest('data_path', id_list=['TENX99']):
patch_save_dir = 'path_dir'
new_patch_size = 256
st.dump_patches(patch_save_dir, name='demo', target_patch_size=new_patch_size, target_pixel_size=0.5
)
256*256 size at 0.5um/pixel images provided in patches directory of hest data is on left and one extracted from .tif using above method is on right side.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions