10732 Commits (424a7b0ab0cf7da591f7f15fbd15b2fee8c84a41)
 

Author SHA1 Message Date
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
hbristow eb3a83209c Added TODO for the future of Matlab version sorting 11 years ago
Ozan Tonkal c31fb8ffff rename widgets from *Widgets to W* 11 years ago
Ovidiu Parvu caaa9e0f2d - Wrote the documentation for the minEnclosingTriangle function (+1 extra picture depicting a sample output) 11 years ago
hbristow 31c58d23e0 Streamlined mexext detection, with removal of trailing whitespace/newlines handled by execute_process 11 years ago
Alexander Alekhin 0ee47502d9 remove CV_EXPORT from templates 11 years ago
Ozan Tonkal f570b3e18d cmake check if VTK version is lower than 5, and give fatal error if it is 11 years ago
hbristow 86b7e3d15d Moved Jinja2 into 3rdparty. Now using latest stable version from pypi (2.7.1) 11 years ago
Adrian Stratulat f9ea3772b0 Add compile option for enabling NEON 11 years ago
hbristow 224f44a255 Made changes to OpenCVFindMatlab suggested by SpecLad 11 years ago
Andrey Pavlenko f9c6123439 Merge pull request #1444 from ilya-lavrenov:ocl_test_mog 11 years ago
lluis d25309f82e first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes 11 years ago
lluis 75fdfba281 renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory). 11 years ago
Roman Donchenko 671e5e39b1 Dropped the HAVE_DC1394_095 configuration macro. 11 years ago
StevenPuttemans 199aa80915 Added typo in docs of tutorial 11 years ago
Roman Donchenko eff21788a8 Merge pull request #1445 from vpisarev:stereocalib_quick_fix 11 years ago
lluis 95d92c099c functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object 11 years ago
Roman Donchenko 160ab8415e Merge pull request #1330 from lenlen:plantuml 11 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 11 years ago
Roman Donchenko c511d5d649 Merge pull request #1414 from lluisgomez:scene_text_detection_computeNMChannels 11 years ago
Roman Donchenko 0033d453f2 Merge pull request #1426 from nailbiter:optimPD 11 years ago
Roman Donchenko e3b92a9591 Merge pull request #1441 from look4pritam:prism-stereo 11 years ago
Roman Donchenko 4082a0c64e Merge pull request #1442 from SpecLad:version-status 11 years ago
Ilya Lavrenov 9311f84109 disabled MOG tests if no video input support 11 years ago
hbristow 232f11e256 Updated OpenCVFindMatlab with changes suggested by SpecLad 11 years ago
hbristow 530ad447bc Added fixes to CMakeLists.txt 11 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''. 11 years ago