justadudewhohacks / justadudewhohacks/opencv4nodejs

python opencv collect image

Open
#508 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.