mshabunin
695c518384
Updated TBB search script and code checks
9 years ago
Alexander Alekhin
e547bbbc3f
videoio: preserve conflict with common properties
...
Usage:
writer.set(cv::CAP_PROP_IMAGES_BASE + cv::IMWRITE_JPEG_QUALITY, 80);
9 years ago
Alexander Alekhin
c560ff23ad
videoio: images: fix buffer overflow problem
9 years ago
Tsukasa Sugiura
e4985f604a
Add support image save parameters in VideoWriter
...
Add support image save parameters in cv::VideoWriter.
This change will become available setting same parameters as
cv::imwrite() to cv::VideoWriter::set( cv::IMWRITE_*, value ).
9 years ago
Vitaly Tuzov
6d55e99291
Added OpenVX based processing to boxFilter
9 years ago
Li Peng
2ca5a7e862
more optimization for warpAffine and warpPerspective
...
Add new OpenCL kernels for bicubic interploation, it is 20% faster
than current warp image kernel with bicubic interploation.
Signed-off-by: Li Peng <peng.li@intel.com>
9 years ago
Simmo Saan
6c524e8444
Allow V4L, V4L2 to be used as preferred capture API
9 years ago
Rostislav Vasilikhin
0ac934d09a
added OpenVX call to equalizeHist() function
9 years ago
Rostislav Vasilikhin
7c2734ff14
added OpenVX calls to accumulate(), accumulateSquare(), accumulateWeighted()
9 years ago
Rostislav Vasilikhin
2b56b174e8
fixed: data types, empty input case
9 years ago
Rostislav Vasilikhin
0a6958813c
added OpenVX call to Mat::convertTo() (w/o scaling)
9 years ago
Vitaly Tuzov
a4b9eb23d1
Added OpenVX based processing to meanStdDev
9 years ago
Vitaly Tuzov
0cd3788624
Added OpenVX based processing to threshold
9 years ago
Vitaly Tuzov
e9cc0f6a4c
Added OpenVX based processing to minMaxLoc
9 years ago
Vitaly Tuzov
9200db778c
Added OpenVX based processing to medianBlur
9 years ago
Vitaly Tuzov
e8f3469096
Added OpenVX based processing to Sobel
9 years ago
Li Peng
b72d196753
optimization for warpAffine and warpPerspective
...
Add new ocl kernels for warpAffine and warpPerspective,
The average performance improvemnt is about 30%. The new
ocl kernels require CV_8UC1 format and support nearest
neighbor and bilinear interpolation.
Signed-off-by: Li Peng <peng.li@intel.com>
9 years ago
Alexander Alekhin
4a7d441b37
test: fix cuda build
9 years ago
Alexander Alekhin
2c03c8d71f
Update googletests 1.8.0 (20160822) ( #7738 )
...
* restore Google Test 1.7.0 (get patch)
* ts: update Google Test to 1.8.0 release
https://github.com/google/googletest
* ts: re-apply OpenCV patch for gtest
* ts: fixes for gtest 1.8.0
* ts: workaround MSVS2015 problem in gtest
9 years ago
Colin Finck
e8f591143c
objdetect: Properly check for C++11 as it's done in the matching .cpp file. Fixes #7623
9 years ago
Alexander Alekhin
1a3f1a31b2
ts: CV_ENUM fix static initialization order fiasco
9 years ago
Alexander Alekhin
3f37e34e76
highgui: g_thread_create deprecated warning
9 years ago
Alexander Alekhin
7dc673fd56
imgproc: fix findContours (submatrix input)
9 years ago
Pavel Rojtberg
e1503cc29e
calibrateCamera: specifiy what kind of re-projection error is returned
9 years ago
guoxuedong
e69253a4fb
Update exif.cpp
...
ExifReader::getExif may enter infinite loop with jpeg image which have no EOI.
For example, bytesToSkip may be set to 0 and fseek seems like fseek(f, -2 , SEEK_CUR) for image that end with RST7(FF D7) instead of EOI.
9 years ago
Rostislav Vasilikhin
7db43f9fff
fixed wrong equivalence in YUV conversion ( #7481 )
...
* fixed wrong equivalence in YUV conversion
* fixed channel order from YVU to YUV
9 years ago
monoid911
b879126584
Fix docs explaining the returnPoints argument of convexHull.
9 years ago
Alexander Alekhin
0bdea2b714
core: fix absdiff (non-optimized, fp) to prevent "-0" results
9 years ago
Alexander Alekhin
8019498c6e
java tests fixes
9 years ago
Alexander Alekhin
fe29080d59
java: skip test in case of missed classes from opencv_contrib
9 years ago
Alexander Alekhin
d65df72754
java: fix testIsSubmatrix test
9 years ago
Alexander Alekhin
a936cb087e
calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
9 years ago
Alexander Alekhin
69949025db
core: drop type/dims/rows/cols information in Mat::release()
9 years ago
k-shinotsuka
284006e336
add NEON code for RGB2Luv_f.
9 years ago
Pavel Vlasov
dfb9c574a4
IPP 2017 filter2D fix;
...
filter2D IPP runtime check;
9 years ago
Alexander Alekhin
771fa5b8ac
test: change EPS in Objdetect_HOGDetector tests
9 years ago
Arek
866f8eb1e7
Merge pull request #7695 from ArkadiuszRaj:aravis-release-bug-fix
...
* Aravis: fixing releasing object when no communication with camera is possible
* Removing unnecessary include
9 years ago
Alexander Alekhin
39d7ecc93b
perf: disabled checks for magic numbers
...
Results are not bit-exact
9 years ago
Alexander Alekhin
dac37a0bc9
features2d: update rotation invariance test
...
Don't process keypoints near border, because after rotation border points
have contrast gradients with rotation border fill.
9 years ago
Alexander Alekhin
30cdcfa554
warnings
9 years ago
Alexander Alekhin
40aa8aa862
ffmpeg: check return value
9 years ago
Li Peng
6cb73356b1
laplacian ocl kernel optimization
...
This ocl kernel is 46%~171% faster than current laplacian 3x3
ocl kernel in the perf test, with image format "CV_8UC1".
Signed-off-by: Li Peng <peng.li@intel.com>
9 years ago
Vladislav Sovrasov
7c266ffffe
Add support of vector of vectors serialization to FileStorage
9 years ago
k-shinotsuka
cf5c400ecb
add SSE code for RGB2HLS_f.
9 years ago
Philippe Renon
e79f83e573
calib3d: fix missing cv::redirectError symbol error
...
happens on msys2 with gcc 6.2.0
see also http://stackoverflow.com/questions/38552221/undefined-reference-to-cvredirecterror-while-creating-shared-build-of-opencv-3
9 years ago
sourin
94b5a74067
Fixed with review comments.
9 years ago
Juha Reunanen
5bb08bae28
Merge pull request #7464 from reunanen:test-7409-7458
...
Change contour test images to be very wide (#7464 )
* Change contour test images to be very wide (#7409 , #7458 )
Unfortunately, slows down the tests.
* Decrease the number of contour test cases, in order to (at least partially) offset the test run duration increase caused by making the test images wider
* Don't test with very wide images on 32-bit architectures
9 years ago
Li Peng
8d4a7d3dcc
sobel and scharr ocl kernel optimization
...
It improves 108%~230% performance in the perf test
with image format "CV_8UC1" and kernel size 3.
Signed-off-by: Li Peng <peng.li@intel.com>
9 years ago
k-shinotsuka
a909527a39
add SSE code for HLS2RGB_f.
9 years ago
k-shinotsuka
614ce7743e
add SSE code for HSV2RGB_f.
9 years ago