5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Scala3,453 stars (3,453 stars)690 forks (690 forks)batch import
good first issuehelp wanted
Description
Is there simple way to read image(gray-scaled) to DenseMatrix?
Contributor guide
- Tech stack
- scala
- Domain
- data
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Scala programmingBreeze libraryImage file formats
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- The issue requests a function to read a grayscale image into a DenseMatrix. Research should investigate existing Java image I/O libraries to load the image and then extract pixel values to populate a DenseMatrix. Check the breeze source code for any existing matrix creation utilities. There are no linked PRs or comments from maintainers.