Andrey Pavlenko
79f593a429
Merge pull request #3198 from mshabunin:java_test_fix
11 years ago
Maksim Shabunin
39874ef742
Fixed some failing java tests
...
- fixed lena.png extension
- fixed getTextSize wrapper
- added junit html report generation
11 years ago
Vadim Pisarevsky
71edf1b5f1
Merge pull request #3189 from mshabunin:python_cross_build
11 years ago
Vadim Pisarevsky
2e950eb41b
Merge pull request #3196 from PhilLab:patch-4
11 years ago
Alexander Alekhin
f03b11d271
Merge pull request #3199 from apavlenko:fix_docs_typo
11 years ago
Andrey Pavlenko
a8db3df8f6
typo: rect -> roi
11 years ago
Maksim Shabunin
c42424f2db
Fixed android samples build
11 years ago
Maksim Shabunin
93c03ef05b
Fixed android java test build
11 years ago
Maksim Shabunin
b3bae170ed
Fixed java tests build
...
- disabled xfeature2d dependency for java wrappers
- fixed java wrappers build after cmake rerun
- disabled opencv_ml tests temporarily
- fixed Imgproc usage in java tests
11 years ago
Andrey Pavlenko
43714b9d03
disabling java bindings for xfeatures2d module due to build errors
11 years ago
Philipp Hasper
cc7aa5890d
Fixing documentation links
11 years ago
Alexander Alekhin
0b53ca2848
Merge pull request #3192 from jkua:master
11 years ago
Alexander Alekhin
eac4042ed5
Merge pull request #3195 from akarsakov:ocl_rm_mul24
11 years ago
Alexander Karsakov
c942c6539a
Remove mul24 since id can be larger 2^23
11 years ago
John Kua
fb0c0eaa7c
Fixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error
11 years ago
Vadim Pisarevsky
618c75fe3d
Merge pull request #3182 from berak:videowriter_docfix_30
11 years ago
Vadim Pisarevsky
26c284b225
Merge pull request #3167 from akarsakov:ocl_rm_clFinish
11 years ago
berak
5f9d5c483c
adding fourcc to VideoWriter docs
...
underline
11 years ago
Maksim Shabunin
2c2cdcf789
Changed cmake python library search startegy for crosscompiling
11 years ago
Vadim Pisarevsky
ffd1df0cb5
Merge pull request #3186 from akarsakov:ocl_fixes
11 years ago
Vadim Pisarevsky
64a53de27d
Merge pull request #3185 from ElenaGvozdeva:ocl_norm
11 years ago
Elena Gvozdeva
9fe11db7e2
disabled IPP acceleration for 3-channel norms and for CV_8S only for APPLE
11 years ago
Alexander Karsakov
07d57db91c
Fixed calculation of l_stack_size
11 years ago
Alexander Alekhin
97ab91dcc9
Merge pull request #3187 from akarsakov:ocl_disabled_minmaxidx
11 years ago
Alexander Karsakov
7d91b8efcd
Removed redundant clFinish() after clEnqueueUnmapMemObject()
...
sss
11 years ago
Alexander Karsakov
f57a4bf87b
Disabled minMaxIdx for 32FC1 since it occasionally fails on AMD devices (e.g. A10-6800K)
11 years ago
Vadim Pisarevsky
0276cc90c2
Merge pull request #3184 from ilya-lavrenov:arm
11 years ago
Vadim Pisarevsky
0fd21baaa2
Merge pull request #3174 from rokm:samples-fix
11 years ago
Alexander Alekhin
7dd666e444
Merge pull request #3181 from akarsakov:ocl_mul_scale_test_fix
11 years ago
Alexander Karsakov
ec827bed8e
Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests
11 years ago
Alexander Karsakov
a48c1c8248
Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory.
11 years ago
Alexander Karsakov
214dab39f6
Fixed BORDER_REFLECT and BORDER_REFLECT_101 extrapolation for case x > 2*maxV
11 years ago
Vadim Pisarevsky
a125cd6c6d
Merge pull request #3169 from znah:py_wrap
11 years ago
Vadim Pisarevsky
6c3dd4984c
Merge pull request #3179 from alekcac:update_in_youtube_url
11 years ago
Ilya Lavrenov
5d3a128cd3
NEON impl on cv::convertScaleAba CV_32f
11 years ago
Vadim Pisarevsky
3bafe64666
Merge pull request #3170 from ElenaGvozdeva:ocl_fix
11 years ago
Vadim Pisarevsky
3e574cd26a
Merge pull request #3173 from rokm:cuda-6.5
11 years ago
Vadim Pisarevsky
1f85ffa11b
Merge pull request #3166 from akarsakov:ocl_native_sqrt
11 years ago
Alexander Alekhin
6abce51481
Merge pull request #3176 from ilya-lavrenov:ipp_arm
11 years ago
Alexander Mordvintsev
c1032b6232
remove structured_edge_detection.hpp from blacklist
...
don't discard pure virtual methods in hdr_parser.py (was broken anyway)
11 years ago
Ilya Lavrenov
040ff7993f
don't use IPP on ARM
11 years ago
Alexander Shishkov
acc2efab50
updated links to the official OpenCV youtube channel
11 years ago
Vadim Pisarevsky
43c2c119e9
Merge pull request #3177 from PhilLab:patch-3
11 years ago
Philipp Hasper
e310added4
Fixing Matx ostream operator
...
cv::Matx could not be converted to c::Mat automatically
11 years ago
Rok Mandeljc
d9db950c0e
samples: gpu: performance: SURF is now part of opencv_xfeatures2d
11 years ago
Rok Mandeljc
db391fdfdd
samples: gpu: performance: BackgroundSubtractorMOG is now part of opencv_bgsegm module
11 years ago
Rok Mandeljc
fbf28bcc63
samples: gpu: performance: fix include path for opencv_xfeatures2d
...
As opencv_xfeatures2d is part of opencv-contrib and not opencv repository,
${OpenCV_SOURCE_DIR}/modules/modules/include is not a correct include
path - use ${opencv_xfeatures2d_SOURCE_DIR}/include instead
11 years ago
Rok Mandeljc
653bca8b74
samples: gpu: super_resolution: disable simple optical flow
...
The cv::superres::createOptFlow_Simple() function along with the
simple optical flow class implementation is currently commented out
in the superres module's code, so comment it out in the example as well.
11 years ago
Rok Mandeljc
f739990f4c
samples: gpu: performance: removed FGDStatModel performance comparison test
...
The FGD background subtraction model was part of opencv_legacy module;
as it is gone now, it makes little sense to benchmark the GPU version,
either, so the whole test is removed.
11 years ago
Rok Mandeljc
51311779b3
samples: gpu: performance: remove inclusion of opencv2/legacy.hpp header
...
The header is gone now, along with the opencv_legacy module.
11 years ago