mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
fixed malformed XML
This commit is contained in:
parent
0ecd7913f8
commit
2eb5ca0024
@ -1,3 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
This is 20x34 detector of profile faces using LBP features.
|
||||
It was created by Attila Novak during GSoC 2012.
|
||||
@ -5,7 +6,6 @@
|
||||
so you may want to run it on the original and on
|
||||
the flipped image to detect different profile faces.
|
||||
-->
|
||||
<?xml version="1.0"?>
|
||||
<opencv_storage>
|
||||
<cascade>
|
||||
<stageType>BOOST</stageType>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
This is 12x80 detector of the silverware (forks, spoons, knives) using LBP features.
|
||||
It was created by Attila Novak during GSoC 2012.
|
||||
@ -6,7 +7,6 @@
|
||||
(probably should run detector several times).
|
||||
It also assumes the "top view" when the camera optical axis is orthogonal to the table plane.
|
||||
-->
|
||||
<?xml version="1.0"?>
|
||||
<opencv_storage>
|
||||
<cascade>
|
||||
<stageType>BOOST</stageType>
|
||||
|
Loading…
Reference in New Issue
Block a user