30 Commits (afbcc07184233fed238878a50c05a9e396523c4a)

Author SHA1 Message Date
chacha21 91a0270432 try to fix Android compilation 8 years ago
chacha21 16a9407fbf new try to adapt to iOS build bot 8 years ago
chacha21 e19000a56f adaptation for iOS buildbot 8 years ago
chacha21 7521bcc32c comment unused function 8 years ago
chacha21 d3a15c625a do not use GCC_VERSION 8 years ago
chacha21 af746a9269 optimize ICV_HLINE 8 years ago
Alexander Alekhin fa36b9d345 imgproc: fix using of uninitialized edge[] members in FillConvexPoly 8 years ago
Alexander Alekhin 98181e9d7f imgproc/drawing: minor refactoring in FillConvexPoly 8 years ago
Vitaly Tuzov 26c9889c6b Fix for incorrect line drawing beyond 32768 row or column 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Suleyman TURKMEN 7c5b981c17 Update drawing.cpp 9 years ago
berak 2d1cb14e61 fix cv::MARKER_TRIANGLE_UP 9 years ago
Maksim Shabunin 715887fcd5 Coverity: fixed some negative argument issues 9 years ago
berak f2decec3e8 fix zero length std::string in putText() 9 years ago
Aman Verma dff7037156 Adding fix for issue 5451 "putText fails with empty std::string" 9 years ago
StevenPuttemans 587dca9b1c adding markers to OpenCV 9 years ago
Ilya Lavrenov 11981c31f0 fixed valgrind warning in polylines 9 years ago
Tsukasa Sugiura cd13b30fde Fix LineAA in case of 4 channel 9 years ago
Suleyman TURKMEN c63f443bba Update drawing.cpp 9 years ago
Marek Nogacki 25bcca2edb fixed http://code.opencv.org/issues/4276 - set drawing thickness limit to 32767 10 years ago
Marek Nogacki d59a6b29d5 fixed http://code.opencv.org/issues/4276 - removed drawing thickness upper limit 10 years ago
Andrey Pavlenko d2409d12c6 porting polylines with empty `vector<Point>` from 2.4 to master 10 years ago
Ahmatnurov Dinar 2358c79db2 move 3265 to 3.0; 10 years ago
Nisarg Thakkar b8f65d0252 Same as Bug #3309. Pushing to master 10 years ago
Artur Wieczorek 41afe54696 Fix determining bounding box of the edge collection in FillEdgeCollection(). 10 years ago
Vadim Pisarevsky 257463719b removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
PhilLab e82241cba5 Function for drawing arrows 11 years ago
unknown d0c3c4c373 Function for drawing arrows 11 years ago
Konstantin Matskevich c684da3549 drawing 11 years ago
StevenPuttemans dd0481ef2d Added brackets around line 888-892 for correct code! 12 years ago
StevenPuttemans c3dee28394 Fixed bug #3101, problem on ellipse2poly function 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 12 years ago
Jonathan Bohren a7a0f92e58 Fixing segfault for near-zero-sized ellipses 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 0442bca235 Revert "partially recovered binary compatibility (ticket #2415)" 12 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
Marina Kolpakova 66aff45e96 fixed #2130 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev 6ca618277c More fixes for documentation. 13 years ago
Vadim Pisarevsky 0404b2989e fixed line clipping (ticket #1284) 13 years ago
Leonid Beynenson 295a9815e8 Removed unrequired type conversions in the function clipLine. 13 years ago
Leonid Beynenson a659832df1 Made the function "clipLine" to work with int64 values instead of int --- otherwise sometimes it returned wrong points coordinates, and it caused the function "line" to crash. 13 years ago
Vadim Pisarevsky 2e9f5c434b added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago