Add support for multichannel Mats
Open
enhancement
- Dominant language
- Java
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently we only support conversion from [single-channel Mats](https://github.com/imagej/imagej-opencv/blob/93dec2fe934dc74fc0e96ed0e208995958e34e85/src/main/java/net/imagej/opencv/MatToImgConverter.java#L91-L92). It would be nice to have support for `Mats` with multiple channels.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in src/main/java/net/imagej/opencv/MatToImgConverter.java around lines 91–92, where conversion currently handles single-channel Mats. Trace the existing conversion path and determine how multichannel Mats should be represented, then verify that conversion works for Mats with multiple channels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, opencv
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100