Alexander Alekhin
|
d2f9cfcf81
|
Merge pull request #14760 from ChipKerchner:3.4
|
6 years ago |
Alexander Alekhin
|
52644f067e
|
Merge pull request #14764 from alalek:core_intrin_drop_hasSIMD_checks
|
6 years ago |
Alexander Alekhin
|
417ac94456
|
Merge pull request #14767 from alalek:imgcodecs_test_exr
|
6 years ago |
Alexander Alekhin
|
02bfd20760
|
imgcodecs(test): add OpenEXR I/O test
|
6 years ago |
Alexander Alekhin
|
6d916c5bb4
|
Merge pull request #14440 from alalek:async_array
|
6 years ago |
Alexander Alekhin
|
1e9ad5476d
|
core(intrin): drop hasSIMD128 checks
- use compile-time checks instead (`#if CV_SIMD128`)
- runtime checks are useless
|
6 years ago |
Lubov Batanina
|
5e80191d27
|
Merge pull request #14697 from l-bat:Slice_ONNX
* Support Slice layer in ONNX importer
* Add IE support
* Fix ONNX importer
* Fix Slice
|
6 years ago |
Chip Kerchner Chip.Kerchner@ibm.com
|
058367f34c
|
Rewrite code in BGR2Gray functions so that auto vectorizer does a better job.
|
6 years ago |
Alexander Alekhin
|
254f88f805
|
Merge pull request #14759 from alalek:java_gen_unicode
|
6 years ago |
Alexander Alekhin
|
60fb1fde75
|
java: wrap StringIO() to support unicode strings
|
6 years ago |
Alexander Alekhin
|
00367289bd
|
Merge pull request #14754 from allnes:java_qr_code
|
6 years ago |
Alexander Nesterov
|
a9769b9202
|
Remove check and added binding tests
|
6 years ago |
Alexander Alekhin
|
6d62be55b3
|
Merge pull request #14756 from mshabunin:fix-avx512-detection
|
6 years ago |
Alexander Alekhin
|
002925466b
|
Merge pull request #14717 from alalek:core_visibility_handling
|
6 years ago |
Alexander Alekhin
|
8fae361768
|
Merge pull request #14750 from alalek:sample_fix_encoding
|
6 years ago |
Maksim Shabunin
|
65919ed839
|
AVX 512 detection: workaround for older GCC
|
6 years ago |
Alexander Alekhin
|
cdee3d33b4
|
Merge pull request #14752 from SchultzC:3.4
|
6 years ago |
Alexander Alekhin
|
f5ca9d3fe1
|
python: visibility
|
6 years ago |
Alexander Alekhin
|
4a8fd71a2e
|
core: fix visibility handling
|
6 years ago |
SchultzC
|
1e6e18ff05
|
Changed to integer division
|
6 years ago |
Alexander Alekhin
|
5c05b7bc01
|
Merge pull request #14749 from alalek:fix_android_javadoc
|
6 years ago |
Alexander Alekhin
|
a51d46cbf9
|
samples: skip findFile() in encoding mode
|
6 years ago |
Alexander Alekhin
|
c6deba6003
|
android: fix javadoc
|
6 years ago |
Alexander Alekhin
|
08019732e2
|
Merge pull request #14729 from arnaudbrejeon:bug_fix_14722
|
6 years ago |
Alexander Alekhin
|
aab9ef4290
|
Merge pull request #14667 from asashour:javadoc
|
6 years ago |
utibenkei
|
03382d29cc
|
Merge pull request #14693 from utibenkei:fix_java_simpleblobdetector
* java: fix java SimpleBlobDetector
* add SIMPLEBLOBFeatureDetectorTest
* add package org.opencv.test.features2d;
* fix SIMPLEBLOBFeatureDetectorTest
|
6 years ago |
SchultzC
|
3833d86f0f
|
Merge pull request #14733 from SchultzC:3.4
* cast positional arguments to int
* Changed to integer division based
* removed white space
* removed white space
|
6 years ago |
Alexander Alekhin
|
94ec0e9b74
|
Merge pull request #14724 from asashour:typos
|
6 years ago |
arnaudbrejeon
|
e8e020ffb7
|
Add test
|
6 years ago |
arnaudbrejeon
|
e9b8571afc
|
Fix bug
|
6 years ago |
Alexander Alekhin
|
51631b90af
|
Merge pull request #14726 from alalek:backport_14716
|
6 years ago |
Alexander Alekhin
|
a2445c44cb
|
imgcodecs: sanitize PAM decoding
backporting of commit: 76fca0e755
|
6 years ago |
Ahmed Ashour
|
5c56b8ce92
|
java: generated code to have javadoc
|
6 years ago |
Ahmed Ashour
|
1aca1d582e
|
Fix some typos
|
6 years ago |
Lubov Batanina
|
3efd2df87f
|
Merge pull request #14682 from l-bat:axpy_layer
* Add Axpy layer
* Fix test
* fix caffe importer
|
6 years ago |
Ted Steiner
|
f1fb002682
|
Merge pull request #14678 from tedsteiner:qnx
Fix build issue on QNX platform (#14678)
* QNX compatibility
* core: unify gettimeofday() usage
|
6 years ago |
Alexander Alekhin
|
d5a0d6783a
|
Merge pull request #14710 from bommo1:bommo1-14265
|
6 years ago |
Alexander Alekhin
|
5fde16ba90
|
Merge pull request #14712 from SchultzC:master
|
6 years ago |
rasmus25
|
394bc91e07
|
Merge pull request #14718 from rasmus25:3.4
* Revert the bad parts of b085158d59 to fix https://github.com/opencv/opencv/issues/11131
but preserve the good parts to keep https://github.com/opencv/opencv/issues/10791 fixed
* calib3d: add regression test for stereoCalibrate to fix https://github.com/opencv/opencv/issues/11131
|
6 years ago |
SchultzC
|
edb3337ead
|
Remove divide by 1000
because t = (time.time() - t) will return seconds, dividing by 1000 to obtain seconds will be incorrect.
|
6 years ago |
Alexander Alekhin
|
fa96507fe7
|
Merge pull request #14719 from alalek:update_protobuf_3.5.2
|
6 years ago |
Alexander Alekhin
|
1febb12942
|
3rdparty: apply protobuf v3.5.1..v3.5.2 patch
https://github.com/protocolbuffers/protobuf/compare/v3.5.1..v3.5.2
|
6 years ago |
Alexander Alekhin
|
9802b4e123
|
Merge pull request #14707 from alalek:update_libwebp_1.0.2
|
6 years ago |
Alexander Alekhin
|
e1ef7a2288
|
Merge pull request #14705 from alalek:update_libjpeg_9c
|
6 years ago |
Alexander Alekhin
|
f768f89803
|
Merge pull request #14704 from alalek:fix_missing_files_libjpeg_turbo_2.0.2
|
6 years ago |
Alexander Alekhin
|
1f75c67c56
|
Merge pull request #14701 from alalek:update_libpng_1.6.37
|
6 years ago |
Alexander Alekhin
|
f1b6228d4f
|
3rdparty(webp): enable -std=c99
|
6 years ago |
Alexander Alekhin
|
d58f9ae824
|
3rdparty: update libwebp 1.0.0 => 1.0.2
https://github.com/webmproject/libwebp/releases/tag/v1.0.2
|
6 years ago |
bommo1
|
a38157a1f4
|
Fix https://github.com/opencv/opencv/issues/14265
|
6 years ago |
Alexander Alekhin
|
f355b3505f
|
Merge pull request #14661 from dkurt:ie_deconv_adj
|
6 years ago |