Alexander Alekhin
17faee5d81
imgproc: add rotatedRectangleIntersection empty input handling
4 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Brian Wignall
659ffaddb4
Fix spelling typos
5 years ago
Alexander Alekhin
98c5ce9347
imgproc(test): refactor test_intersection.cpp
...
don't use legacy test API
7 years ago
Alexander Alekhin
f89defad5d
imgproc: fix rotatedRectangleIntersection()
7 years ago
Bahram Dahi
96f92c6705
imgproc(tests): intersetion calculation of RotatedRect
7 years ago
Alexander Alekhin
471c17321f
improve code quality
...
- eliminate rand() calls
- non initialized members/ variables
- unused return values
- missing/useless NULL checks
7 years ago
Dmitry Kurtaev
07dc6d2b45
Return a convex hull from rotatedRectangleIntersection
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Ilya Lavrenov
35d9ce0c0c
fixed warnings
12 years ago
Nghia Ho
61f5176bad
Removed trailing whitespace
12 years ago
Nghia Ho
357e5d55f6
Removed trailing whitespaces
12 years ago
Nghia Ho
bc3dd2452f
Added test cpp
12 years ago
Nghia Ho
c0bbdde8ba
Added test cpp
12 years ago