Missing support for many ImgLib2 Types
- Dominant language
- Java
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The [current list](https://github.com/imagej/imagej-opencv/blob/93dec2fe934dc74fc0e96ed0e208995958e34e85/src/main/java/net/imagej/opencv/ImgToMatConverter.java#L115-L118) is missing many integer types:
```
LongType
ShortType
Unsigned2BitType
Unsigned4BitType
Unsigned12BitType
Unsigned128BitType
UnsignedByteType
UnsignedIntType
UnsignedLongType
UnsignedShortType
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with src/main/java/net/imagej/opencv/ImgToMatConverter.java at the current type list referenced in the issue. Compare the existing ImgLib2 type handling with the listed integer types and trace how their Mat conversions are selected. Done means the listed types are supported without breaking the existing conversions; the payload does not mention a test file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100