cn10xdev / cn10xdev/CV-Assignments
Hint 1
Open
Basic
- Dominant language
- Python
- Stars
- 1
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```mask = cv2.inRange(frame, Lowerbound, Upperbound)```
Carefully see the parameters of this function. Is there something wrong in it?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the `cv2.inRange(frame, Lowerbound, Upperbound)` call shown in the issue and check the OpenCV documentation for its parameter order and expected values. Compare that signature with the surrounding assignment code; the work is done when the call uses the correct bounds and produces the intended mask.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- opencv, python
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100