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
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
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
grp-bio-it
image-analysis-training-resources
Commits
0646dd94
Commit
0646dd94
authored
Jul 18, 2019
by
Aliaksandr Halavatyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'improveNBH' into 'master'
Improve nbh See merge request
!43
parents
b4009968
bf054dc9
Pipeline
#10612
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
1
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 @
0646dd94
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
.sass-cache*
.sass-cache*
Gemfile.lock
Gemfile.lock
_site*
_site*
*.swp
.travis.yml
.travis.yml
_modules/filter_neighbourhood.md
View file @
0646dd94
...
@@ -8,22 +8,21 @@ objectives:
...
@@ -8,22 +8,21 @@ objectives:
motivation
:
>
motivation
:
>
This module explains how image features (objects) can be enhanced using filters
This module explains how image features (objects) can be enhanced using filters
#| | | | | | | | |
|
|
|
|
|
|
|
|
|
#|---|---|---|---|---|---|---|---|
|
---|---|---|---|---|---|---|---|
#| NC | NC | NC | | | | | |
|
NC | NC | NC | | | | | |
#| NC | C, NC | NC | | | | | |
|
NC | C, NC | NC | | | | | |
#| NC | NC | NC | | | | | |
|
NC | NC | NC | | | | | |
#| | | | | NB | NB | NB | |
|
| | | | NB | NB | NB | |
#| | | | | NB | B, NB| NB | |
|
| | | | NB | B, NB| NB | |
#| | | | | NB | NB | NB | |
|
| | | | NB | NB | NB | |
#| | | | | | | | |
|
| | | | | | | |
concept_map
:
>
concept_map
:
>
graph TB
graph TB
P(pixel) --> |has| NBH(neighbourhood pixels)
P(pixel) --> |has| NBH(neighbourhood pixels)
NBH --> |are used in| A(mathematical formula)
NBH --> |are used in| A(mathematical formula)
A --> |compute new| NP(pixel value)
A --> |compute new| NP(pixel value)
# figure: /figures/binarization.png
# figure: /figures/binarization.png
# figure_legend: Image before and after binarization by applying a threshold.
# figure_legend: Image before and after binarization by applying a threshold.
...
@@ -33,7 +32,7 @@ activity_preface: >
...
@@ -33,7 +32,7 @@ activity_preface: >
activities
:
activities
:
"ImageJ GUI": "filter_nighbourhood/activities/mean_filter_imagejgui.md"
"
ImageJ
GUI"
:
"
filter_n
e
ighbourhood/activities/mean_filter_imagejgui.md"
# "ImageJ Macro":
# "ImageJ Macro":
# "Jython":
# "Jython":
# "MATLAB":
# "MATLAB":
...
@@ -53,4 +52,4 @@ learn_next:
...
@@ -53,4 +52,4 @@ learn_next:
e
xternal_links:
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