Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ESRF UM 2021
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QIM
Workshops
ESRF UM 2021
Commits
9c59b184
Commit
9c59b184
authored
4 years ago
by
monj
Browse files
Options
Downloads
Patches
Plain Diff
ST tutorial updates
parent
ad18d26b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Structure Tensor/StructureTensor2D_exercise_solutions.ipynb
+110
-78
110 additions, 78 deletions
Structure Tensor/StructureTensor2D_exercise_solutions.ipynb
Structure Tensor/utilsST.py
+1
-1
1 addition, 1 deletion
Structure Tensor/utilsST.py
with
111 additions
and
79 deletions
Structure Tensor/StructureTensor2D_exercise_solutions.ipynb
+
110
−
78
View file @
9c59b184
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Structure Tensor/utilsST.py
+
1
−
1
View file @
9c59b184
...
...
@@ -11,7 +11,7 @@ import numpy as np
import
matplotlib.pyplot
as
plt
import
sys
,
os
sys
.
path
.
insert
(
0
,
os
.
path
.
realpath
(
os
.
path
.
pardir
))
# indicates location of st2d (in parent directory)
from
structure_tensor
_master
import
st2d
from
structure_tensor
import
st2d
import
skimage
def
st_and_plot
(
sigma
,
rho
,
image
):
...
...
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