Skip to content

slide_thumbnail method does not work properly with DICOM WSIs #529

@mostafajahanifar

Description

@mostafajahanifar
  • TIA Toolbox version: 1.3
  • Python version: 3.10
  • Operating System: Ubuntu

Description

When reading a DICOM slide and trying to use slide_thumbnail to get the slide thumbnail at a certain resolution, it does not work properly and instead of giving the slide thumbnail, it returns a region of the slide which seems to be extracted from the baseline resolution.

What I Did

wsi = WSIReader('path_to_sample.dicom')
thumb = wsi.slide_thumnail(resolution=8, units='mpp')

p.s.
I checked the same slide with wsidicom library and the slide_thumbnail of that library works just fine.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions