Dan Mašek
eae3ed0c08
Fix a leak described in issue #11205
7 years ago
Alexander Alekhin
6ffc48769a
OpenCV version++
...
OpenCV 3.4.1
7 years ago
Alexander Alekhin
4a74408eee
experimental version++
7 years ago
Alexander Alekhin
c729fbd652
Merge pull request #10925 from pengli:dnn
7 years ago
Li Peng
608968aa83
Deconvolution ocl fix
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li, Peng
5caf6244a3
Merge pull request #10922 from pengli:dnn
...
* ave pooling ocl fix
support the padded area control in ave pooling
Signed-off-by: Li Peng <peng.li@intel.com>
* warning fix: ununitialized field
7 years ago
Maksim Shabunin
eaaba6462e
Merge pull request #10919 from mshabunin:fix-static-9
7 years ago
Maksim Shabunin
92e9d4ec3a
Fixed several issues detected by static analysis
7 years ago
Maksim Shabunin
fbb2cabe77
Use fixed size types in AVIContainer structs
7 years ago
Maksim Shabunin
3fd2384b81
Fixed mingw compilation on Windows
7 years ago
Alexander Alekhin
e851a41d78
Merge pull request #10909 from alalek:ffmpeg_update
7 years ago
Vadim Pisarevsky
5e0f95b948
Merge pull request #9708 from dkurt:tf_face_detector
7 years ago
Alexander Alekhin
f7aa2e0d44
ffmpeg: update wrapper
...
FFmpeg: 3.3.4 -> 3.4.2
LibVPX: 1.6.1 -> 1.7.0
OpenH264: 1.6.0 -> 1.7.0
7 years ago
Vadim Pisarevsky
a11b7a8293
Merge pull request #10916 from alalek:videoio_sample_aspect_ratio
7 years ago
Alexander Alekhin
e6062532fa
Merge pull request #10918 from pengli:dnn
7 years ago
Li Peng
e7d35d51fa
Fix for opencv face detector ocl test
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
c524f669c7
Fallback for "SAME" padMode in ocl convolution and pooling
...
It fixes tensorflow ocl testcase of MobileNetSSD and Inception_v2_SSD
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
203ac0f818
Merge pull request #10914 from alalek:issue_10815
7 years ago
Dmitry Kurtaev
eab556e1e0
OpenCV face detection network in TensorFlow
7 years ago
Alexander Alekhin
9819ebc095
videoio: add missing CAP_PROP_SAR_NUM/DEN propepties into .hpp file
...
reuse av_guess_sample_aspect_ratio() if available in ffmpeg
7 years ago
Alexander Alekhin
fb6db3dcfc
Merge pull request #10915 from alalek:issue_10910
7 years ago
Alexander Alekhin
7601c21612
Merge pull request #10912 from alalek:fix_imgcodecs_hang
7 years ago
Alexander Alekhin
cb9b08eca1
createsamples: fix ROI in icvGetBackgroundImage()
7 years ago
Alexander Alekhin
48b8aa51cd
core: eliminate redundant cv::format() declarations
...
Existed includes sequence:
- utility.hpp -> core.hpp -> operations.hpp
7 years ago
Alexander Alekhin
6e8241b78d
imgcodecs: fix RBaseStream hang on truncated inputs
7 years ago
Vadim Pisarevsky
f61076a5d8
Merge pull request #10367 from savuor:multiwrite_tiff_renew
7 years ago
Alexander Alekhin
5f5fcef962
Merge pull request #10907 from alalek:cmake_ninja_fix
7 years ago
Namgoo Lee
12ce6b5c15
Merge pull request #10906 from nglee:dev_cudaFastMultiStreamSafety
...
cuda_fast : multi stream safety (#10906 )
* CUDA_Features2D/FAST Asynchronous test
* cuda_fast : multi stream safety
* Use parallel_for instead of OpenMP
7 years ago
Rostislav Vasilikhin
27b1f8f446
imwrite for multipage images implemented
7 years ago
Vadim Pisarevsky
c6e1e3acdc
Merge pull request #10892 from alalek:android_sdk_build_gradle
7 years ago
Vadim Pisarevsky
53661d55ae
Merge pull request #10406 from seiko2plus:coreUnvintrinCopy
7 years ago
Vadim Pisarevsky
120b7a61c3
Merge pull request #10745 from terfendail:tiff_fix
7 years ago
PalkoNazar
470d34ddbb
make tmpRow proper size before copyTo to avoid reallocated tmpCol ( #10860 )
...
* make tmpRow proper size before copyTo to avoid reallocated tmpCol
* do the transposition without creating temporary array; replace TAB with spaces.
* revert the previous commit
7 years ago
Vadim Pisarevsky
a0c2718adb
Merge pull request #10902 from alalek:port_10695
7 years ago
Vadim Pisarevsky
a836892edb
Merge pull request #10903 from alalek:ml_ann_test
7 years ago
Vadim Pisarevsky
25518a12f1
Merge pull request #10908 from alalek:fix_ffmpeg_uchar
7 years ago
Alexander Alekhin
2aa15ab3ff
ffmpeg: fix 'uchar' error
...
> cap_ffmpeg_impl.hpp:1710:11: error: 'uchar' does not name a type
7 years ago
Alexander Alekhin
807ec00b85
cmake: fix Ninja warning
...
about BYPRODUCTS bin/opencv-340.jar
7 years ago
Alexander Alekhin
53305d4a7e
Merge pull request #10891 from pengli:dnn
7 years ago
Li Peng
2863f950d6
ReLU6 layer ocl support
...
include relu6 ocl kernel and layer fusion support
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
12d2bd4adb
ml: refactor ML_ANN test
7 years ago
Vitaly Tuzov
24ee7b5080
Fix for vertically flipped tiff files reading
7 years ago
mworchel
aab390c51d
Add mask support to SimpleBlobDetector
7 years ago
Dmitry Kurtaev
8b4871a28d
Use only absolute prior boxes explicit sizes. Remove scales attributes. ( #10874 )
...
* Use only absolute prior boxes explicit sizes. Remove scales attributes.
* Simplified PriorBox layer forward pass
7 years ago
Alexander Alekhin
cf31243c74
android: add build.grade into Android SDK
...
For using 'OpenCV for Android SDK' with Android Studio projects.
7 years ago
Vadim Pisarevsky
88b689bcf1
Merge pull request #10876 from alalek:android_static_libs
7 years ago
Vadim Pisarevsky
f589237e23
Merge pull request #10880 from StevenPuttemans:fix_10594
7 years ago
Vadim Pisarevsky
7da6e9086c
Merge pull request #10893 from alalek:fix_cpu_disable_flags
7 years ago
Vadim Pisarevsky
68043f4de9
Merge pull request #10896 from dkurt:tensorflow_tests_generator
7 years ago
Alexander Alekhin
c0eaff3608
Merge pull request #10900 from tomoaki0705:fixPerfVideoioGstreamer
7 years ago