578 Commits (d368bf5210faed53a4f83d907722212e2027ff7e)

Author SHA1 Message Date
Andrey Pavlenko 74c72a1d7a removing unreachible code 12 years ago
Vladislav Vinogradov 7b87d72d80 refactored generalized hough (both CPU and GPU): 12 years ago
Alexander Smorkalov 16cfc7a531 WindowsRT build warning fixes. 12 years ago
kdrobnyh 487ded8b27 Add IPP erosion and dilation 12 years ago
Daniel Angelov 694d9ff2eb LSD enum now anonymous. 12 years ago
Daniel Angelov d35601209e Added define guard for ln10. Fixed some warnings. 12 years ago
Daniel Angelov 22c8010b2d Added needed header, changed macro name. 12 years ago
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
abidrahmank 37f4e400e4 Added cv2.boxPoints() functionality to Python bindings (Feature #2023) 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
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
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
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 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 715fa3303e Move cv::Mat out of core.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
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 7e50d3e571 Fixed MSVC warnings 12 years ago
Ilya Lavrenov 3eed5d8c72 additional improvements for 32f 12 years ago
Ilya Lavrenov efad6942e2 some improvements of existing sse3 optimization of bilateral filter in case of 8uc3. Now perf tests take 6120ms instead of previous 7250ms (1.18x speed-up) 12 years ago
Daniil Osokin cf5e272878 Added multithreaded implementation for RGB to YUV420p color conversion 12 years ago
Andrey Kamaev d586f4a103 Fix x64 build warnings 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Daniil Osokin 7255ede3af Added implementation for RGB to YUV420p color conversion 12 years ago
alegarda 62655b05f4 Indentation ok 12 years ago
alegarda 8a2b50dca6 Fixed undistort.cpp 12 years ago
alegarda 76d03fccb9 Added Thin Prism Distortion Model 12 years ago
Vadim Pisarevsky 3c25ddd9ff restored 8u->32f cvGetQuadrangleSubPix() mode (need better test for it) 12 years ago