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
45bf1b95
"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "1a584ced1196e367b9728e99233648b59e51a6e7"
Commit
45bf1b95
authored
Feb 15, 2015
by
Davis King
Browse files
Minor change to avoid triggering an assert.
parent
8f5c5a3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_processing/correlation_tracker.h
dlib/image_processing/correlation_tracker.h
+1
-1
No files found.
dlib/image_processing/correlation_tracker.h
View file @
45bf1b95
...
@@ -67,7 +67,7 @@ namespace dlib
...
@@ -67,7 +67,7 @@ namespace dlib
for
(
unsigned
long
i
=
0
;
i
<
Fs
.
size
();
++
i
)
for
(
unsigned
long
i
=
0
;
i
<
Fs
.
size
();
++
i
)
fft_inplace
(
Fs
[
i
]);
fft_inplace
(
Fs
[
i
]);
make_scale_target_location_image
(
get_num_scale_levels
()
/
2
,
Gs
);
make_scale_target_location_image
(
get_num_scale_levels
()
/
2
,
Gs
);
Bs
.
set_size
(
0
,
0
);
Bs
.
set_size
(
0
);
As
.
resize
(
Fs
.
size
());
As
.
resize
(
Fs
.
size
());
for
(
unsigned
long
i
=
0
;
i
<
Fs
.
size
();
++
i
)
for
(
unsigned
long
i
=
0
;
i
<
Fs
.
size
();
++
i
)
{
{
...
...
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