mathisonian / mathisonian/eecs442-finalproject

demo.m errors

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.