justadudewhohacks / justadudewhohacks/opencv4nodejs

Bag of feature : I want to retrieve target-image from training images

Open
#554 3 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 want to retrieve target-image from training images, first, I detail the descriptor but finding nothing useful. The descriptor's structure is like:
Mat {
step: 512,
elemSize: 4,
sizes: [ 2000, 128 ],
empty: false,
depth: 5,
dims: 2,
channels: 1,
type: 5,
cols: 128,
rows: 2000 }
so how can I get feartures' Matrix form an image ? Please Help! THX!

Contributor guide

Open the contributing guide

Research direction

The issue mentions only an OpenCV Mat descriptor and no files, tests, or entry points. First clarify which training and target-image retrieval behavior is expected, then inspect the repository's OpenCV and Node.js binding surfaces to identify where such a feature would belong and how completion could be verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs, opencv
Domain
computer-vision
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.