ez_wsi_dicomweb/patch_generator.py [620:628]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        x=patch_bounds.x_origin,
        y=patch_bounds.y_origin,
        width=patch_bounds.width,
        height=patch_bounds.height,
    )

  def _image_dimensions(self) -> slide_level_map.ImageDimensions:
    """Returns image dimensions."""
    return slide_level_map.ImageDimensions(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ez_wsi_dicomweb/patch_generator.py [699:707]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        x=patch_bounds.x_origin,
        y=patch_bounds.y_origin,
        width=patch_bounds.width,
        height=patch_bounds.height,
    )

  def _image_dimensions(self) -> slide_level_map.ImageDimensions:
    """Returns image dimensions."""
    return slide_level_map.ImageDimensions(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



