Skip to content

Commit 2ddbcc3

Browse files
author
Steven Puttemans
committed
fixing models to resolve XML violation issue
1 parent a3189e3 commit 2ddbcc3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

data/haarcascades/haarcascade_frontalcatface.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!----------------------------------------------------------------------------
2+
<!--
33
A frontal cat face detector using the basic set of Haar features, i.e.
44
horizontal and vertical features but not diagonal features.
55
@@ -73,7 +73,7 @@
7373
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to
7474
| Top
7575
//////////////////////////////////////////////////////////////////////////
76-
---------------------------------------------------------------------------->
76+
-->
7777
<opencv_storage>
7878
<cascade>
7979
<stageType>BOOST</stageType>

data/haarcascades/haarcascade_frontalcatface_extended.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!----------------------------------------------------------------------------
2+
<!--
33
A frontal cat face detector using the full set of Haar features, i.e.
44
horizontal, vertical, and diagonal features.
55
@@ -73,7 +73,7 @@
7373
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to
7474
| Top
7575
//////////////////////////////////////////////////////////////////////////
76-
---------------------------------------------------------------------------->
76+
-->
7777
<opencv_storage>
7878
<cascade>
7979
<stageType>BOOST</stageType>

data/haarcascades/haarcascade_smile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!----------------------------------------------------------------------------
2+
<!--
33
Smile detector
44
Contributed by Oscar Deniz Suarez
55
More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html
@@ -43,7 +43,7 @@
4343
| Top
4444
//////////////////////////////////////////////////////////////////////////
4545
46-
------------------------------------------------------------------------>
46+
-->
4747
<opencv_storage>
4848
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
4949
<featureType>HAAR</featureType>

data/haarcascades_cuda/haarcascade_smile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!----------------------------------------------------------------------------
2+
<!--
33
Smile detector
44
Contributed by Oscar Deniz Suarez
55
More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html
@@ -43,7 +43,7 @@
4343
| Top
4444
//////////////////////////////////////////////////////////////////////////
4545
46-
------------------------------------------------------------------------>
46+
-->
4747
<opencv_storage>
4848
<!-- Automatically converted from data/classifier, window size = 36x18 -->
4949
<SmileDetector type_id="opencv-haar-classifier">

data/lbpcascades/lbpcascade_frontalcatface.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!----------------------------------------------------------------------------
2+
<!--
33
A frontal cat face detector using LBP features.
44
55
Contributed by Joseph Howse (josephhowse@nummist.com).
@@ -72,7 +72,7 @@
7272
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to
7373
| Top
7474
//////////////////////////////////////////////////////////////////////////
75-
---------------------------------------------------------------------------->
75+
-->
7676
<opencv_storage>
7777
<cascade>
7878
<stageType>BOOST</stageType>

0 commit comments

Comments
 (0)