Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
a161598c
Commit
a161598c
authored
Dec 04, 2010
by
Gary Bradski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revamped
parent
11f4e102
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
starter_imagelist.cpp
samples/cpp/starter_imagelist.cpp
+4
-3
No files found.
samples/cpp/starter_imagelist.cpp
View file @
a161598c
...
@@ -20,12 +20,13 @@ namespace
...
@@ -20,12 +20,13 @@ namespace
{
{
void
help
(
char
**
av
)
void
help
(
char
**
av
)
{
{
cout
<<
"usage:"
<<
av
[
0
]
<<
" image_list.yaml
\n
"
cout
<<
"
\n
This program gets you started being able to read images from a list in a file
\n
"
"Usage:
\n
./"
<<
av
[
0
]
<<
" image_list.yaml
\n
"
<<
"
\t
This is a starter sample, to get you up and going in a copy pasta fashion.
\n
"
<<
"
\t
This is a starter sample, to get you up and going in a copy pasta fashion.
\n
"
<<
"
\t
The program reads in an list of images from a yaml or xml file and displays
\n
"
<<
"
\t
The program reads in an list of images from a yaml or xml file and displays
\n
"
<<
"one at a time
\n
"
<<
"one at a time
\n
"
<<
"
\t
Try running imagelist_creator to generate a list of images.
"
<<
endl
;
<<
"
\t
Try running imagelist_creator to generate a list of images.
\n
"
"Using OpenCV version %s
\n
"
<<
CV_VERSION
<<
"
\n
"
<<
endl
;
}
}
bool
readStringList
(
const
string
&
filename
,
vector
<
string
>&
l
)
bool
readStringList
(
const
string
&
filename
,
vector
<
string
>&
l
)
...
...
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