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
Tomoaki Teshima
bcce25900b
read in gray scale mode when writing a gray scale video
7 years ago
Dmitry Kurtaev
34ba32ff27
Fix DNN flatten test
7 years ago
Alexander Alekhin
857007372d
Merge pull request #10895 from tomoaki0705:fixBuildVS2013sprintf
7 years ago
Tomoaki Teshima
6a661e1e28
fix test error on VS2013
7 years ago
Alexander Alekhin
cc5a6f3b86
core: remove '-' from separators list of disabled CPU flags
...
To allow runtime disabling of AVX512-SKX via 'OPENCV_CPU_DISABLE' parameter
7 years ago
Maksim Shabunin
aa7a964139
Merge pull request #10868 from mshabunin:sample-bgsegm
...
* Samples: reworked bgfg_bgsegm
* fixup! Samples: reworked bgfg_bgsegm
7 years ago
Alexander Alekhin
73a8369631
Merge pull request #10890 from Reputeless:patch-1
7 years ago
Florian Echtler
6a8f57e5d7
Merge pull request #10081 from floe:java-camera2-view
...
* add (untested) JavaCamera2View class
* initial fixes
* minor cleanup
* exclude JavaCamera2View from build for older SDK version
* fix method name typo
* add asserts + sanity checks
* fix preview format checks
* fix the memory leak
* export cvtTwoPlaneYUVtoBGR for Java usage
* add handling for two-plane YUV frames (C wrapper still missing)
* add two-plane cvtColor helper function
* fix warnings
* actually use the new cvtColorTwoPlane helper func
* fix wrong output matrix size
* fix wrong conversion type
* simplify method signature, add error condition
* minor fixes to Mat types
* remove leftover semaphore from camera api 1
* android: JavaCamera2View minor refactoring
- re-apply Java code style
- imports cleanup
- dump exceptions information
* android: JavaCamera2View: pause/resume fixes
* android: JavaCamera2View: fix mScale
7 years ago
Alexander Alekhin
eb94dfb442
Merge pull request #10885 from alalek:issue_10881
7 years ago
Patrik Huber
7be0c78533
Merge pull request #10589 from patrikhuber:patch-1
...
* Make <array> #ifdef true for MSVC
I think MSVC had `std::array` for quite a while (possibly going back as far as VS 2012, but it's definitely there in 2015 and 2017. So I think `_MSC_VER` `1900` is a safe bet. Probably `1800` and maybe even `1700` could work as well but I can't test that locally.
* fix test
7 years ago
Ryo Suzuki
97d9ea00fe
Fix typo in core/base.hpp
7 years ago
Alexander Alekhin
491502a349
core: fix parallel_for data race
7 years ago
Alexander Alekhin
0e4eed0ba1
Merge pull request #10867 from dkurt:dnn_fix_ave_pooling_area
7 years ago
Alexander Alekhin
8ffcc76011
Merge pull request #10883 from alalek:portable_stdint
7 years ago
Alexander Alekhin
c020a7bb67
build: portable integer types
7 years ago
Alexander Alekhin
e268fdc0ed
Merge pull request #10793 from denmatfoton:master
7 years ago
Alexander Alekhin
bb925fe488
Merge pull request #10879 from StevenPuttemans:fix_10650
7 years ago
Alexander Alekhin
1dbdb1cfc9
Merge pull request #10727 from alalek:cmake_hook_system
7 years ago
Alexander Alekhin
30b33a4413
Merge pull request #10145 from allnes:vedeoio_avi_container
7 years ago
Steven
945ad277ea
add missing DNN header to opencv2/opencv.hpp
7 years ago
Steven
6f4e35cc0e
fix tutorial on real time pose estimation
7 years ago
Alexander Nesterov
df8f61877e
Added avi-container with tests
7 years ago
Alexander Alekhin
ddb482b14a
android: move .a files into 'staticlibs' directory
...
to reduce overhead of gradle builds
7 years ago