745 Commits (e12496d1504e6d1867882c4232a871e849fa82bf)

Author SHA1 Message Date
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Jason Newton affab4f156 correct range computations, it is difficult to do the more efficient single pass 3N/2 implementations correctly in this particular setting without costing more than they save 11 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Dmitry Retinskiy 4eb85189e5 bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty 11 years ago
abidrahmank 1b93ecfae8 docs changes 11 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 11 years ago
kocheganovvm 086db9d6db Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 11 years ago
StevenPuttemans fd056235d3 Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1) 11 years ago
StevenPuttemans 1a42dd905c Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
kdrobnyh 7da5fa01d4 Removed extra {} in erosion and dilation functions 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
Vadim Pisarevsky 10fde1ca5c disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
berak 03c4a6299b expanded the CV_Assert in pyrdown_ to check for empty mats 11 years ago
Andrey Pavlenko eb0d26b5be fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r') 11 years ago
kdrobnyh 94bc4c4429 Some changes in erosion and dilation functions 11 years ago
abidrahmank 9628bb0b44 morphologyex docs bug#2169 11 years ago
Shervin Emami 7dc147c1f2 Changed cornerHarris description to say it finds corners, not edges 11 years ago
Andrey Pavlenko 3a0e26b89d adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so) 11 years ago
Dmitry Retinskiy 1d571b1eaa bugfix #3121: corrected calculation of blue channel index 11 years ago
Roman Donchenko 31de2833b4 Replace "const InputArray" with "InputArray". 11 years ago
Vadim Pisarevsky 8b6afd697d added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin) 11 years ago
Daniel Angelov 6fa4834f31 Update on the class. Edited tests and samples. 11 years ago
Daniel Angelov 6f3d6ded47 Test case to strict, as overlapping lines (based on random places) may occur. 11 years ago
Daniel Angelov 68e348f960 Added private operator=. 11 years ago
Daniel Angelov cedd768397 Fixed the M_PI to CV_PI 11 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. 11 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