fixing models to resolve XML violation issue

pull/8903/head
Steven Puttemans 8 years ago
parent a3189e36c0
commit 2ddbcc3c4f
  1. 4
      data/haarcascades/haarcascade_frontalcatface.xml
  2. 4
      data/haarcascades/haarcascade_frontalcatface_extended.xml
  3. 4
      data/haarcascades/haarcascade_smile.xml
  4. 4
      data/haarcascades_cuda/haarcascade_smile.xml
  5. 4
      data/lbpcascades/lbpcascade_frontalcatface.xml

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!---------------------------------------------------------------------------- <!--
A frontal cat face detector using the basic set of Haar features, i.e. A frontal cat face detector using the basic set of Haar features, i.e.
horizontal and vertical features but not diagonal features. horizontal and vertical features but not diagonal features.
@ -73,7 +73,7 @@
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to
| Top | Top
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------> -->
<opencv_storage> <opencv_storage>
<cascade> <cascade>
<stageType>BOOST</stageType> <stageType>BOOST</stageType>

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!---------------------------------------------------------------------------- <!--
A frontal cat face detector using the full set of Haar features, i.e. A frontal cat face detector using the full set of Haar features, i.e.
horizontal, vertical, and diagonal features. horizontal, vertical, and diagonal features.
@ -73,7 +73,7 @@
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to
| Top | Top
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------> -->
<opencv_storage> <opencv_storage>
<cascade> <cascade>
<stageType>BOOST</stageType> <stageType>BOOST</stageType>

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!---------------------------------------------------------------------------- <!--
Smile detector Smile detector
Contributed by Oscar Deniz Suarez Contributed by Oscar Deniz Suarez
More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html
@ -43,7 +43,7 @@
| Top | Top
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------> -->
<opencv_storage> <opencv_storage>
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType> <cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
<featureType>HAAR</featureType> <featureType>HAAR</featureType>

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!---------------------------------------------------------------------------- <!--
Smile detector Smile detector
Contributed by Oscar Deniz Suarez Contributed by Oscar Deniz Suarez
More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html More information can be found at http://visilab.etsii.uclm.es/personas/oscar/oscar.html
@ -43,7 +43,7 @@
| Top | Top
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------> -->
<opencv_storage> <opencv_storage>
<!-- Automatically converted from data/classifier, window size = 36x18 --> <!-- Automatically converted from data/classifier, window size = 36x18 -->
<SmileDetector type_id="opencv-haar-classifier"> <SmileDetector type_id="opencv-haar-classifier">

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!---------------------------------------------------------------------------- <!--
A frontal cat face detector using LBP features. A frontal cat face detector using LBP features.
Contributed by Joseph Howse (josephhowse@nummist.com). Contributed by Joseph Howse (josephhowse@nummist.com).
@ -72,7 +72,7 @@
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Back to
| Top | Top
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------> -->
<opencv_storage> <opencv_storage>
<cascade> <cascade>
<stageType>BOOST</stageType> <stageType>BOOST</stageType>

Loading…
Cancel
Save