Skip to content

Drawbacks of the CloughTocher2d Interpolator from Scipy #3

@jruebsam

Description

@jruebsam

The CloughTocher Interpolation in the replace_outliers function in filters.py
does not give the same results when the image is rotated on both axis
see for example this script:
ctttest.zip

Furthermore NaNs at the boundary are replaced by the fill_value 0
which is not optimal but the fastest working solution so far.

Another interpolation scheme should be used,
in order to avoid these drawbacks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions