1088 Commits (42f9ee3f3e580a2c8495b4b56669f06708de53b1)

Author SHA1 Message Date
Ovidiu Parvu 73f476bd4b Added a namespace and prefixed global variables with "G_" in order to prevent variable shadowing problems. 12 years ago
Ovidiu Parvu 737c5fe781 Updated the return type of the cvMinEnclosingTriangle function in the documentation 12 years ago
Ovidiu Parvu dc64dd7315 Made the following changes after code inspection (min_enclosing_triangle.cpp): 12 years ago
Ovidiu Parvu b570a4ac47 Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation. 12 years ago
Ovidiu Parvu 130b4d8e26 Changed the return type of cvMinEnclosingTriangle to CVAPI(void). Added the implementation of the function to the min_enclosing_triangle.cpp source file. 12 years ago
Ovidiu Parvu 7ac768651f Added the signature cvMinEnclosingTriangle (C version) to the imgproc_c.h header 12 years ago
Ovidiu Parvu 0117d77cd1 Added the tests for the minEnclosingTriangle function in the existing test_convhull.cpp file. 12 years ago
Ovidiu Parvu caaa9e0f2d - Wrote the documentation for the minEnclosingTriangle function (+1 extra picture depicting a sample output) 12 years ago
Ovidiu Parvu 8bada4c751 Overloaded the minEnclosingTriangle function such that there is an alternative function with the same name which does not require the output parameter ``area''. 12 years ago
Ovidiu Parvu 0ed2f6201d Optimised one assert statement in the min_enclosing_triangle.cpp file. Added the minEnclosingTriangle functionality to the existing minarea.cpp sample file. 12 years ago
Ovidiu Parvu 9902affae6 Added some assert statements to constrain the type of the input and output parameters. Convert the input set of points to vector<Point2f> before passing it to the findMinimumAreaEnclosingTriangle function. 12 years ago
Ovidiu Parvu 4fce8e6b0e Changed the semantics of the minEnclosingTriangle function such that: 12 years ago
Ovidiu Parvu 510ad8e779 - Changed the type of the minEnclosingTriangle function parameters by using proxy classes InputArray/OutputArray instead of std::vector<T> 12 years ago
Ovidiu Parvu e6b58c4e79 - Added the minEnclosingTriangle function declaration to the imgproc header 12 years ago
Vadim Pisarevsky 61f2107829 added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions. 12 years ago
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data. 12 years ago
Roman Donchenko 2de8487e58 Fixed a few tests that use uninitialized inputs. 12 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Ilya Lavrenov be98cd2f7f replaced explicit __stdcall by CV_STDCALL 12 years ago
Roman Donchenko 254d4ae429 Boring changes - imgproc. 12 years ago
Daniel Angelov 25c0d5978c Update on the compare lines method. 12 years ago
Roman Donchenko 6ebfa87181 Delete a bunch more trailing whitespace that slipped through the cracks. 12 years ago
Daniel Angelov b5e1eb7d48 Removed IOArray constness. 12 years ago
Vadim Pisarevsky e85e4d3ab9 fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim) 12 years ago
kdrobnyh e6ec3dd17f Add IPP support in resize, warpAffine, warpPerspective functions 12 years ago
Daniel Angelov 24e916059f Added LineSegmentDetector documentation and an output image. 12 years ago
Daniel Angelov 9d78b8003e Update on LSD no to use any Mat* (IOArrays instead). 12 years ago
yao 26b5eb3e39 add adaptive bilateral filter (cpp and ocl version) 12 years ago
Vadim Pisarevsky f12702be24 fixed bugs in rectangular morphology case 12 years ago
Vadim Pisarevsky 771feb61c2 fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches) 12 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 12 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 12 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 12 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
kdrobnyh c1de14c27a Fix bilateralFilter function 12 years ago
kdrobnyh 3c9f307193 macros -> template in IPP support cvtColor 12 years ago
Dmitry Retinskiy 4eb85189e5 bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty 12 years ago
abidrahmank 1b93ecfae8 docs changes 12 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 12 years ago
Nghia Ho 79965c9ee9 Replaced isfinite() with cvIsInf and cvIsNan 12 years ago
kocheganovvm 086db9d6db Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 12 years ago
StevenPuttemans fd056235d3 Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1) 12 years ago
StevenPuttemans 1a42dd905c Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 12 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 12 years ago
kdrobnyh 7da5fa01d4 Removed extra {} in erosion and dilation functions 12 years ago
Nghia Ho 95ee02ba8e Added extra comment to test buildbot 12 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 12 years ago
Nghia 18e7aa5d19 Update intersection.cpp 12 years ago