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
9d4cd352
Commit
9d4cd352
authored
7 years ago
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8903 from StevenPuttemans:fix_models
parents
32485188
2ddbcc3c
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 @
9d4cd352
<?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>
...
...
This diff is collapsed.
Click to expand it.
data/haarcascades/haarcascade_frontalcatface_extended.xml
View file @
9d4cd352
<?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>
...
...
This diff is collapsed.
Click to expand it.
data/haarcascades/haarcascade_smile.xml
View file @
9d4cd352
<?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>
...
...
This diff is collapsed.
Click to expand it.
data/haarcascades_cuda/haarcascade_smile.xml
View file @
9d4cd352
<?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"
>
...
...
This diff is collapsed.
Click to expand it.
data/lbpcascades/lbpcascade_frontalcatface.xml
View file @
9d4cd352
<?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>
...
...
This diff is collapsed.
Click to expand it.
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