added Generalized Hough implementation
[profile/ivi/opencv.git] / modules / imgproc / include / opencv2 / imgproc / imgproc.hpp
2012-09-10 Vladislav Vinogradovadded Generalized Hough implementation
2012-06-29 Andrey Pavlenkofixing bug #1987(android keeps RGBA in alpha pre-multip...
2012-06-22 Vadim Pisarevskyadded the optional output maxima value to phaseCorrelat...
2012-05-29 Andrey KamaevFixed documentation: corrected parameter names
2012-05-28 Andrey KamaevMore fixes for documentation.
2012-05-28 Andrey KamaevFixed hundreds of documentation problems
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-03-31 Andrey KamaevFixed typo.
2012-03-31 Andrey Kamaev#1732 Added yuv420p to RGB conversion. Thanks to Robert...
2012-03-30 Vadim Pisarevskyadded borderType to pyrDown, pyrUp & buildPyramid ...
2012-03-30 Andrey Pavlenko#796, #1701 fixing doc vs code arg-s naming consistency
2012-03-30 Vadim Pisarevskya LOT of obsolete stuff has been moved to the legacy...
2012-03-29 Vadim Pisarevskyadded cv::convexityDefects (ticket #796)
2012-03-27 Vadim Pisarevskyadded DIST_LABEL_PIXEL labelType to distanceTransform...
2012-03-24 Vadim Pisarevskypreliminary version of a multi-level findcontours
2012-03-15 Vadim Pisarevskylot's of changes; nonfree & photo modules added; SIFT...
2012-03-14 Andrey Pavlenko(#1636) Java API: adding undistortPoints() support...
2012-02-21 Andrey KamaevFixed #1613: removed YUV420i color conversion constants
2012-02-06 Vadim Pisarevskyadded getGaborKernel function
2012-01-25 Vadim Pisarevskyfixed bug #1531. added separate distanceTransformWithLa...
2012-01-23 Vadim Pisarevskyapplied patch by Will Lucas; improved separable filter...
2012-01-16 Andrey KamaevRefactored YUV420 to RGB/BGR/RGBA/BGRA conversion
2011-11-08 Vadim Pisarevskyadded improved ORB implementation, convex-convex polygo...
2011-09-27 Vadim Pisarevskyfixed bug #1368
2011-09-27 Vadim Pisarevskyfixed bug #1389
2011-09-06 Andrey PavlenkocvtColor: dst channels number default is set to 4 for...
2011-09-05 Vadim Pisarevskyadded phaseCorrelate function by Will Lucas.
2011-08-10 Vadim Pisarevskyfixed C++ implementation of Delaunay triangulation...
2011-08-01 Vadim Pisarevskyfixed Vec*scalar operations, fixed minEnclosingCircle...
2011-07-25 Andrey KamaevFixed camera output format handling
2011-07-18 Vadim Pisarevskyeliminated opencv_extra_api.hpp (all the functionality...
2011-07-18 Vadim Pisarevskyadded COLOR_... enumeration to imgproc.hpp and EVENT_...
2011-07-16 Vadim Pisarevskyfixed "import cv" in the new python samples. corrected...
2011-07-14 Vadim Pisarevskyrepaired Python bindings for functions using InputOutpu...
2011-07-07 Vadim Pisarevskysome more bugfixed in 2.3 propagated to trunk
2011-06-18 Vadim Pisarevskyremoved serveral CV_EXPORTS_AS() to make Python functio...
2011-06-09 Vadim Pisarevskya lot of small corrections to bring down the number...
2011-06-08 Vadim Pisarevskyrenamed "None()" to "noArray()" to avoid conflicts...
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-02-09 Vadim Pisarevskyreworked nearly all of the OpenCV tests (except for...
2010-12-12 Vadim Pisarevskyfixed cv::CHAIN_APPROX_* definitions (ticket #755)
2010-11-29 Vadim Pisarevskymoved estimateAffine3D declaration from imgproc to...
2010-11-25 Vadim Pisarevskyfixed the ordering of parameters in PyArg_ParseTupleAnd...
2010-11-23 Vadim Pisarevskyadded hconcat & vconcat functions for joining matrices...
2010-11-10 Vadim Pisarevskyfixed remap with transparent border (ticket #582)
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-16 Vadim Pisarevskyadded helper macros to the function declarations
2010-08-06 Vadim Pisarevskyadded initWideAngleProjMap() function
2010-07-28 Maria Dimashovaadded c++ interface for cvPyrMeanShiftFiltering; added...
2010-05-25 Vadim Pisarevskydoxygenated opencv_video & opencv_calib3d modules ...
2010-05-25 Vadim Pisarevskydoxygenated core and imgproc modules (C++ API only)
2010-05-12 Vadim Pisarevskyfixed build on Linux
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...