10221 Commits (7839dbd2c45ad281d29f25346c2ccf415022c54c)
 

Author SHA1 Message Date
John Stowers 4b19fda1d6 Add brisk features to python demos 12 years ago
John Stowers 42faaa8b39 Fix mouse handling in python demos 12 years ago
John Stowers 14d225134d Redefine CPU_xx constants in cv::namespace 12 years ago
Vadim Pisarevsky 8e7eb79f6e fixed compile errors and warnings when building master branch with IPP enabled 12 years ago
Alexander Smorkalov c0c575d68e Merge pull request #1481 from Human:master 12 years ago
Alexander Smorkalov 1445a29e1c Merge pull request #1469 from lluisgomez:scene_text_detection_erGrouping 12 years ago
Bob Igo 2eb5ca0024 fixed malformed XML 12 years ago
Ovidiu Parvu 2bf36c312f Removed static variables which were not read-only and used more function parameters instead. 12 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. 12 years ago
Ovidiu Parvu 52cdae6e2b Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0 12 years ago
Ovidiu Parvu 21390d806f Removed non-ASCII characters from the comments 12 years ago
Alexander Smorkalov 0ecd7913f8 Merge pull request #1472 from alalek:master_fix_debug_builds_on_win 12 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 12 years ago
Alexander Smorkalov c550e452f9 Merge pull request #1384 from hbristow:matlab_public 12 years ago
Ovidiu Parvu 73f476bd4b Added a namespace and prefixed global variables with "G_" in order to prevent variable shadowing problems. 12 years ago
Ozan Tonkal 5780b418c9 delete duplicate bunny.ply, remove tabs and extra lines 12 years ago
Ovidiu Parvu 737c5fe781 Updated the return type of the cvMinEnclosingTriangle function in the documentation 12 years ago
Alexander Alekhin 81ac97c6bd fix for broken debug builds (MSVS2010/2012) 12 years ago
Ozan Tonkal 8de46e1f81 removed trailing spaces 12 years ago
Ovidiu Parvu dc64dd7315 Made the following changes after code inspection (min_enclosing_triangle.cpp): 12 years ago
hbristow d84ab09ab7 Updated documentation 12 years ago
Ozan Tonkal 824c28a588 Merge remote-tracking branch 'itseez/master' 12 years ago
hbristow 1dd017e9d0 Fixed a memory leak in mxarray 12 years ago
Alexander Smorkalov 99a43257d5 Merge pull request #1465 from jet47:cudev-old-cc 12 years ago
Alexander Smorkalov 3fa3722641 Merge pull request #1458 from look4pritam:my-branch 12 years ago
Ozan Tonkal 223fb39d94 include viz tutorials in the main tutorials file. ignore viz samples 12 years ago
Ozan Tonkal a117400577 ignore viz tutorials when BUILD_opencv_viz is not set 12 years ago
Ozan Tonkal e3e5fd5baa Merge remote-tracking branch 'itseezstream/master' 12 years ago
Andrey Pavlenko ad404ef44f Merge pull request #1446 from lluisgomez:scene_text_detection_NM_fix2 12 years ago
Vladislav Vinogradov 20f636fcee fixed cudev compilation for old pre-Fermi archs 12 years ago
look4pritam a430abd02e The thin prism distortion coefficient related small bug is fixed. 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
Ozan Tonkal 3165b526f2 merge with Itseez/opencv 12 years ago
hbristow eb3a83209c Added TODO for the future of Matlab version sorting 12 years ago
Ozan Tonkal c31fb8ffff rename widgets from *Widgets to W* 12 years ago
Ovidiu Parvu caaa9e0f2d - Wrote the documentation for the minEnclosingTriangle function (+1 extra picture depicting a sample output) 12 years ago
hbristow 31c58d23e0 Streamlined mexext detection, with removal of trailing whitespace/newlines handled by execute_process 12 years ago
Ozan Tonkal f570b3e18d cmake check if VTK version is lower than 5, and give fatal error if it is 12 years ago
hbristow 86b7e3d15d Moved Jinja2 into 3rdparty. Now using latest stable version from pypi (2.7.1) 12 years ago
hbristow 224f44a255 Made changes to OpenCVFindMatlab suggested by SpecLad 12 years ago
lluis d25309f82e first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes 12 years ago
lluis 75fdfba281 renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory). 12 years ago
Roman Donchenko eff21788a8 Merge pull request #1445 from vpisarev:stereocalib_quick_fix 12 years ago
lluis 95d92c099c functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object 12 years ago
Roman Donchenko 160ab8415e Merge pull request #1330 from lenlen:plantuml 12 years ago
Vadim Pisarevsky 84022b0c19 fix thin-prism coefficients at 0's in the stereo calibration function unless the flag CALIB_THIN_PRISM_MODEL is explicitly set 12 years ago
Roman Donchenko c511d5d649 Merge pull request #1414 from lluisgomez:scene_text_detection_computeNMChannels 12 years ago