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
Thiago Santini
EyeRecToo
Commits
875928b7
Commit
875928b7
authored
Apr 30, 2018
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes array deallocation
parent
e416c3f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
EyeRecToo/src/pupil-detection/PuRe.cpp
EyeRecToo/src/pupil-detection/PuRe.cpp
+1
-1
No files found.
EyeRecToo/src/pupil-detection/PuRe.cpp
View file @
875928b7
...
@@ -173,7 +173,7 @@ Mat PuRe::canny(const Mat &in, bool blurImage, bool useL2, int bins, float nonEd
...
@@ -173,7 +173,7 @@ Mat PuRe::canny(const Mat &in, bool blurImage, bool useL2, int bins, float nonEd
}
}
low_th
=
lowHighThresholdRatio
*
high_th
;
low_th
=
lowHighThresholdRatio
*
high_th
;
delete
histogram
;
delete
[]
histogram
;
/*
/*
* Non maximum supression
* Non maximum supression
...
...
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