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
Olena
olena
Commits
aae4f34a
Commit
aae4f34a
authored
Sep 01, 2010
by
Guillaume Lazzara
Browse files
Update default value in an example
parent
38f31bc0
Changes
1
Show whitespace changes
Inline
Side-by-side
scribo/src/primitive/extract/lines_pattern.cc
View file @
aae4f34a
...
...
@@ -39,7 +39,8 @@ const char *args_desc[][2] =
{
{
"input.pbm"
,
"A binary image."
},
{
"length"
,
" Minimum line length. (Common value : 51)"
},
{
"delta"
,
" Distance between the object pixel and the background pixel (Common value : 5)"
},
{
"delta"
,
" Distance between the object pixel and the background pixel"
"(Common value : 4)"
},
{
0
,
0
}
};
...
...
@@ -63,6 +64,7 @@ int main(int argc, char *argv[])
h_lines
=
scribo
::
primitive
::
extract
::
lines_h_pattern
(
input
,
atoi
(
argv
[
2
]),
atoi
(
argv
[
3
]));
image2d
<
bool
>
v_lines
=
scribo
::
primitive
::
extract
::
lines_v_pattern
(
input
,
atoi
(
argv
[
2
]),
...
...
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