Ilya Lavrenov
|
a319bae6e2
|
added #undef _mm_packus_epi32
|
2012-12-17 16:56:37 +04:00 |
|
Ilya Lavrenov
|
d246b41573
|
changed loop condition
|
2012-12-17 15:50:01 +04:00 |
|
Ilya Lavrenov
|
c2f2e33a5e
|
removed debug messages
|
2012-12-17 15:45:20 +04:00 |
|
Ilya Lavrenov
|
743dce6a4b
|
Merge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2
|
2012-12-17 15:27:32 +04:00 |
|
Ilya Lavrenov
|
aa0dafcc1f
|
replaced _mm_packs_epi32 to _mm_packus_epi32
|
2012-12-17 14:09:25 +04:00 |
|
Ilya Lavrenov
|
6059a6875a
|
fixed bug with s1 calculating
|
2012-12-14 17:54:07 +04:00 |
|
Ilya Lavrenov
|
4ccb5a30d9
|
fixed bug with s1 calculating
|
2012-12-14 17:41:42 +04:00 |
|
Ilya Lavrenov
|
16f9b6f5e4
|
reproducing C++ version of resize area fast
|
2012-12-14 14:32:00 +04:00 |
|
Ilya Lavrenov
|
d1ca934115
|
sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4)
|
2012-12-11 15:14:50 +04:00 |
|
Ilya Lavrenov
|
615e7b2747
|
added SIMD optimization of Edge-Aware Demosaicing in case of CV_8U
|
2012-12-10 13:29:08 +04:00 |
|
Ilya Lavrenov
|
c09a325d3e
|
fixed error connected with incorrect range
|
2012-11-30 13:26:40 +04:00 |
|
Ilya Lavrenov
|
98031a4147
|
removed const modificators
|
2012-11-30 12:31:33 +04:00 |
|
Ilya Lavrenov
|
b8b13ccd5c
|
parallel version of Bayer2Gray
|
2012-11-27 15:27:58 +04:00 |
|
Ilya Lavrenov
|
ce5e9a71b5
|
fixed some warnings on Windows and added debug messages
|
2012-11-27 13:54:11 +04:00 |
|
Ilya Lavrenov
|
3fa630639f
|
fixed bayer2bgra in case when size.width <= 2
|
2012-11-26 19:45:56 +04:00 |
|
Ilya Lavrenov
|
5225672dc0
|
added edge-aware demosaicing and bayer to bgra conversion
|
2012-11-26 16:17:43 +04:00 |
|
Andrey Kamaev
|
8dbde3297e
|
Merge branch '2.4'
|
2012-10-23 20:32:19 +04:00 |
|
Andrey Kamaev
|
22e352d9cc
|
Merge pull request #76 vpisarev/test_fixes_1
|
2012-10-22 21:13:26 +04:00 |
|
Vadim Pisarevsky
|
fbe0d6963c
|
disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW
|
2012-10-22 21:13:26 +04:00 |
|
Andrey Kamaev
|
40030d2ca0
|
Fix windows build warnings
|
2012-10-22 19:13:18 +04:00 |
|
Andrey Kamaev
|
5bc104cef5
|
Merge branch '2.4'
|
2012-10-19 15:00:05 +04:00 |
|
Andrey Kamaev
|
9a97c74ef3
|
Merge pull request #61 from vpisarev/bug_2509
|
2012-10-19 11:17:25 +04:00 |
|
Andrey Kamaev
|
e1c3ffb23f
|
Fix weight calculation for the last pixel in generic area resize.
Also removed assigned only variable.
|
2012-10-18 19:41:45 +04:00 |
|
Vadim Pisarevsky
|
80f9bd864f
|
fixed bug #2429
[edit: cleaned whitespace]
|
2012-10-18 19:39:22 +04:00 |
|
Vadim Pisarevsky
|
c40718ab61
|
fixed bug #2059
|
2012-10-18 14:41:26 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
ed51162568
|
Fix binary compatibility of Java wrappers
|
2012-10-17 02:09:37 +04:00 |
|
Andrey Kamaev
|
0442bca235
|
Revert "partially recovered binary compatibility (ticket #2415)"
This reverts commit 94b97b7a63.
|
2012-10-16 19:37:12 +04:00 |
|
Andrey Kamaev
|
64b56d7018
|
Revert "remaining C-style planar subdivisions data structures are moved to legacy"
This reverts commit 4aaaef5967.
Conflicts:
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/legacy/include/opencv2/legacy/legacy.hpp
|
2012-10-16 15:13:00 +04:00 |
|
Andrey Kamaev
|
58f31819cc
|
Return drawContours back to imgproc
This partly reverts commit 6ca618277c.
|
2012-10-15 18:12:33 +04:00 |
|
Ilya Lavrenov
|
5f9aedbe01
|
fixed bug in cvtColor RGB(BGR) <-> Lab conversion
|
2012-10-15 12:21:16 +04:00 |
|
Vadim Pisarevsky
|
5474b4d4bc
|
finally, a proper fix for VNG (both SSE2 and C version)
|
2012-10-12 16:28:26 +04:00 |
|
Vadim Pisarevsky
|
354a5f2686
|
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
|
2012-10-11 22:37:14 +04:00 |
|
Andrey Kamaev
|
dc4a649513
|
Fix OS X build
|
2012-10-11 15:36:47 +04:00 |
|
Andrey Kamaev
|
be98693aaf
|
Enable parallel CvtColorLoop for all platforms
|
2012-10-11 15:05:43 +04:00 |
|
Andrey Kamaev
|
df94591336
|
Fix instability of Luv/Lab color conversions
|
2012-10-11 15:05:43 +04:00 |
|
Daniil Osokin
|
f1e025dc68
|
delete normalization in gabor kernel #1995
|
2012-10-11 14:40:15 +04:00 |
|
Evgeny Talanin
|
8528b0abcd
|
#1941 fix
|
2012-10-11 13:45:21 +04:00 |
|
Vadim Pisarevsky
|
e625d86485
|
added C= support; modified threading logic in threshold
|
2012-10-10 15:36:32 +04:00 |
|
Vadim Pisarevsky
|
044d38a051
|
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching
|
2012-10-09 22:38:04 +04:00 |
|
Vadim Pisarevsky
|
b0ad424087
|
fixed several warnings from VS2010
|
2012-10-09 17:24:37 +04:00 |
|
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
2012-10-09 15:56:16 +04:00 |
|
Evgeny Talanin
|
7c71c8fa52
|
#2258 fix
|
2012-10-09 14:52:47 +04:00 |
|
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
2012-10-08 17:06:05 +04:00 |
|
Andrey Kamaev
|
c0f2a8e0cc
|
Fix build without SSE
|
2012-10-08 16:08:16 +04:00 |
|
Vadim Pisarevsky
|
925d0cc769
|
added test for box filter 16u, fixed bug #2416
|
2012-10-08 14:11:39 +04:00 |
|
Ilya Lavrenov
|
2759f026e9
|
fixed Bug #2074
|
2012-10-08 12:59:15 +04:00 |
|
Ilya Lavrenov
|
a703df5456
|
parallel cvtColor for MSVS and Apple
|
2012-10-05 13:11:24 +04:00 |
|
Ilya Lavrenov
|
c560a78c65
|
stable cvtColor
|
2012-10-01 18:52:27 +04:00 |
|