Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
1cab1fae
Commit
1cab1fae
authored
Mar 03, 2013
by
Davis King
Browse files
Set a default value for the max number of points argument for get_surf_points().
parent
26639d62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/image_keypoint/surf.h
dlib/image_keypoint/surf.h
+1
-1
dlib/image_keypoint/surf_abstract.h
dlib/image_keypoint/surf_abstract.h
+1
-1
No files found.
dlib/image_keypoint/surf.h
View file @
1cab1fae
...
@@ -237,7 +237,7 @@ namespace dlib
...
@@ -237,7 +237,7 @@ namespace dlib
template
<
typename
image_type
>
template
<
typename
image_type
>
const
std
::
vector
<
surf_point
>
get_surf_points
(
const
std
::
vector
<
surf_point
>
get_surf_points
(
const
image_type
&
img
,
const
image_type
&
img
,
long
max_points
,
long
max_points
=
10000
,
double
detection_threshold
=
30.0
double
detection_threshold
=
30.0
)
)
{
{
...
...
dlib/image_keypoint/surf_abstract.h
View file @
1cab1fae
...
@@ -126,7 +126,7 @@ namespace dlib
...
@@ -126,7 +126,7 @@ namespace dlib
template
<
typename
image_type
>
template
<
typename
image_type
>
const
std
::
vector
<
surf_point
>
get_surf_points
(
const
std
::
vector
<
surf_point
>
get_surf_points
(
const
image_type
&
img
,
const
image_type
&
img
,
long
max_points
,
long
max_points
=
10000
,
double
detection_threshold
=
30.0
double
detection_threshold
=
30.0
);
);
/*!
/*!
...
...
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