Pavel Rojtberg
|
1ea41e7246
|
fix gftt opencv kernel when using mask
|
2015-04-22 16:13:50 +02:00 |
|
Vadim Pisarevsky
|
415a212d09
|
Merge pull request #3936 from dhood:fitEllipse-bug
|
2015-04-22 11:22:35 +00:00 |
|
Vadim Pisarevsky
|
4c875dc393
|
Merge pull request #3932 from nisargthakkar:Bug4243
|
2015-04-21 12:18:37 +00:00 |
|
Deanna Hood
|
37f77e7397
|
Change condition on parallel ellipse case so can only calculate t if necessary
|
2015-04-18 13:51:32 -04:00 |
|
Deanna Hood
|
103336c76e
|
Fix Bug #3989: correctly identify ellipse with its axes parallel to x-y axes during semi-major axis calculation
|
2015-04-16 11:59:05 -04:00 |
|
Ahmatnurov Dinar
|
2358c79db2
|
move 3265 to 3.0;
|
2015-04-16 14:36:46 +03:00 |
|
Nisarg Thakkar
|
00094a8792
|
Fix for Bug4243. Made changes relating to non OpenCL devices
|
2015-04-16 00:22:08 +05:30 |
|
Nisarg Thakkar
|
a0bc0ab7cb
|
Fix for Bug4243
|
2015-04-15 23:49:01 +05:30 |
|
Vadim Pisarevsky
|
b91313a84e
|
initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report)
|
2015-03-26 16:26:41 +03:00 |
|
Dmitry-Me
|
6318409a5d
|
Reduce variable scope
|
2015-03-25 10:35:11 +03:00 |
|
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.
|
2015-03-13 17:04:13 -07:00 |
|
Dmitry-Me
|
135701feac
|
Double used as boolean for no reason
|
2015-03-06 17:04:54 +03:00 |
|
Vadim Pisarevsky
|
f9b8ce1d25
|
Merge pull request #3784 from ilya-lavrenov:nvidia_android
|
2015-03-05 06:43:03 +00:00 |
|
Ilya Lavrenov
|
cf4c79ebdd
|
disabled some kernels for Android && NVidia
|
2015-03-04 14:46:49 +03:00 |
|
Vadim Pisarevsky
|
e4bc592c46
|
Merge pull request #3583 from oresths:tbb_canny
|
2015-03-04 10:49:27 +00:00 |
|
Vladislav Vinogradov
|
cda6fed41f
|
move tegra namespace out of cv to prevent conflicts
|
2015-02-27 12:52:11 +03:00 |
|
Vladislav Vinogradov
|
44e41baffe
|
use new functions before all tegra:: calls
|
2015-02-26 19:34:58 +03:00 |
|
Nisarg Thakkar
|
b8f65d0252
|
Same as Bug #3309. Pushing to master
|
2015-02-21 09:20:00 +05:30 |
|
Maksim Shabunin
|
da383e65e2
|
Remove deprecated methods from cv::Algorithm
|
2015-02-16 15:28:54 +03:00 |
|
sergei
|
0d72420480
|
HAVE_TEGRA_OPTIMIZATION was fixed
|
2015-01-30 11:57:35 +03:00 |
|
Vadim Pisarevsky
|
9c81338cb9
|
Merge pull request #3505 from karelknoest:lsd_subpixel
|
2015-01-22 09:44:29 +00:00 |
|
Vadim Pisarevsky
|
03fc3d1ceb
|
Merge pull request #3591 from ilya-lavrenov:sse_avx
|
2015-01-21 10:46:23 +00:00 |
|
Ilya Lavrenov
|
e9a6c5db21
|
sqsum
|
2015-01-20 21:10:06 +03:00 |
|
karelknoest
|
b5bd2fd880
|
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
|
2015-01-20 17:05:57 +01:00 |
|
karelknoest
|
1ded2de2dd
|
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
|
2015-01-20 17:05:38 +01:00 |
|
Vadim Pisarevsky
|
21a9a17478
|
Merge pull request #3568 from ilya-lavrenov:neon_runtime
|
2015-01-20 12:47:51 +00:00 |
|
Vadim Pisarevsky
|
5cc4aa0e93
|
Merge pull request #3554 from wangyan42164:match_template_mask
|
2015-01-19 11:03:44 +00:00 |
|
Vadim Pisarevsky
|
b6023eab9c
|
Merge pull request #3594 from asmorkalov:opencv4tegra_support
|
2015-01-19 10:47:49 +00:00 |
|
Yan Wang
|
46ed461e22
|
Add template match with mask.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
2015-01-16 11:09:26 +08:00 |
|
Ilya Lavrenov
|
81f786393a
|
NEON detection in runtime
|
2015-01-13 01:35:53 +03:00 |
|
Alexander Smorkalov
|
1fa37fe733
|
OpenCV for Tegra compilation fix for
- Gaussian blur;
- CascadeClassifier;
- Blenders in stitching module;
- Laplacial pyromids in stitching module.
|
2015-01-12 23:43:26 +03:00 |
|
Ilya Lavrenov
|
33176db5dc
|
compareHist
|
2015-01-12 10:59:31 +03:00 |
|
Ilya Lavrenov
|
6bce6ee34a
|
checks
|
2015-01-12 10:59:31 +03:00 |
|
Ilya Lavrenov
|
3b23e57925
|
convertMaps
|
2015-01-12 10:59:31 +03:00 |
|
Ilya Lavrenov
|
0fd8f50522
|
warpAffine INTER_NEAREST
|
2015-01-12 10:59:31 +03:00 |
|
Ilya Lavrenov
|
d92f67ee2c
|
warpPerspective
|
2015-01-12 10:59:31 +03:00 |
|
Ilya Lavrenov
|
7b060d9122
|
cvtColor 4 cn
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
f2cd65cf1e
|
fixes
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
25e99c453f
|
avx2 in arithm
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
612b8ce2cb
|
fixed compilation issues
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
b2f851af06
|
cornerMinEigenVal
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
d87457a025
|
split/merge
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
fc0869735d
|
used popcnt
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
31827d8dfe
|
fixed typo
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
3a426660ea
|
sse_utils.hpp
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
a340ea872e
|
cvtColor Luv 2 RGB u8
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
e20613a776
|
cvtColor RGB 2 Luv u8
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
584eed633e
|
cvtColor Lab 2 RGB u8
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
05e21015e9
|
cvtColor HLS 2 RGB u8
|
2015-01-12 10:59:30 +03:00 |
|
Ilya Lavrenov
|
51684c109e
|
cvtColor RGB 2 HLS u8
|
2015-01-12 10:59:29 +03:00 |
|