added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
[profile/ivi/opencv.git] / modules / core / include / opencv2 / core / core.hpp
2012-05-11 Vadim Pisarevskyadded support for vector<Mat_<>> in InputArray, OutputA...
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-04-13 Vadim Pisarevskymerged all the latest changes from 2.4 to trunk
2012-03-30 Andrey KamaevApplied patch from #1133
2012-03-29 Vadim Pisarevskyfixed bug #1318. extended RNG::fill with the optional...
2012-03-28 Vadim Pisarevskyadded Vec Matx::solve(Vec) (ticket #1376)
2012-03-26 Andrey KamaevFixed #1711
2012-03-26 Andrey KamaevInput/Output arrays are updated to support fixed-type...
2012-03-19 Andrey Pavlenkofixing compilation on Windows (M_PI was undefined via...
2012-03-17 Vadim Pisarevskyswitched to non-constant references in Algorithm::addPa...
2012-03-15 Andrey Pavlenkoupdating func-s arg names according to ref. man.
2012-03-15 Vadim Pisarevskylot's of changes; nonfree & photo modules added; SIFT...
2012-02-15 Vadim Pisarevskyadded color canny; improved Algorithm class implementation
2012-02-06 Alexander Shishkovfixed #1590
2012-01-24 Vadim Pisarevskyadded the abstract cv::Algorithm class; low-level exp...
2011-11-30 Vladislav Vinogradovmoved OpenGL wrappers to separate header
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-11-08 Vadim Pisarevskyadded improved ORB implementation, convex-convex polygo...
2011-10-11 Vadim Pisarevskyunified norm computing; added generalized Hamming distance
2011-09-06 Andrey KamaevPerformance testing branch is merged back into trunk
2011-08-15 Vadim Pisarevskyfixed bug #1306 (Vec assignment); added tests for Vec...
2011-08-08 Andrey KamaevFixed mixChannels argument types
2011-08-06 Vadim Pisarevskyadded _InputArray::_InputArray(const Scalar& s) constru...
2011-08-04 itsyplennew version of command line parser
2011-08-02 Vadim Pisarevskyadded getNumberOfCPUs() function
2011-08-01 Vadim Pisarevskyfixed Vec*scalar operations, fixed minEnclosingCircle...
2011-07-29 Andrey Pavlenkoadding arg name (to fix doc reference and wrappers...
2011-07-19 Vadim Pisarevskyadded COVAR_ and SORT_ enums to core.hpp; fixed many...
2011-07-18 Vadim Pisarevskyeliminated opencv_extra_api.hpp (all the functionality...
2011-07-14 Vadim Pisarevskyrepaired Python bindings for functions using InputOutpu...
2011-07-12 Andrey Pavlenko- 'c_string' support added to Java API
2011-06-19 Vadim Pisarevskyadded explicit Mat_<T>::Mat_(const MatExpr&) (resolves...
2011-06-18 Vadim Pisarevskyfixed warnings in gbt; added insertChannel() and extrac...
2011-06-13 Vadim Pisarevskyrenamed sum() to sumElems() in Python/Java bindings...
2011-06-13 Vadim Pisarevskyextended Mat::setTo() to support multi-channel arrays...
2011-06-08 Vadim Pisarevskysome more core functions documented + minor fixes and...
2011-06-08 itsyplenSpecialization for 'get' method with bool type was...
2011-06-08 Vadim Pisarevskyrenamed "None()" to "noArray()" to avoid conflicts...
2011-06-08 Kirill KornyakovNotification messages about bad parameters in command...
2011-06-07 Vadim Pisarevskystarted work on API & doc synchronization (in particula...
2011-06-07 Kirill Kornyakovclass CommandLineParser was updated according new requi...
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-05-30 Kirill KornyakovUpdate CommandLineParser class: move method's definitio...
2011-05-30 Vadim Pisarevskyadded optional encoding parameter to cvOpenFileStorage...
2011-05-28 Kirill KornyakovUpdate CommandLineParser class
2011-05-17 Vadim Pisarevskyfix build problems on Windows
2011-05-15 Kirill Kornyakovcommand line parser added. Leonid Beynenson is original...
2011-05-13 Vadim Pisarevskymade "filestorage << vector<Mat>" work properly.
2011-05-09 Vadim Pisarevskymade ptrdiff_t visible to GCC 4.6 compiler
2011-04-18 Vadim Pisarevskyfixed build problems on Windows
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-04-11 Andrey KamaevTest system included into Android build
2011-04-06 Vincent Rabaud- make sure the code compiles under gcc-4.6
2011-03-13 Vincent Rabaud- add support for the popcnt instruction (useful for...
2011-02-18 Vadim Pisarevskytemporily excluded cv::Algorithm
2011-02-18 Vadim Pisarevskyreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer...
2010-12-28 Vadim Pisarevskyfixed some build problems
2010-12-10 Vadim PisarevskySSE2 optimization for Bayer->RGB; added Bayer->Gray...
2010-11-23 Vadim Pisarevskyadded hconcat & vconcat functions for joining matrices...
2010-11-18 Vadim PisarevskyDataType::generic renamed to DataType::generic_type...
2010-11-15 Vadim Pisarevskyextended out << mat/vec operators; added opencv license
2010-11-14 Ethan Rubleeadding the Brief descriptor, associated hamming distanc...
2010-11-06 Vadim Pisarevskyfixed some more tests on Windows; changed inheritance...
2010-11-04 Vadim Pisarevskyfixed several GCC warnings; fixed crash in kmeans test...
2010-11-02 Vadim Pisarevskyalmost finished Python wrappers
2010-10-29 Vadim Pisarevskyextended Python bindings; not merged into cv.cpp yet...
2010-10-27 Vadim Pisarevskyadded more helper macros to the function declarations...
2010-10-21 Vadim Pisarevskyfixed bug with Mat::dataend initialization. Now morph...
2010-10-20 Vadim Pisarevskysome fixes due to the changed policy in DataType &...
2010-10-20 Vadim Pisarevskyfixed several warnings; modified size comparison: m1...
2010-10-19 Vadim Pisarevskyfixed a few bugs in: Mat::reshape, Mat(CvMat*) construc...
2010-10-18 Maria Dimashovafixed cast of Mat to vector<Mat> (leads to compile...
2010-10-18 Vadim Pisarevskyadded Mat::push_back, pop_back and related operations...
2010-10-16 Vadim Pisarevskyadded helper macros to the function declarations
2010-10-12 Marius MujaUpdated FLANN to version 1.5
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-09-21 Vadim Pisarevskymoved the matrix expressions from mat.hpp to matop...
2010-08-30 Vadim Pisarevskyfixed Mat(const Matx&) constructor; added SVD(Matx)
2010-07-29 Vadim Pisarevskymade MatConstIterator STL compliant
2010-07-29 Vadim Pisarevskyadded conversion operators Mat->vector<T>, Mat->Vec...
2010-07-16 Vadim Pisarevskyupdated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib...
2010-07-07 Vadim Pisarevskyadded some quaternion operations on Scalar's.
2010-06-29 Vadim Pisarevskyadded Eigen2 support; fixed compile errors on Ubuntu...
2010-06-29 Vadim Pisarevskyadded "small matrix" class Matx<T, m, n>
2010-06-09 Vadim Pisarevskyfixed matrix comma initializer for shorter notation
2010-05-25 Vadim Pisarevskydoxygenated opencv_video & opencv_calib3d modules ...
2010-05-25 Vadim Pisarevskydoxygenated core and imgproc modules (C++ API only)
2010-05-21 Vadim Pisarevskyrenamed cv::flann to cv::cvflann to avoid name conflicts
2010-05-18 Vadim Pisarevskyadded Doxygen-based documentation (draft version for...
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...