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
2ddbcc3c
Commit
2ddbcc3c
authored
Jun 13, 2017
by
Steven Puttemans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing models to resolve XML violation issue
parent
a3189e36
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
haarcascade_frontalcatface.xml
data/haarcascades/haarcascade_frontalcatface.xml
+2
-2
haarcascade_frontalcatface_extended.xml
data/haarcascades/haarcascade_frontalcatface_extended.xml
+2
-2
haarcascade_smile.xml
data/haarcascades/haarcascade_smile.xml
+2
-2
haarcascade_smile.xml
data/haarcascades_cuda/haarcascade_smile.xml
+2
-2
lbpcascade_frontalcatface.xml
data/lbpcascades/lbpcascade_frontalcatface.xml
+2
-2
No files found.
data/haarcascades/haarcascade_frontalcatface.xml
View file @
2ddbcc3c
<?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>
...
...
data/haarcascades/haarcascade_frontalcatface_extended.xml
View file @
2ddbcc3c
<?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>
...
...
data/haarcascades/haarcascade_smile.xml
View file @
2ddbcc3c
<?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>
...
...
data/haarcascades_cuda/haarcascade_smile.xml
View file @
2ddbcc3c
<?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>
<!-- Automatically converted from data/classifier, window size = 36x18 -->
<SmileDetector
type_id=
"opencv-haar-classifier"
>
...
...
data/lbpcascades/lbpcascade_frontalcatface.xml
View file @
2ddbcc3c
<?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>
...
...
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