Skip to content

Various changes in gaborFilterBank.m#2

Open
alonsoJASL wants to merge 2 commits intomhaghighat:masterfrom
alonsoJASL:master
Open

Various changes in gaborFilterBank.m#2
alonsoJASL wants to merge 2 commits intomhaghighat:masterfrom
alonsoJASL:master

Conversation

@alonsoJASL
Copy link

@alonsoJASL alonsoJASL commented Jun 1, 2018

  • Vectorised most operations to improve performance (program now runs
    only two nested loops instead of four).
  • Added optional variable dispboo: allows the user to select whether the
    filter bank will be plotted or not, e.g.
gaborArray = gaborFilterBank(5,8,39,39); % does not plot the filters
gaborArray = gaborFilterBank(5,8,39,39, true); % plots the filters as usual

- Vectorised most operations to improve performance (program now runs
only two nested loops instead of four).
- Added optional variable dispboo: allows the user to select whether the
filterbank will be printed or not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant