Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bio-IT
image-analysis-training-resources
Commits
bf054dc9
Commit
bf054dc9
authored
Jul 18, 2019
by
Christian Tischer
Committed by
Aliaksandr Halavatyi
Jul 18, 2019
Browse files
Improve nbh
parent
b4009968
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
bf054dc9
...
...
@@ -2,4 +2,5 @@
.sass-cache*
Gemfile.lock
_site*
*.swp
.travis.yml
_modules/filter_neighbourhood.md
View file @
bf054dc9
...
...
@@ -8,22 +8,21 @@ objectives:
motivation
:
>
This module explains how image features (objects) can be enhanced using filters
|
|
|
|
|
|
|
|
|
|
---|---|---|---|---|---|---|---|
|
NC | NC | NC | | | | | |
|
NC | C, NC | NC | | | | | |
|
NC | NC | NC | | | | | |
|
| | | | NB | NB | NB | |
|
| | | | NB | B, NB| NB | |
|
| | | | NB | NB | NB | |
|
| | | | | | | |
#| | | | | | | | |
#|---|---|---|---|---|---|---|---|
#| NC | NC | NC | | | | | |
#| NC | C, NC | NC | | | | | |
#| NC | NC | NC | | | | | |
#| | | | | NB | NB | NB | |
#| | | | | NB | B, NB| NB | |
#| | | | | NB | NB | NB | |
#| | | | | | | | |
concept_map
:
>
graph TB
P(pixel) --> |has| NBH(neighbourhood pixels)
NBH --> |are used in| A(mathematical formula)
A --> |compute new| NP(pixel value)
P(pixel) --> |has| NBH(neighbourhood pixels)
NBH --> |are used in| A(mathematical formula)
A --> |compute new| NP(pixel value)
# figure: /figures/binarization.png
# figure_legend: Image before and after binarization by applying a threshold.
...
...
@@ -33,7 +32,7 @@ activity_preface: >
activities
:
"ImageJ GUI": "filter_nighbourhood/activities/mean_filter_imagejgui.md"
"
ImageJ
GUI"
:
"
filter_n
e
ighbourhood/activities/mean_filter_imagejgui.md"
# "ImageJ Macro":
# "Jython":
# "MATLAB":
...
...
@@ -53,4 +52,4 @@ learn_next:
e
xternal_links:
-
--
\ No newline at end of file
-
--
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment