Cv

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

     * bundle Devel/CheckLib.pm
     * test with OpenCV-2.4.5
     * rewrote CV_SIZEOF

0.25 - 2013-03-31
     * accept pkg-config results even if it returns shared libs
       (libopencv_core.so) or cc parameter (e.g. -lopencv_core)
       for building Cv
     * stopped alternative code for cvEncodeImage() since 2.4.4
     * removed Cv::Test for testing
     * rewrote t/2matchTemplate.t, t/2misc.t
     * removed Cv::Nihongo.pod for Japanease document

0.24 - 2013-02-24
     * replaced Perl_croak with Carp::croak to get better error info
     * rewrote Cv::import using Getopt for use Cv -option
     * split parts of Cv module into Cv::Test and Cv::Qt
     * rewrote startup defining AUTOLOAD statically
     * moved $STORAGE from Cv::Seq to Cv as $CV::STORAGE
     * put scattered docs into Cv::JA
     * fixed cvCvtSeqToArray() negative index
     * $arr->new() supported calling with class as $arr->Cv::Image::new()
     * suppoted init value for Cv::Seq::Point::new()

0.23 - 2013-01-31
     * fixed endRow of cvGetRows
     * fixed cvSolve, cvSolveCubic, cvMinS, Cv::Arr::Min, Cv::Arr::Max
     * fixed dst of DFT
     * added Cv::More qw(boxhappy) for before OpenCV-2.2.0
     * merged Cv::Merge and Cv::Arr::Merge
     * removed CvCircle

0.22 - 2013-01-21
     * added More.pod
     * fixed pod error
     * fixed fallback code for making Constant.pm (use version.pm).
     * fixed Cmp value double (not a cvScalar)
     * fixed GetRawData if CvMatND used
     * fixed dst CV_8UC1 for inRange*
     * fixed type conversion warnings in typemap
     * redefined Perl_croak in Carp::croak to get better location of the error
     * added test for verifying error location
     * simplicity. "use Cv qw(:std)" => "use Cv qw(:all)"

0.21 - 2012-12-27
     * fixed compile error on cygwin (can't handle pp-stmt in typemap?)
     * fixed AUTOLOAD to keep $@
     * mearged Highgui ...
     * fixed cvError if CC=cc
     * fixed cvError on OpenCV-1.1
     * fixed some skipped tests (cygwin, OpenCv-1.1)

0.19a - 2012-12-12
     * fixed t/4CvVideoWriter.t

0.19 - 2012-12-12
     * fixed croak error location in AUTOLOAD relaying at first
     * removed Cv::alias
     * removed global data in Cv.xs
     * rewrote cv::error to use Perl error handler $Cv::ERROR
     * rewrote other callbacks
     * separated Highgui
     * s/:nomore/-more/
     * fixed // op for perl-5.8.9
     * rewrote CV_FOURCC
     * MYEXTLIB is no longer needed
     * fixed ContourArea's retval

0.18 - 2012-11-28
     * fixed tools/dumpconst.pl
     * fixed lib/Cv/Seq/*pm to clear stmt "no warnings"
     * added some t/*t
     * rewrote typemap again
     * fixed croak error location in AUTOLOAD relaying
     * added initializer for Cv::MatND::new
     * fixed WarpAffine, WarpPerspective
     * added m_get, Transform

0.17 - 2012-11-13
     * fixed alias boundingRect
     * fixed Affine retval
     * rewrote ToArray
     * fixed BoundingRect
     * added fallback/Constant.pm-2.4.3
     * added some sample/*pl
     * rewrote typemap.
     * removed xlib/

0.16 - 2012-11-1
     * separating experimental code into Cv/More.pm
     * added initializer for Cv::Mat::new in More.pm
     * rewriting Nihongo.pod
     * fixed Cv::Flipbook has memory leak
     * added Cv/Flipbook-ja.pod, Cv/Pango-ja.pod
     * added Cv/More-ja.pod
     * fixed cvBoxPoints retval
     * added Cv::More import & unimport

0.15 - 2012-10-01
     * fixed cvFitLine()
     * fixed stor(), and dst()
     * rewrite Cv/Constant.pm using tools/dumpconst.pl and fallback/
     * added cvGetBuildInformation()

0.14 - 2012-05-16
     * use AutoLoader
     * use EXPORT_* for importing
     * added ExtUtils::MM_Cygwin as rebase
     * fixed using dims of arr instead of dims of arg(idx)
     * rewrite cvSeq(Push|Pop)*(), cv(Cvt|Get)Seq*()
     * removed cvGetSeqElem_*(), CvSeqBlock
     * rewrote cvMakeSeqHeaderForArray
     * added Cv::ContourScanner and related functions
     * replaced GetHistValue() with Ptr()
     * replaced QueryHistValue() with GetReal()
     * added cv::error() to make hook erros using eval (without CC=cc)
     * rewrote cv(Set|Get)Err*(), cvRedirectError()
     * removed cv(NulDev|StdErr|GuiBox)Report(), cvAlloc(), cvFree()
     * fixed dst matrix in GetRows(), GetCols(), GetSubRect()
     * fixed Cv/Flipbook.pm flags, properties
     * supported CvAttrList as perl hash; sample/contours.pl



( run in 0.728 second using v1.01-cache-2.11-cpan-39bf76dae61 )