<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pycv</name>
<shortdesc>PyCV - A Computer Vision Package for Python (Incorporating Fast Training ...)</shortdesc>
<description>PyCV is a package of C++ and Python modules implementing various algorithms
that are useful in computer vision, and augments the capabilities of OpenCV.
In particular, PyCV provides implementations for:

- Fast training and selection of Haar-like features for a weak classifier
  [Pham2007b]_.  This is currently the fastest method for training a face
  detector. It runs in just a few hours, while most existing methods run in
  days or weeks.
- Asymmetric Online Boosting [Pham2007a]_: a variant of AdaBoost that learns
  incrementally using an asymmetric goal as the learning criterion.

Additionally, PyCV contains many useful modules for computer vision and
machine learning, specially boosting techniques, Haar-like features, and face
detection.

The package is primarily developed by Minh-Tri Pham, as part of his PhD
research on face detection. This research is being carried out in the Centre
for Multimedia &amp; Network Technology (CeMNet), School of Computer Engineering,
Nanyang Technological University, Singapore.

Copyright 2007 Nanyang Technological University, Singapore.

:Founding Contributors:
  Minh-Tri Pham &lt;mtpham@ntu.edu.sg&gt; -- Primary author

  Viet-Dung D. Hoang &lt;hoan0008@ntu.edu.sg&gt; -- Contributing author

  Tat-Jen Cham &lt;astjcham@ntu.edu.sg&gt; -- Supervising faculty


References
----------

.. [Pham2007a] Minh-Tri Pham and Tat-Jen Cham. Online Learning Asymmetric
   Boosted Classifiers for Object Detection. In Proc. IEEE Computer Society
   Conference on Computer Vision and Pattern Recognition (CVPR'07),
   Minneapolis, MN, 2007.

.. [Pham2007b] Minh-Tri Pham and Tat-Jen Cham. Fast Training and Selection of
   Haar features using Statistics in Boosting-based Face Detection. In Proc.
   11th IEEE International Conference on Computer Vision (ICCV'07), Rio de
   Janeiro, Brazil, 2007.</description>
<download-page>http://sourceforge.net/project/showfiles.php?group_id=211653&amp;package_id=254432</download-page>
<homepage rdf:resource="http://www.ntu.edu.sg/home5/pham0004/pycv/" />
<maintainer><foaf:Person><foaf:name>Minh-Tri Pham, Viet-Dung D. Hoang</foaf:name>
<foaf:mbox_sha1sum>27034ae68087d126e0c70350c3fb2b1fda1694d0</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2.1</revision></Version></release>
</Project></rdf:RDF>