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
f4196b3e
Commit
f4196b3e
authored
5 years ago
by
even
Browse files
Options
Downloads
Patches
Plain Diff
Bertrand's args adding to hub
parent
1112eedd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/FBSD/BlurredSegment/bsdetector.cpp
+1
-1
1 addition, 1 deletion
Code/FBSD/BlurredSegment/bsdetector.cpp
Code/FBSD/IPOLdemo/mainIPOL.cpp
+3
-0
3 additions, 0 deletions
Code/FBSD/IPOLdemo/mainIPOL.cpp
with
4 additions
and
1 deletion
Code/FBSD/BlurredSegment/bsdetector.cpp
+
1
−
1
View file @
f4196b3e
...
...
@@ -2,7 +2,7 @@
//#include "linespacefilter.h"
const
std
::
string
BSDetector
::
VERSION
=
"0.2.
1
"
;
const
std
::
string
BSDetector
::
VERSION
=
"0.2.
2
"
;
const
int
BSDetector
::
STEP_FINAL
=
0
;
const
int
BSDetector
::
STEP_INITIAL
=
1
;
const
int
BSDetector
::
STEP_PRELIM
=
2
;
...
...
This diff is collapsed.
Click to expand it.
Code/FBSD/IPOLdemo/mainIPOL.cpp
+
3
−
0
View file @
f4196b3e
...
...
@@ -45,6 +45,8 @@ int main (int argc, char *argv[])
ifstream
fin
;
bool
with_points
=
false
;
double
widthBS
=
atof
(
argv
[
3
]);
unsigned
int
minSizeBS
=
atoi
(
argv
[
4
]);
if
(
argc
==
5
)
{
inpoints_filename
=
argv
[
4
];
...
...
@@ -114,6 +116,7 @@ int main (int argc, char *argv[])
BSDetector
detector
;
detector
.
setGradientMap
(
gMap
);
detector
.
setAssignedThickness
(
widthBS
);
detector
.
setFinalSizeMinValue
(
minSizeBS
);
if
(
with_points
)
{
...
...
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