This is the README file for Cv. Cv is helps you to make something
around computer vision.

Cv module is perl interface to Open computer vision library that
originally developed by Intel. This module is developing to use
computer vision more easily, like a slogan of perl "Easy things should
be easy, hard things should be possible."

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

REQUIREMENTS

	* Perl 5.8.8 or greater is recommended.

This module requires these other libraries:

    * OpenCV - Open Computer Vision Library
      (http://sourceforge.net/projects/opencvlibrary/) 

This module requires these other modules:

    * Scalar::Util 1.18
    * List::Util 1.19
    * Data::Dumper 2.121
    * File::Basename 2.7.4
    * Time::HiRes 1.9707
    * Test::File 1.29
    * Test::More 0
    * Test::Output 0.12


COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2010 by MASUDA Yuta <yuta.masuda@newdaysys.co.jp>.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.
