Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MI-AIM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tomas, Vojtěch, Bc.
MI-AIM
Commits
5d1952b6
Commit
5d1952b6
authored
5 years ago
by
vojtatom
Browse files
Options
Downloads
Patches
Plain Diff
Fourier implementation - comments
parent
8eab4aaf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.vscode/settings.json
+7
-1
7 additions, 1 deletion
.vscode/settings.json
README.md
+8
-0
8 additions, 0 deletions
README.md
src/interface.cpp
+3
-0
3 additions, 0 deletions
src/interface.cpp
with
18 additions
and
1 deletion
.vscode/settings.json
+
7
−
1
View file @
5d1952b6
...
...
@@ -4,6 +4,12 @@
"iosfwd"
:
"cpp"
,
"algorithm"
:
"cpp"
,
"cmath"
:
"cpp"
,
"new"
:
"cpp"
"new"
:
"cpp"
,
"array"
:
"cpp"
,
"*.tcc"
:
"cpp"
,
"memory"
:
"cpp"
,
"istream"
:
"cpp"
,
"tuple"
:
"cpp"
,
"utility"
:
"cpp"
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
8
−
0
View file @
5d1952b6
...
...
@@ -18,6 +18,9 @@ Výsledky jsou uloženy ve [složce monadic](./monadic) spolu s podrobnějším
Řešení domácích úkolů je koncipované jako jednoduchý commandline editor, do kterého budou postupně přidávány jednotlivé funkcionality.
## 2. úkol - Fourierova transformace
Kód je hotov, zbývá doladit občasné chyby v fftshift, ukázky budou ve
[
složce fourier
](
./fourier
)
. TBA
## Kompilace
Je přiložen Makefile, vše by mělo fungovat na všech platformách (snad), jiné závislosti nejsou třeba. Vyvíjím na Linuxu.
...
...
@@ -77,5 +80,10 @@ Je přiložen Makefile, vše by mělo fungovat na všech platformách (snad), ji
eqalize the image
on top of the image stack
fft
get amplitude spectrum of the image
on top of the image stack
exit
exit the application
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/interface.cpp
+
3
−
0
View file @
5d1952b6
...
...
@@ -305,6 +305,9 @@ void Interface::print_help(istringstream & iss)
" equalize
\n
"
" eqalize the image
\n
"
" on top of the image stack
\n\n
"
" fft
\n
"
" get amplitude spectrum of the image
\n
"
" on top of the image stack
\n\n
"
" exit
\n
"
" exit the application
\n\n
"
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment