fixing models to resolve XML violation issue
authorSteven Puttemans <steven.puttemans@kuleuven.be>
Tue, 13 Jun 2017 07:23:22 +0000 (09:23 +0200)
committerSteven Puttemans <steven.puttemans@kuleuven.be>
Tue, 13 Jun 2017 07:42:15 +0000 (09:42 +0200)
data/haarcascades/haarcascade_frontalcatface.xml
data/haarcascades/haarcascade_frontalcatface_extended.xml
data/haarcascades/haarcascade_smile.xml
data/haarcascades_cuda/haarcascade_smile.xml
data/lbpcascades/lbpcascade_frontalcatface.xml

index 67893dc..1c38a8b 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!----------------------------------------------------------------------------
+<!--
  A frontal cat face detector using the basic set of Haar features, i.e.
  horizontal and vertical features but not diagonal features.
 
@@ -73,7 +73,7 @@
  | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  Back to
  | Top
  //////////////////////////////////////////////////////////////////////////
- ---------------------------------------------------------------------------->
+ -->
 <opencv_storage>
 <cascade>
   <stageType>BOOST</stageType>
index ccee995..892d5cb 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!----------------------------------------------------------------------------
+<!--
  A frontal cat face detector using the full set of Haar features, i.e.
  horizontal, vertical, and diagonal features.
 
@@ -73,7 +73,7 @@
  | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  Back to
  | Top
  //////////////////////////////////////////////////////////////////////////
- ---------------------------------------------------------------------------->
+ -->
 <opencv_storage>
 <cascade>
   <stageType>BOOST</stageType>
index 569db99..bbdd896 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!----------------------------------------------------------------------------
+<!--
   Smile detector
   Contributed by Oscar Deniz Suarez
   More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html
@@ -43,7 +43,7 @@
 | Top
 //////////////////////////////////////////////////////////////////////////
 
------------------------------------------------------------------------->
+-->
 <opencv_storage>
 <cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
   <featureType>HAAR</featureType>
index b002bf9..c48ba5f 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>\r
-<!----------------------------------------------------------------------------\r
+<!--\r
   Smile detector\r
   Contributed by Oscar Deniz Suarez\r
   More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html\r
@@ -43,7 +43,7 @@
 | Top\r
 //////////////////////////////////////////////////////////////////////////\r
 \r
------------------------------------------------------------------------->\r
+-->\r
 <opencv_storage>\r
 <!-- Automatically converted from data/classifier, window size = 36x18 -->\r
 <SmileDetector type_id="opencv-haar-classifier">\r
index 3b4b1bf..8fcaa61 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!----------------------------------------------------------------------------
+<!--
  A frontal cat face detector using LBP features.
 
  Contributed by Joseph Howse (josephhowse@nummist.com).
@@ -72,7 +72,7 @@
  | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  Back to
  | Top
  //////////////////////////////////////////////////////////////////////////
- ---------------------------------------------------------------------------->
+-->
 <opencv_storage>
 <cascade>
   <stageType>BOOST</stageType>