11108 Commits (9bf2516eb1bdeeb063ab4b9750bcfe46bcaaa01d)
 

Author SHA1 Message Date
Bob Igo 2eb5ca0024 fixed malformed XML 11 years ago
Ovidiu Parvu 2bf36c312f Removed static variables which were not read-only and used more function parameters instead. 11 years ago
Ovidiu Parvu e324446c70 Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly. 11 years ago
Ovidiu Parvu 52cdae6e2b Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0 11 years ago
Ovidiu Parvu 21390d806f Removed non-ASCII characters from the comments 11 years ago
Nghia Ho 8e8ff4dd33 Merge remote-tracking branch 'upstream/master' 11 years ago
Alexander Smorkalov 0ecd7913f8 Merge pull request #1472 from alalek:master_fix_debug_builds_on_win 11 years ago
lluis 2837bfd9fa Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline 11 years ago
Alexander Smorkalov c550e452f9 Merge pull request #1384 from hbristow:matlab_public 11 years ago
Fedor Morozov f99be6bda6 Mergin itseez 11 years ago
Ovidiu Parvu 73f476bd4b Added a namespace and prefixed global variables with "G_" in order to prevent variable shadowing problems. 11 years ago
Fedor Morozov 90b6af1496 Merge new changes 11 years ago
Fedor Morozov b1af5cc478 Remove ghost removal 11 years ago
Ozan Tonkal 5780b418c9 delete duplicate bunny.ply, remove tabs and extra lines 11 years ago
Ovidiu Parvu 737c5fe781 Updated the return type of the cvMinEnclosingTriangle function in the documentation 11 years ago
Alexander Alekhin 81ac97c6bd fix for broken debug builds (MSVS2010/2012) 11 years ago
Ozan Tonkal 8de46e1f81 removed trailing spaces 11 years ago
Ovidiu Parvu dc64dd7315 Made the following changes after code inspection (min_enclosing_triangle.cpp): 11 years ago
Andrey Pavlenko d08b163657 Merge pull request #1468 from alalek:fix_alignSize_usage 11 years ago
hbristow d84ab09ab7 Updated documentation 11 years ago
Ozan Tonkal 824c28a588 Merge remote-tracking branch 'itseez/master' 11 years ago
hbristow 1dd017e9d0 Fixed a memory leak in mxarray 11 years ago
Alexander Smorkalov 99a43257d5 Merge pull request #1465 from jet47:cudev-old-cc 11 years ago
Alexander Alekhin f1b5cbc8fe ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp 11 years ago
Alexander Smorkalov 3fa3722641 Merge pull request #1458 from look4pritam:my-branch 11 years ago
Ozan Tonkal 223fb39d94 include viz tutorials in the main tutorials file. ignore viz samples 11 years ago
Ozan Tonkal a117400577 ignore viz tutorials when BUILD_opencv_viz is not set 11 years ago
Ozan Tonkal e3e5fd5baa Merge remote-tracking branch 'itseezstream/master' 11 years ago
Andrey Pavlenko ad404ef44f Merge pull request #1446 from lluisgomez:scene_text_detection_NM_fix2 11 years ago
Vladislav Vinogradov 20f636fcee fixed cudev compilation for old pre-Fermi archs 11 years ago
Alexander Smorkalov 6fae07ba88 Merge pull request #1460 from ilya-lavrenov:ocl_divUp 11 years ago
Alexander Smorkalov 14951dc387 Merge pull request #1461 from ilya-lavrenov:ocl_dataOperations 11 years ago
Alexander Smorkalov d437183388 Merge pull request #1439 from ilya-lavrenov:convertTo 11 years ago
Alexander Smorkalov 9cf301e257 Merge pull request #1449 from SpecLad:dc1394-095 11 years ago
Alexander Smorkalov 8853d19e74 Merge pull request #1452 from alalek:fix_cv_export_templates 11 years ago
Andrey Pavlenko b3bb42773b Merge pull request #1454 from ilya-lavrenov:ocl_pyrUp 11 years ago
Alexander Smorkalov 2dceb68a21 Merge pull request #1455 from ilya-lavrenov:ocl_test_output 11 years ago
Fedor Morozov 89508bf7ab NO exr now 11 years ago
Fedor Morozov 76c6fa9348 No EXR in tests 11 years ago
Ilya Lavrenov 6a26c4483f added performance tests for data transfer operations 11 years ago
Ilya Lavrenov 58b84c2fc0 removed needless divUp 11 years ago
Alexander Smorkalov 06a7a1ac47 Bug #1890 Opencv 2.4.0 with QT 4.7.4 and cvcreatebutton exception fixed. 11 years ago
look4pritam a430abd02e The thin prism distortion coefficient related small bug is fixed. 11 years ago
Ovidiu Parvu b570a4ac47 Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation. 11 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. 11 years ago
Ovidiu Parvu 7ac768651f Added the signature cvMinEnclosingTriangle (C version) to the imgproc_c.h header 11 years ago
Ovidiu Parvu 0117d77cd1 Added the tests for the minEnclosingTriangle function in the existing test_convhull.cpp file. 11 years ago
Ilya Lavrenov e0325fe057 removed useless output 11 years ago
Ilya Lavrenov a5c9d83617 fixed ocl::pyrUp for 2-byte types 11 years ago
Ozan Tonkal 3165b526f2 merge with Itseez/opencv 11 years ago