Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
image-analysis-training-resources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Toby Hodges
image-analysis-training-resources
Commits
bf054dc9
Commit
bf054dc9
authored
Jul 18, 2019
by
Christian Tischer
Committed by
Aliaksandr Halavatyi
Jul 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve nbh
parent
b4009968
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
.gitignore
.gitignore
+1
-0
_modules/filter_neighbourhood.md
_modules/filter_neighbourhood.md
+14
-15
No files found.
.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