1038 Commits (2c3543877168ec8e9a92920b84c8e4e0152142a7)

Author SHA1 Message Date
Daniel Angelov 3350533f48 Fixed ambiguouty error, signess compare. 12 years ago
Daniel Angelov 6bd5e12be3 Added a sample to show usage of the class. 12 years ago
Daniel Angelov e51e00ac5f Added LSD accuracy tests. 12 years ago
Daniel Angelov 5350a2f1d9 Added Line Segmen Detector. 12 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
kdrobnyh f8eb806565 Add IPP support to integral function 12 years ago
Heinz Hofbauer a26c4fa2a2 Bugfix for an overlapping size of image and template for matchTemplate. 12 years ago
Sergei Nosov 29955620e0 multiruns added to avoid the 'unreliable results' error 12 years ago
abidrahmank a1ea1a7ec5 boxpoints documentation 12 years ago
abidrahmank 37f4e400e4 Added cv2.boxPoints() functionality to Python bindings (Feature #2023) 12 years ago
Sergei Nosov c90abb6a03 add multiruns to fix "unreliable results" error 12 years ago
berak 765a2c6045 Moments.nu** fields initialized in completeMomentState( Moments* moments ) 12 years ago
berak 610e29fa31 restored utility.hpp 12 years ago
berak 50e27ffc37 added initialization of Moments.nu** params in completeMomentState( Moments* moments ) 12 years ago
IanVS 41fc41829c Updated documentation to new "COLOR_" format for color conversion enums. 12 years ago
Roman Donchenko f90fd5b0da Split CLAHE into its own file, because it's faster that way. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
abidrahmank ca09ba6852 Bug #2960 : docs about CV_BGR2GRAY 12 years ago
abidrahmank 98960bf201 A new python sample on grabcut 12 years ago
ericgreveson e7995b4d5d Take account of multi-channel matrices when comparing histograms 12 years ago
Andrey Kamaev 2665c39a0d Fix build warnings from gcc 4.8 12 years ago
ericgreveson 19794e6857 Fix for spurious assert in cv::compareHist 12 years ago
Roman Donchenko 2dc8642508 Changed convexHull's documentation to essentially invert the meaning of ``clockwise``. 12 years ago
tim36272 5ef3ef9c4a Clarified floodfill documentation 12 years ago
Andrey Kamaev 8f32902ce6 Minimize usages of legacy C API inside the library 12 years ago
Andrey Kamaev 96b008cd29 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 12 years ago
Andrey Kamaev 8b294c6c90 Remove documentation for old python wrapper 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev 4846dcdfeb Move borderInterpolate and copyMakeBorder documentation 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev befd696720 Update documentation 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Alexander Smorkalov a914088f29 Build warning fixes. 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev d62bc8cfbf Remove more old definitions from internal.hpp 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 605382562d Fix stack corruption in cvConvexHull2 and heap corruption in OutputArray::create 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 969a7133a9 Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 12 years ago
Andrey Kamaev 62adc01980 Move cv::Rect_ 12 years ago
Andrey Kamaev 13b31b0804 Move C++ basic structures to separate header and inverse dependency from C API 12 years ago
Vladislav Vinogradov 5a4fa4607b fixed misprint in imgwarp.cpp 12 years ago
Andrey Kamaev cc6bdfb045 Remove inline sorting algorithms from core headers 12 years ago
Vladislav Vinogradov 5810a73d30 CPU implementation of CLAHE 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Daniil Osokin e153f0631c Added missing enums for cvtColor RGB to YUV420p 12 years ago
Andrey Kamaev e75df56317 Unified handling of InputOutputArrays in Python wrapper generator 12 years ago