Skip to content

Strange automagic kernel centering depending on eltype #245

@jw3126

Description

@jw3126
using ImageFiltering

@assert imfilter(       [0, 0, 1, 0, 0], [1, 1]) == [  1, 1  ,   0, 0  , 0]
@assert imfilter(Float64[0, 0, 1, 0, 0], [1, 1])   [0.0, 1.0, 1.0, 0.0, 0.0]

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