Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2019 FBSD
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kerautret Bertrand
2019 FBSD
Commits
84edee1c
Commit
84edee1c
authored
5 years ago
by
even
Browse files
Options
Downloads
Patches
Plain Diff
Code: useless detection restart count in fast track
parent
4c5d8a99
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/FBSD/BlurredSegment/bstracker.cpp
+0
-4
0 additions, 4 deletions
Code/FBSD/BlurredSegment/bstracker.cpp
with
0 additions
and
4 deletions
Code/FBSD/BlurredSegment/bstracker.cpp
+
0
−
4
View file @
84edee1c
...
@@ -118,8 +118,6 @@ BlurredSegment *BSTracker::fastTrack (int bsMaxWidth,
...
@@ -118,8 +118,6 @@ BlurredSegment *BSTracker::fastTrack (int bsMaxWidth,
// Extends the segment
// Extends the segment
int
lstop
=
0
;
int
lstop
=
0
;
int
rstop
=
0
;
int
rstop
=
0
;
int
lstart
=
0
;
int
rstart
=
0
;
bool
added
=
false
;
bool
added
=
false
;
bool
scanningRight
=
true
;
bool
scanningRight
=
true
;
bool
scanningLeft
=
true
;
bool
scanningLeft
=
true
;
...
@@ -186,8 +184,6 @@ BlurredSegment *BSTracker::fastTrack (int bsMaxWidth,
...
@@ -186,8 +184,6 @@ BlurredSegment *BSTracker::fastTrack (int bsMaxWidth,
}
}
}
}
}
}
if
(
rstart
)
bs
.
removeRight
(
rstart
);
if
(
lstart
)
bs
.
removeLeft
(
lstart
);
delete
ds
;
delete
ds
;
return
(
bs
.
endOfBirth
());
return
(
bs
.
endOfBirth
());
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment