1791 Commits (e12a04ac7e58a41b90cafe2fca8ae71a35ff4953)

Author SHA1 Message Date
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
Ilya Lavrenov 25e99c453f avx2 in arithm 10 years ago
Ilya Lavrenov 612b8ce2cb fixed compilation issues 10 years ago
Ilya Lavrenov b2f851af06 cornerMinEigenVal 10 years ago
Ilya Lavrenov d87457a025 split/merge 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Ilya Lavrenov 31827d8dfe fixed typo 10 years ago
Ilya Lavrenov 3a426660ea sse_utils.hpp 10 years ago
Ilya Lavrenov a340ea872e cvtColor Luv 2 RGB u8 10 years ago
Ilya Lavrenov e20613a776 cvtColor RGB 2 Luv u8 10 years ago
Ilya Lavrenov 584eed633e cvtColor Lab 2 RGB u8 10 years ago
Ilya Lavrenov 05e21015e9 cvtColor HLS 2 RGB u8 10 years ago
Ilya Lavrenov 51684c109e cvtColor RGB 2 HLS u8 10 years ago
Ilya Lavrenov 51e7fb76b6 cvtColor HSV 2 RGB u8 10 years ago
Ilya Lavrenov c4c86a8990 cvtColor XYZ 2 RGB f32 10 years ago
Ilya Lavrenov 93f8800844 cvtColor RGB 2 XYZ f32 10 years ago
Ilya Lavrenov e1773749ae cvtColor RGB 2 gray 16s 10 years ago
Ilya Lavrenov 1c9e886a6a cvtColor YCrCb 2 RGB 32f 10 years ago
Ilya Lavrenov 97fad1cb53 cvtColor RGB 2 YCrCb 32f 10 years ago
Ilya Lavrenov b99396ab12 cvtColor RGB 2 YCrCb 10 years ago
Ilya Lavrenov 940f1e7914 interliving / deinterliving 10 years ago
Ilya Lavrenov fe371bf624 cvtColor Gray 2 BGR5x5 10 years ago
Ilya Lavrenov 9cacd3261d cvtColor BGR5x5 2 Gray 10 years ago
Ilya Lavrenov edee922b59 cvtColor YCrCb 2 RGB 10 years ago