1476 Commits (e05c4888684b1ea032ce3ea90a724f41dd7be6e9)

Author SHA1 Message Date
Alexey Spizhevoy ace94d2ebf fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented) 14 years ago
Vladislav Vinogradov cfb8c8418b minor fix 14 years ago
Vladislav Vinogradov 26dd71d981 fixed gpu::cvtColor according #5324 changes 14 years ago
Stefano Fabri 11feada567 Some warning fix. Initial multicast get property support 14 years ago
Ilya Lysenkov 575ec4aae8 Added doxygen doc to getBackgroundImage 14 years ago
Vadim Pisarevsky 3531521f10 a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 14 years ago
Vadim Pisarevsky 20aca7440f a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 14 years ago
Vadim Pisarevsky 3b9e752be7 some more core functions documented + minor fixes and rearrangements 14 years ago
Vadim Pisarevsky 51c11ba78b improved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneous (ticket #1011) 14 years ago
Vadim Pisarevsky f6b3754f34 handle empty YAML's correctly (ticket #1127) 14 years ago
Ilya Lysenkov 3822128602 Fixed cv namespace boldface (from ticket #991) 14 years ago
Ilya Lysenkov 839c1bea4b Fixed matchTemplate doc (ticket #1045) 14 years ago
Ilya Lysenkov 99bae77173 Fixed coefficients order in solvePoly doc (ticket #1060) 14 years ago
Ilya Lysenkov 95bfd022cf Fixed createButton brief doc (ticket #785) 14 years ago
Maria Dimashova 4a1ccbeee6 optimized retrievePointCloudMap (#1106) 14 years ago
Stefano Fabri 715b5d0c55 Little fix for multicast (we'll testing in a real multicast environment in the next days) 14 years ago
Ilya Lysenkov c71e24cd96 Updated docs of findCirclesGrid() 14 years ago
itsyplen a2f5884159 Specialization for 'get' method with bool type was added, help and constructor were updated too 14 years ago
Ilya Lysenkov 35e25b760e Added the EMD function description (ticket #696) 14 years ago
Ilya Lysenkov 1e945dc984 Added documenation of the Earth Mover Distance (C++ interface, ticket #696) 14 years ago
Maria Dimashova b5163291dd added upright mode to SURF (#825) 14 years ago
Vadim Pisarevsky 2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 14 years ago
Kirill Kornyakov aad9b3219c Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser 14 years ago
Vadim Pisarevsky c7a42e9682 started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions) 14 years ago
Maria Dimashova bdae962e13 removed constraint to max_iter in CvANN_MLP (#1110) 14 years ago
Ilya Lysenkov 07e2deccb9 Fixed the RGB2HSV formula (ticket #868) 14 years ago
Maria Dimashova 9e21f06404 replaced M_PI by CV_PI 14 years ago
Ilya Lysenkov 084c640db6 Asked users to pass two operation flags tothe sort() function (ticket #315) 14 years ago
Ilya Lysenkov fe5784957c Fixed Mat::channels() brief documentation (ticket #1064) 14 years ago
Kirill Kornyakov 65ed270790 class CommandLineParser was updated according new requirements 14 years ago
Vadim Pisarevsky e46d98a162 excluded "-B" flag for better compatibility with old Python. 14 years ago
Maria Dimashova 3dc03531e1 added CvEM read/write (#1032) 14 years ago
Ilya Lysenkov bd33e0a3da Minor change to contourArea example 14 years ago
Maria Dimashova ca551ab9ae added one more SIFT::CommonParams constructor 14 years ago
Ethan Rublee 7d4f06b7f3 Attempting to add support for openni depth registration. 14 years ago
Vadim Pisarevsky a87d12eb9e added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch) 14 years ago
Vadim Pisarevsky fcd2a0c3d3 fixed VS2010 compile warnings and errors 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Alexander Mordvintsev 6dc7ae0ff6 added some constants to python cv2 api 14 years ago
Maria Dimashova cd2f3786f0 removed duplicated check 14 years ago
Alexander Shishkov 97ae8f7af7 added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC 14 years ago
Andrey Kamaev 3956f54040 Android native camera is updated to support RGBA output 14 years ago
Andrey Kamaev cdda5ec491 YUV420i to RGB conversion is added to cvtColor 14 years ago
Vadim Pisarevsky 922fc58201 added CV_64F support to cv::remap (ticket #650) 14 years ago
Vadim Pisarevsky 2c1e913b2d added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) 14 years ago
Andrey Kamaev 2609df00bd Added missed method declarations. Fix for r5343 14 years ago
Vadim Pisarevsky 262fc33024 added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686) 14 years ago
Ilya Lysenkov 04ebfc0a02 Added computing of the mean background image in the BackgroundSubtractorMOG2 model. 14 years ago
Vadim Pisarevsky 6be2a79fb9 fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013) 14 years ago
Andrey Kamaev c7bdf83de5 Fixed Android build 14 years ago