mathisonian / mathisonian/eecs442-finalproject
demo.m errors
Nobody has claimed this yet.
- Dominant language
- MATLAB
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When running demo.m, there are two errors:
> > demo
> > Error using imread (line 350)
> > File "test1.jpg" does not exist.
Error in demo (line 2)
img = imread('test1.jpg');
> > demo
> > Error using createGabor (line 32)
> > Not enough input arguments.
Error in demo (line 12)
G = createGabor(orientationsPerScale, imageSize);
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running demo.m and inspect its calls to imread and createGabor, including the referenced test1.jpg and the arguments passed on line 12. Trace each reported error to determine the intended inputs and setup; done means demo.m runs without these two errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100