Skip to content

Sub-pixel offsets in quickview images introduce "fringe" artifacts #8

Description

@dshean

We noticed these sub-pixel artifacts during initial tests with the quickview images. They are not present when we do the downsampling of the full-res images with gaussian pyramid approach.

They were likely introduced during the resampling, and perhaps related to odd pixel dimensions when downscaling...

interpolation: int = cv2.INTER_LINEAR,

I'm a little surprised, as I would hope that bilinear would be sufficient. Suggest using cubic (or ideally gaussian) when creating downsampled products in the future, and/or more carefully specifying subsampling factor and dimensions (as mentioned in #7).

Image

Image

Also important to specify downsampling factor of 20 was used to prepare the KH9 PC quickview images somewhere in the data document.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions