Skip to content

32-bit hyperstacks are not Z-projected correctly when using average value mode #200

@Sethur

Description

@Sethur

In ImageJ 1.54c7 (and probably previous versions), 32-bit hyperstacks are not projected properly when using average value mode. This issue does not happen for 16- or 8-bit hyperstacks.

The reason is that the ZProjector class specifically calls doAverageFloatProjection() in case of 32-bit images and an average projection, but doAverageFloatProjection() ignores the increment that was previously calculated for hyperstacks.

Pull request #199 fixes this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions