If we give different image other than test.jpg, the flares are not drawn properly
Open
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
In the addFlare function, we are always taking test.jpg as input even though we pass differnt image/images as input.
As a result of that flares are always added with respective that on the image passed.
This would lead to wrong plotting of flares on images.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the addFlare function and trace how the supplied image or images are passed into it. Confirm where test.jpg is used, then verify that flares are calculated and plotted from each provided image rather than that fixed file; done means different input images receive correctly positioned flares.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- opencv, python
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100