justadudewhohacks / justadudewhohacks/opencv4nodejs
ORBDetector HARRIS_SCORE constant
Open
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
While trying to set an ORBDetector.scoreType value, I found that the references to the constants are odd and thought this might not be intentional.
I must use `cv['"ORB"']` to enumerate the scoreTypes. Is that intended?
Contributor guide
Research direction
Start by reproducing the ORBDetector scoreType enumeration and the need to use cv['"ORB"'] described in the issue. Trace how the HARRIS_SCORE and related scoreType constants are exposed, then confirm whether enumeration uses the intended names and behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, nodejs, opencv
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100