1818 Commits (3c7f7de477eb20debed0cb43dc0e7f10a3218ef0)

Author SHA1 Message Date
Vadim Pisarevsky ffabbfa778 added test to prove that remap does not leak memory (http://code.opencv.org/issues/2502). disabled the test for now to save execution time. 10 years ago
Vadim Pisarevsky ca90667723 fixed compile warnings on Linux and Windows 10 years ago
Vadim Pisarevsky 05d888316a added test for http://code.opencv.org/issues/2957 10 years ago
Vadim Pisarevsky feb5b6aa93 increased singularity epsilon in LU decomposition. This solved singular case from http://code.opencv.org/issues/3305. Added the respective test. 10 years ago
Vadim Pisarevsky 2e7e754032 added support for n-channel (n>4) images in warpAffine/warpPerspective/remap: http://code.opencv.org/issues/4190 10 years ago
Vadim Pisarevsky d3b0cb878a added test for http://code.opencv.org/issues/2736 10 years ago
Vadim Pisarevsky 71002e0e79 some fixes from http://code.opencv.org/issues/3733 10 years ago
Belev 2200e0fb7e Fix typo 10 years ago
Maksim Shabunin 9efc57f24b Increased perf_imgproc.moments max error 10 years ago
kalistratovag 20156d1eeb Adding 1 to moments to avoid tests fails 10 years ago
Mansour Moufid b99f7a29df Cast some image coordinates and sizes to double. 10 years ago
Andrey Pavlenko d2409d12c6 porting polylines with empty `vector<Point>` from 2.4 to master 10 years ago
Pavel Rojtberg 1ea41e7246 fix gftt opencv kernel when using mask 10 years ago
Deanna Hood 37f77e7397 Change condition on parallel ellipse case so can only calculate t if necessary 10 years ago
Deanna Hood 5a552b6d8d Regression test for Bug #3989: check fitEllipse with rotation angles of n*pi/2 10 years ago
Deanna Hood 103336c76e Fix Bug #3989: correctly identify ellipse with its axes parallel to x-y axes during semi-major axis calculation 10 years ago
Ahmatnurov Dinar 2358c79db2 move 3265 to 3.0; 10 years ago
Nisarg Thakkar 00094a8792 Fix for Bug4243. Made changes relating to non OpenCL devices 10 years ago
Nisarg Thakkar a0bc0ab7cb Fix for Bug4243 10 years ago
Vadim Pisarevsky 259e41da73 reverted "typedef _InputArray InputArray", fixed warning from doxygen 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Vadim Pisarevsky b91313a84e initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report) 10 years ago
Dmitry-Me 6318409a5d Reduce variable scope 10 years ago
Scott Graybill 3d2c0ed97f Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks. 10 years ago
Dmitry-Me 135701feac Double used as boolean for no reason 10 years ago
Samyak Datta 20efcff166 Added doxygen comments for sqrBoxFilter() method 10 years ago
Ilya Lavrenov cf4c79ebdd disabled some kernels for Android && NVidia 10 years ago
Ilya Lavrenov 26eebb3ee3 increased EPS for cvtColor for NVIDIA 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
StevenPuttemans 6902fa6b1c fix formula getGaussianKernel in docs 10 years ago
StevenPuttemans 7401b02022 fix ellipse fitting notice 10 years ago
Nisarg Thakkar b8f65d0252 Same as Bug #3309. Pushing to master 10 years ago
Maksim Shabunin da383e65e2 Remove deprecated methods from cv::Algorithm 10 years ago
sergei 0d72420480 HAVE_TEGRA_OPTIMIZATION was fixed 10 years ago
Ilya Lavrenov e9a6c5db21 sqsum 10 years ago
karelknoest b5bd2fd880 Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector. 10 years ago
karelknoest 1ded2de2dd Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm. 10 years ago
Yan Wang 46ed461e22 Add template match with mask. 10 years ago
Ilya Lavrenov 81f786393a NEON detection in runtime 10 years ago
Alexander Smorkalov 1fa37fe733 OpenCV for Tegra compilation fix for 10 years ago
Ilya Lavrenov 33176db5dc compareHist 10 years ago
Ilya Lavrenov 6bce6ee34a checks 10 years ago
Ilya Lavrenov 3b23e57925 convertMaps 10 years ago
Ilya Lavrenov 0fd8f50522 warpAffine INTER_NEAREST 10 years ago
Ilya Lavrenov d92f67ee2c warpPerspective 10 years ago
Ilya Lavrenov 7b060d9122 cvtColor 4 cn 10 years ago
Ilya Lavrenov f2cd65cf1e fixes 10 years ago