Skip to content

Commit 2eb5ca0

Browse files
author
Bob Igo
committed
fixed malformed XML
1 parent 0ecd791 commit 2eb5ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/lbpcascades/lbpcascade_profileface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
<?xml version="1.0"?>
12
<!--
23
This is 20x34 detector of profile faces using LBP features.
34
It was created by Attila Novak during GSoC 2012.
45
Note that the detector only detects faces rotated to the right,
56
so you may want to run it on the original and on
67
the flipped image to detect different profile faces.
78
-->
8-
<?xml version="1.0"?>
99
<opencv_storage>
1010
<cascade>
1111
<stageType>BOOST</stageType>

data/lbpcascades/lbpcascade_silverware.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0"?>
12
<!--
23
This is 12x80 detector of the silverware (forks, spoons, knives) using LBP features.
34
It was created by Attila Novak during GSoC 2012.
@@ -6,7 +7,6 @@
67
(probably should run detector several times).
78
It also assumes the "top view" when the camera optical axis is orthogonal to the table plane.
89
-->
9-
<?xml version="1.0"?>
1010
<opencv_storage>
1111
<cascade>
1212
<stageType>BOOST</stageType>

0 commit comments

Comments
 (0)