imagej / imagej/imagej-ops

CenterAwareComputerOps that can operate without OutOfBoundsFactory

Open
#404 5 comments 0 reactions 1 assignee Claimed by @stelfrich View on GitHub
2016-07-hackathon
Dominant language
Java
Stars
94
Forks
44
PR merge metrics
No merged PRs in 30d

Description

`CenterAwareComputerOps` require an `OutOfBounds` strategy to access pixels in neighborhoods that do not completely cover the image area (/volume, I will stick to the 2D case here). There are, however, filters that could compute exact values for those neighborhoods by adapting their computation scheme.

For example, `MeanFilterOp` could compute the mean value based on the available image pixels, effectively ignoring the out of bounds strategy. I don't know how those cases are handled in other libraries/frameworks/etc and if we should stick to the current behavior of `CenterAwareComputerOps` when no `OOBF` is provided by the user (i.e. assuming an `OOBF` that is used for the computations).

What do you think about that @dietzc, @bnorthan, anyone?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.