Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that...
[profile/ivi/opencv.git] / modules / core / include / opencv2 / core / core.hpp
2012-09-04 KevinOverloaded PCA constructor and ( ) operator to implemen...
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-21 Leonid BeynensonMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Andrey KamaevMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Vadim Pisarevskyadded ios camera support in highgui. turned on optimiza...
2012-08-20 Vladislav VinogradovMerge branch 'gpu-tests'
2012-08-18 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-17 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-08-17 Vadim Pisarevskyadded cross-platform Mutex implementation; enable platf...
2012-08-09 Philipp WagnerMerge branch 'master' of git://code.opencv.org/opencv
2012-08-08 Alexander Mordvintesvadded CV_IN_OUT to img argument of drawing functions
2012-08-03 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-03 Vadim Pisarevskymoved parallel_for_ and ParallelLoopBody to core.hpp
2012-07-05 Marina Kolpakovafixed #2130
2012-06-29 Leonid BeynensonFixed small bug in cv::Ptr<_Tp> conversion to cv::Ptr...
2012-06-29 Andrey KamaevAdded Ptr<T> support to AlgorithmInfo; fixed some warnings
2012-06-28 Leonid BeynensonAdded template method cv::Algorithm::set(const char...
2012-06-18 Andrey KamaevFixed WString related build problem in Android build
2012-06-07 Andrey KamaevSet stricter warning rules for gcc
2012-05-30 Vadim Pisarevskychanged "void FileStorage::release(string&)" to "string...
2012-05-30 Vadim Pisarevskyreplaced "string FileStorage::release()" with 2 methods...
2012-05-29 Andrey KamaevFixed documentation: corrected parameter names
2012-05-28 Andrey KamaevMore fixes for documentation.
2012-05-28 Vadim Pisarevskyadded API for storing OpenCV data structures to text...
2012-05-28 Andrey KamaevFixed more documentation & source discrepancies
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...
next