10189 Commits (ada858e1c056e215f08a4c8369a95075198301d6)
 

Author SHA1 Message Date
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
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
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
hbristow 224f44a255 Made changes to OpenCVFindMatlab suggested by SpecLad 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 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
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
Ozan Tonkal 3f27ba54e0 re-render the scene after changing camera properties 11 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. 11 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. 11 years ago
Roman Donchenko d669559ec3 Bumped version to 3.0. 11 years ago
Roman Donchenko b525c28244 Updated the Java bindings and docs to support the version status. 11 years ago
Roman Donchenko 473bfb0019 Updated the build config files to deal with the version status. 11 years ago
Roman Donchenko cd8ff69637 Added version status support into the build system. 11 years ago
Ovidiu Parvu 4fce8e6b0e Changed the semantics of the minEnclosingTriangle function such that: 11 years ago
Roman Donchenko 887825e831 Added an additional version component - the development status. 11 years ago
antonella 5b2d557502 Added plantuml extension 11 years ago
look4pritam 7fd7bbc9f1 The prism distortion coefficients are added for the stereo calibration. 11 years ago
Ovidiu Parvu 510ad8e779 - Changed the type of the minEnclosingTriangle function parameters by using proxy classes InputArray/OutputArray instead of std::vector<T> 11 years ago
Ovidiu Parvu e6b58c4e79 - Added the minEnclosingTriangle function declaration to the imgproc header 11 years ago
Roman Donchenko 4fe8e377ed Merge pull request #1436 from SpecLad:host-git 11 years ago
Roman Donchenko 03926fac20 Fixed finding Git when cross-compiling. 11 years ago
Ozan Tonkal 620d92824c hide VizMap and VizPair from public interface 11 years ago
Vladislav Vinogradov 6bbac2a7d9 Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko acc2ca484c Merge pull request #1425 from pengx17:master_retina_ocl_fix 11 years ago
Roman Donchenko 242e4254f3 Merge pull request #1427 from SpecLad:merge-2.4 11 years ago
Roman Donchenko 7238479813 Merge pull request #1415 from znah:sfm_py 11 years ago
Roman Donchenko 54c6830937 Merge pull request #1422 from SpecLad:nat-act-upd 11 years ago
Roman Donchenko 95c2e8b51f Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
peng xiao 8767c47463 Fix whitespaces. 11 years ago
pengxiao a92721b569 Fix retina ocl on NV. 11 years ago
Alex Leontiev a29863ee7b Eliminate use of 32-bit floating pt type 11 years ago
Alex Leontiev 1207cd132b Minor fixes 11 years ago