imagej / imagej/imagej-ops

Improve ConverterNamespace

Open
#463 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
94
Forks
44
PR merge metrics
No merged PRs in 30d

Description

* [ ] If used as a `Function`, all `Converter`s in the `ConvertNamespace`use `Map` to create the output. However, we should use `MapView' whenever we can (lazy).

* [ ] If used as a `Computer` the expected output has to be an `Img`. However, it just needs to be `IterableInterval`.

* [ ] Provide methods for customized conversion on `IterableInterval` or `RAI` level (e.g. more than just copy the values over), e.g. scale input values to destination type, normalize values and scale values to destination type, etc.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading ConverterNamespace and the related ConvertNamespace Function and Computer entry points. Clarify and implement the three proposed areas—lazy MapView use, IterableInterval output support, and customized conversion operations—then verify each requirement with the project’s existing tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
computer-vision
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.