imagej / imagej/imagej-ops

Make Function version of Slice

Open
#464 3 comments 1 reaction 1 assignee View on GitHub

@dietzc is already working on this.

Since Nov 15, 2016.

Dominant language
Java
Stars
94
Forks
44
PR merge metrics
No merged PRs in 30d

Description

Currently, `slice` needs some `RAI` and `RAI` and an `UnaryComputer,RAI>` in addition to the fixed axis. We can add a version which takes a `Function, O>` and return an `RAI` which has the dimensionality of the axis we were iterating. For example `X,Y,Z,Time` with fixed `X,Y,Z` axis would return a 1D `RAI` if we want to compute the mean for each cube.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.