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
This also fixes few clang build errors
|
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
All tests passed!
|
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
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Andrey Kamaev
|
0442bca235
|
Revert "partially recovered binary compatibility (ticket #2415)"
This reverts commit 94b97b7a63 .
|
13 years ago |
Andrey Kamaev
|
58f31819cc
|
Return drawContours back to imgproc
This partly reverts commit 6ca618277c .
|
13 years ago |
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
13 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 ...
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
56d4f875b4
|
make watershed demo work correctly
|
15 years ago |
Vadim Pisarevsky
|
9948ed88b0
|
fixed crash in cvDrawContours when abs(maxLevel) is too big
|
15 years ago |
Vadim Pisarevsky
|
a937d9d43c
|
unified the coordinate interpretation in RotatedRect (ticket #425)
|
15 years ago |
Vadim Pisarevsky
|
a3dfba36a1
|
fixed crashes in camshiftdemo sample
|
15 years ago |
Vadim Pisarevsky
|
808190c02e
|
fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408)
|
15 years ago |
Vadim Pisarevsky
|
4632d65889
|
doxygenated core and imgproc modules (C++ API only)
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |