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 / Register
Toggle navigation
Open sidebar
Elijah Andrews
Cavitation-Analysis
Commits
1f28f9eb
Commit
1f28f9eb
authored
Oct 22, 2020
by
Elijah Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enabled edge detecting for calibration.
parent
a808572c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
experimental/util/calibration_utils.py
experimental/util/calibration_utils.py
+2
-2
No files found.
experimental/util/calibration_utils.py
View file @
1f28f9eb
...
...
@@ -24,8 +24,8 @@ def calculate_offset(frame_1, frame_2, plot_compared_frames=False):
"""
frame_1
=
denoise_bilateral
(
frame_1
,
multichannel
=
False
,
bins
=
2
)
frame_2
=
denoise_bilateral
(
frame_2
,
multichannel
=
False
,
bins
=
2
)
#
frame_1 = sobel(frame_1)
#
frame_2 = sobel(frame_2)
frame_1
=
sobel
(
frame_1
)
frame_2
=
sobel
(
frame_2
)
thresh_1
=
threshold_triangle
(
frame_1
)
thresh_2
=
threshold_triangle
(
frame_2
)
...
...
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