Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
ded69e3a
Commit
ded69e3a
authored
Jul 17, 2011
by
Emmanuel Christophe
Browse files
WRG: remove unused variables
parent
4559b78e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/FeatureExtraction/otbImageToSURFKeyPointSetFilter.txx
View file @
ded69e3a
...
...
@@ -485,9 +485,6 @@ ImageToSURFKeyPointSetFilter<TInputImage, TOutputPointSet>
dy * solution[1] +
ds * solution[2]);
PixelValue lHessianTrace2 = (dxx + dyy) * (dxx + dyy);
PixelValue lHessianDet = dxx * dyy - dxy * dxy;
// DoG threshold : ignore detected extrema if is not sufficiently noticeable
accepted = vcl_abs(lDoHInterpolated) > vcl_abs(det * m_DoHThreshold);
...
...
Write
Preview
Supports
Markdown
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