imagej / imagej/imagej-ops

Improve Create Ops

Open
#457 0 comments 0 reactions 1 assignee Claimed by @dietzc View on GitHub
Dominant language
Java
Stars
94
Forks
44
PR merge metrics
No merged PRs in 30d

Description

Introduce `CreateOp` interface: When creating objects, we sometimes don't know what kind of object we want to create, because the input type may vary. Example is `CopyOp` where depending on what we want to copy we have to create a different output. If we want to copy a `RAI` we currently assume that we want to create a `RAI` which we associate with an `Img`. In the end, however, we want to create a `ImgLabeling` which will be used as target container.

This functionality is required as soon as we want to use `burnIn`.

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.