justadudewhohacks / justadudewhohacks/opencv4nodejs
python opencv collect image
Open
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
i can collect image use char data in nodejs
const matFromArray = new cv.Mat(Buffer.from(array), req.body.data.rows, req.body.data.cols, 24);
but i dont collect in python
how to collect Mat object in python use chardata
Contributor guide
Research direction
The issue compares a Node.js cv.Mat construction using Buffer data with an unspecified Python approach. Start by checking whether Python support exists in this Node.js bindings repository and how Mat objects are represented; the issue does not name a file or test, and completion criteria are not defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, opencv, python
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100