Opencv 2.0 beta (v1.2) released

Source: Internet
Author: User
Tags lapack

===

Hunnish Note: opencv v1.2 (2.0b) has just been released, and there are still many changes in it, which have not been carefully studied yet. However, using the LAPACK Math library should be a huge improvement. LAPACK (linear algebra package) is a linear algebra function library jointly developed by Oak Ridge National Laboratory, University of California Davis, and Illinois University, it is used to efficiently solve numerical linear algebra problems in different high-performance computing environments. Using LAPACK should greatly improve the efficiency of the opencv algorithm. This is actually the path that MATLAB has traveled.

===

 

========================================================== ============================================
Opencv 2.0 Beta, September, 2009
========================================================== ============================================

>>> New functionality, features: <

-General:
* The brand-new C ++ interface for most of opencv functionality
(Cxcore, CV, highgui) has been introduced.
Generally it means that you will need to do less coding to achieve the same results;
It brings automatic memory management and other advantages.
See the C ++ reference section in opencv/doc/opencv.pdf and opencv/include/opencv/*. HPP.
The previous interface is retained and still supported.

* The Source directory structure has been reogranized; now all the external headers are placed
In the single directory on all platforms.

* The primary build system is cmake, http://www.cmake.org (2.6.x is the preferable version ).
+ In Windows package the project files for Visual Studio, makefiles for msvc,
Borland C ++ or mingw are note supplied anymore; please, generate them using cmake.

+ In MacOSX the users can generate project files for xcode.

+ In Linux and any other platform the users can generate project files
Cross-platform ides, such as eclipse or code blocks,
Or makefiles for building opencv from a command line.

* Opencv repository has been converted to subversion, hosted at SourceForge:
Http://opencvlibrary.svn.sourceforge.net/svnroot/opencvlibrary
Where the very latest snapshot is
Http://opencvlibrary.svn.sourceforge.net/svnroot/opencvlibrary/trunk,
And the more or less stable version can be found
Http://opencvlibrary.svn.sourceforge.net/svnroot/opencvlibrary/tags/latest_tested_snapshot

-Cxcore, CV, cvaux:

* Cxcore now uses LAPACK (clapack 3.1.1.1 in opencv 2.0) in its varous linear algebra Functions
(Such as solve, invert, SVD, determinant, Eigen etc.) and the corresponding old-style functions
(Cvsolve, cvinvert etc .)

* Lots of new feature and object detectors and descriptors have been added
(There is no documentation on them yet), see cv. HPP and cvaux. HPP:

+ Fast-the fast corner detector, submitted by Edward Rosten

+ Mser-maximally stable extremal regions, submitted by Liu

+ Ldetector-Fast Circle-Based Feature Detector by V. lepetit (a.k. A. yape)

+ Fern-based point classifier and the planar object detector-
Based on the works by M. ozuysal and V. lepetit

+ One-way descriptor-a powerful PCA-based feature descriptor,
(S. Hinterstoisser, O. kutter, N. Navab, P. FUA, and V. lepetit,
"Real-time learning of accurate patch rectification ").
Contributed by Victor eruhimov

+ Spin Images 3D feature descriptor-based on the. Johnson PhD thesis;
Implemented by Anatoly baksheev

+ Self-similarity features-contributed by Rainer Leinhart

+ Hog people and object detector-The reimplementation of navneet Dalal framework
(Http://pascal.inrialpes.fr/soft/olt/). Currently, only the detection part is ported,
But it is fully compatible with the original training code.
See cvaux. HPP and opencv/samples/C/peopledetect. cpp.

+ Extended variant of the Haar feature-based object detector-implemented by Maria dimashova.
It now supports Haar features and lbps (Local Binary patterns );
Other features can be more or less easily added

+ Adaptive Skin detector and the fuzzy meanshift tracker-contributed by Farhad dadgostar,
See cvaux. HPP and opencv/samples/C/adaptiveskindetector. cpp

* The New traincascade application complementing the new-style Haar + lbobject detector has been added.
See opencv/apps/traincascade.

* The powerful library for approximate Nearest Neighbor Search FLANN by Marius muja
Is now shipped with opencv, And the opencv-style interface to the library
Is supported ded into cxcore. See cxcore. HPP and opencv/samples/C/find_obj.cpp

* The bundle adjustment engine has been contributed by phasespace; see cvaux. HPP

* Added dense Optical Flow Estimation Function (based on the paper
"Two-Frame Motion Estimation Based on Polynomial expansion" by G. farnerback ).
See CV: calcopticalflowfarneback and the c ++ documentation

* Image warping operations (resize, REMAP, warpaffine, warpperspective)
Now all support bicubic and Lanczos interpolation.

* Most of the new linear and non-linear filtering operations (filter2d, sepfilter2d, erode, dilate ...)
Support arbitrary border modes and can use the valid image pixels outside of the ROI
(I. e. the ROIs are not "isolated" anymore), see the C ++ documentation.

* The data can now be saved to and loaded from gzip-compressed XML/yml files, e.g .:
Cvsave ("a.xml.gz", my_huge_matrix );

-MLL:
* Added the extremely random trees that train super-fast,
Comparing to boosting or random trees (by Maria dimashova ).

* The demo-tree engine and based on IT classes
(Demo-tree itself, boost, random trees)
Have been reworked and now:
+ They consume much less memory (up to 200% savings)
+ The training can be run in multiple threads (when opencv is built with OpenMP Support)
+ The boosting Classification on numerical variables is especially
Fast because of the specialized low-overhead branch.

* Mltest has been added. While far from being complete,
It contains correctness tests for some of the MLL classes.

-Highgui:
* [Linux] the support for stereo cameras (currently videre only) has been added.
There is now uniform interface for capturing video from two-, three-... n-head cameras.

* Images can now be compressed to or decompressed from buffers in the memory,
See the C ++ highgui Reference Manual

-Documentation:
* The Reference Manual has been converted from HTML to latex (by James Bowman and Caroline pantofaru ),
So there is now:
+ Opencv1_for reading offline
+ And the online up-to-date documentation
(As the result of latex-> sphinx-> HTML conversion) available
Http://opencv.willowgarage.com/documentation/index.html

-Samples, MISC .:
* Better eye detector has been contributed by Shiqi Yu,
See opencv/data/haarcascades/* [lefteye | righteye] *. xml
* Sample lbcascade for the Frontal Face Detection
Has been created by Maria dimashova,
See opencv/data/lbpcascades/lbpcascade_frontalface.xml
* Several high-quality body parts and facial feature Detectors
Have been contributed by Modesto castrillon-Santana,
See opencv/data/haarcascades/haarcascade_mcs *. xml

>>> Optimization:
* Types of the basic functions and the image processing operations
(Like arithmetic operations, geometric image transformations, filtering etc .)
Have got sse2 optimization, so they are several times faster.

-The Model of IPP support has been changed. Now IPP is supposed to be
Detected by cmake at the configuration stage and linked against opencv.
(In the Beta it is not implemented yet though ).

* PNG encoder performance improved by factor of 4 by tuning the parameters

>>> Bug fixes: <
TBD
(See http://sourceforge.net/tracker? Group_id = 22870 & Atid = 376677 of the List
Of the closed and still opened bugs ).

Descrithanks to everybody who submitted bug reports and/or provided the patches!

>>> Known issues:
* Configure + autotools based build is currently broken.
Please, use cmake.
* Opencv bug tracker at SF still lists about 150 open bugs.
Some of them may be actually fixed already, and most of the remaining bugs
Are going to be fixed by opencv 2.0 gold.
* IPP is not supported. As the new opencv primary des A Lot Of sse2 code,
It may be not such a serious problem, though.
The support (at least for most important functions that do not have
Sse2 optimization) will be returned in 2.0 gold.
* The documentation has been updated and improved a lot, but it still
Needs quite a bit of work:
-Some of the new functionality in cvaux is not described yet.
-The bibliography part is broken
-There are quite a few known bugs and typos there
-Category of the hyperlinks are not working.
* The existing tests partly cover the new functionality
(Via the old backward-compatibility opencv 1.x API), but the coverage is
Not sufficient of course.
* The New-Style Python interface is not supported ded yet

Pointer of the problems will be addressed in 2.0 gold.
If you have found some specific problem, please, put the record to the bug tracker:
Http://sourceforge.net/tracker? Group_id = 22870
Better if the bug reports will include a small code sample in C ++/Python +
All the necessary data files needed to reproduce the problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.