Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
grp-bio-it
image-analysis-training-resources
Commits
efae683c
Commit
efae683c
authored
Apr 05, 2019
by
Jean-Karim Heriche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tentative styling to first graph.
parent
ced5712d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
workshops/image-feature-enhancement.md
workshops/image-feature-enhancement.md
+5
-3
No files found.
workshops/image-feature-enhancement.md
View file @
efae683c
# Image feature enhancement
<img src='https://g.gravizo.com/svg?
digraph G {
digraph G {
shift [fontcolor=white,color=white];
image -> filter -> "enhanced image";
"enhanced image" -> "feature" [label=" aka"];
filter -> "feature enhancement" [label=" aka"];
node [shape=box, color=grey, fontcolor=grey];
"enhanced image" -> "feature" [label=" aka", style=dashed, color=grey, fontcolor=grey, fontsize=10];
node [shape=box, color=grey, fontcolor=grey];
filter -> "feature enhancement" [label=" aka", style=dashed, color=grey, fontcolor=grey, fontsize=10];
}
'/>
...
...
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