Skip to content

Commit 55e53ea

Browse files
committed
fix for width&height problem in haarcascade_mcs_xxx.xml files
1 parent eada220 commit 55e53ea

9 files changed

+18
-18
lines changed

modules/face/data/cascades/haarcascade_mcs_eyepair_big.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Section 8 – Interpretation.
122122
<opencv_storage>
123123
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
124124
<featureType>HAAR</featureType>
125-
<height>45</height>
126-
<width>11</width>
125+
<height>11</height>
126+
<width>45</width>
127127
<stageParams>
128128
<maxWeakCount>85</maxWeakCount></stageParams>
129129
<featureParams>

modules/face/data/cascades/haarcascade_mcs_eyepair_small.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Section 8 – Interpretation.
121121
<opencv_storage>
122122
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
123123
<featureType>HAAR</featureType>
124-
<height>22</height>
125-
<width>5</width>
124+
<height>5</height>
125+
<width>22</width>
126126
<stageParams>
127127
<maxWeakCount>133</maxWeakCount></stageParams>
128128
<featureParams>

modules/face/data/cascades/haarcascade_mcs_leftear.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ Section 8 – Interpretation.
120120
<opencv_storage>
121121
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
122122
<featureType>HAAR</featureType>
123-
<height>12</height>
124-
<width>20</width>
123+
<height>20</height>
124+
<width>12</width>
125125
<stageParams>
126126
<maxWeakCount>65</maxWeakCount></stageParams>
127127
<featureParams>

modules/face/data/cascades/haarcascade_mcs_lefteye.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Section 8 – Interpretation.
121121
<opencv_storage>
122122
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
123123
<featureType>HAAR</featureType>
124-
<height>18</height>
125-
<width>12</width>
124+
<height>12</height>
125+
<width>18</width>
126126
<stageParams>
127127
<maxWeakCount>279</maxWeakCount></stageParams>
128128
<featureParams>

modules/face/data/cascades/haarcascade_mcs_mouth.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Section 8 – Interpretation.
122122
<opencv_storage>
123123
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
124124
<featureType>HAAR</featureType>
125-
<height>25</height>
126-
<width>15</width>
125+
<height>15</height>
126+
<width>25</width>
127127
<stageParams>
128128
<maxWeakCount>218</maxWeakCount></stageParams>
129129
<featureParams>

modules/face/data/cascades/haarcascade_mcs_nose.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Section 8 – Interpretation.
121121
<opencv_storage>
122122
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
123123
<featureType>HAAR</featureType>
124-
<height>18</height>
125-
<width>15</width>
124+
<height>15</height>
125+
<width>18</width>
126126
<stageParams>
127127
<maxWeakCount>377</maxWeakCount></stageParams>
128128
<featureParams>

modules/face/data/cascades/haarcascade_mcs_rightear.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Section 8 – Interpretation.
121121
<opencv_storage>
122122
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
123123
<featureType>HAAR</featureType>
124-
<height>12</height>
125-
<width>20</width>
124+
<height>20</height>
125+
<width>12</width>
126126
<stageParams>
127127
<maxWeakCount>61</maxWeakCount></stageParams>
128128
<featureParams>

modules/face/data/cascades/haarcascade_mcs_righteye.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Section 8 – Interpretation.
121121
<opencv_storage>
122122
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
123123
<featureType>HAAR</featureType>
124-
<height>18</height>
125-
<width>12</width>
124+
<height>12</height>
125+
<width>18</width>
126126
<stageParams>
127127
<maxWeakCount>415</maxWeakCount></stageParams>
128128
<featureParams>

modules/face/data/cascades/haarcascade_mcs_upperbody.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Section 8 – Interpretation.
119119
<opencv_storage>
120120
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
121121
<featureType>HAAR</featureType>
122-
<height>22</height>
123-
<width>20</width>
122+
<height>20</height>
123+
<width>22</width>
124124
<stageParams>
125125
<maxWeakCount>334</maxWeakCount></stageParams>
126126
<featureParams>

0 commit comments

Comments
 (0)