989 Commits (53b8218652536d58dd71eb8690fff263b6122b9a)

Author SHA1 Message Date
Daniel Angelov cedd768397 Fixed the M_PI to CV_PI 12 years ago
Daniel Angelov 965b3759b1 Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups. 12 years ago
abidrahmank 692d807fa0 gabor filter docs Bug#1894 12 years ago
StevenPuttemans 27ed32f833 Applied bugfix #3165 : Changed min_eps value 12 years ago
Andrey Pavlenko 6b047ca0eb minor improvement (consistency, readability) 12 years ago
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
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