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
c93de78f
Commit
c93de78f
authored
Oct 26, 2016
by
E Sommerlade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed spaces at line endings, fixed warning
parent
41c47a84
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
detection_based_tracker.cpp
modules/objdetect/src/detection_based_tracker.cpp
+0
-0
dbt_face_detection.cpp
samples/cpp/dbt_face_detection.cpp
+2
-4
No files found.
modules/objdetect/src/detection_based_tracker.cpp
View file @
c93de78f
samples/cpp/dbt_face_detection.cpp
View file @
c93de78f
...
...
@@ -81,7 +81,7 @@ int main(int , char** )
Mat
GrayFrame
;
vector
<
Rect
>
Faces
;
while
(
true
)
do
{
VideoStream
>>
ReferenceFrame
;
cvtColor
(
ReferenceFrame
,
GrayFrame
,
COLOR_RGB2GRAY
);
...
...
@@ -94,9 +94,7 @@ int main(int , char** )
}
imshow
(
WindowName
,
ReferenceFrame
);
if
(
waitKey
(
30
)
>=
0
)
break
;
}
}
while
(
waitKey
(
30
)
<
0
);
Detector
.
stop
();
...
...
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