Commit 6c5dc17a authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #2909 from StevenPuttemans:bugfix_profileface_model

parents cf375744 939c60bc
<?xml version="1.0"?>
<!--
This is 20x34 detector of profile faces using LBP features.
It was created by Attila Novak during GSoC 2012.
Note that the detector only detects faces rotated to the right,
so you may want to run it on the original and on
the flipped image to detect different profile faces.
This is 20x34 detector of profile faces using LBP features.
It was created by Attila Novak during GSoC 2012.
Note that the detector only detects faces rotated to the right,
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>
......
<?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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment