Alexander Alekhin
b6a447798a
Merge pull request #13235 from berak:highgui_window_w32
6 years ago
berak
9344d0d0e3
highgui: restore convertscale semantics in window_w32.cpp
6 years ago
Alexander Alekhin
7fa7fa0226
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
45d2e18808
Merge pull request #13232 from huangqinjin:openmp
6 years ago
huangqinjin
e1ac8589f8
fix numThreadsMax for OpenMP
...
introduced by commit 4e62900009
6 years ago
Alexander Alekhin
6e67fd2752
Merge pull request #13224 from seiko2plus:core_ppc64le_infa
6 years ago
Sayed Adel
474a0dac49
core: several improves and fixes on ppc64le infrastructure
...
- add infrastructure support for Power9/VSX3
- fix missing VSX flags on GCC4.9 and CLANG4(#13210 , #13222 )
- fix disable VSX optimzation on GCC by using flag ENABLE_VSX
- flag ENABLE_VSX is deprecated now, use CPU_BASELINE, CPU_DISPATCH instead
- add VSX3 to arithmetic dispatchable flags
6 years ago
Alexander Alekhin
495cadddbd
Merge pull request #13223 from dan-masek:fix_drawmatches_alpha
6 years ago
Alexander Alekhin
60b13d50c9
Merge pull request #13214 from 1over:fix_rect
6 years ago
Alexander Alekhin
eaf39f6b6b
Merge pull request #13213 from alalek:fix_format
6 years ago
Ruslan Garnov
a3df05d93b
Merge pull request #13215 from rgarnov:rg/overhead
...
* Added caching of agents execution sequence
* Merged linesRead() and nextWindow() methods on FluidAgent in one method
* Added caching of input lines for fluid::View
* Added caching of output lines for fluid::Buffer
* Fixed GAPI_Assert to work in standalone mode
6 years ago
Dan Mašek
2075fa9c15
Resolve #13219 : Make randomly generated colours opaque.
6 years ago
Alexander Alekhin
798e2779f2
Merge pull request #13218 from dmatveev:fix_standalone
6 years ago
Dmitry Matveev
1b13df5368
G-API: Recent inclusion has broken STANDALONE build
...
This MR fixes this.
6 years ago
1over
b6367f5821
fixed operator- for Rect
6 years ago
Alexander Alekhin
d7272f76fb
dnn: fix format
6 years ago
Alexander Alekhin
36432cf4d9
Merge pull request #13181 from dkurt:ocv_dnn_fpga
6 years ago
Alexander Alekhin
605071e76f
Merge pull request #13146 from terfendail:bilateral_nan
6 years ago
Alexander Alekhin
94d7c0f7f5
Merge pull request #13144 from dkurt:update_tf_mask_rcnn
6 years ago
Evgeny Latkin
083332f85f
Merge pull request #13206 from elatkin:el/gapi_perf_rgb2lab
...
GAPI (fluid): RGB to Lab optimization (#13206 )
* GAPI (fluid): BGR2LUV, RGB2Lab: performance test
* GAPI (fluid): BGR2LUV, RGB2Lab: using cv::hal::cvtBGRtoLab
* GAPI (fluid): BGR2LUV, RGB2Lab: hide reference code with #ifdef
6 years ago
Evgeny Latkin
6757c2c5a6
Merge pull request #13174 from elatkin:el/gapi_perf_rgb2yuv
...
GAPI (fluid): RGB to YUV optimization (#13174 )
* GAPI (fluid): RGB to YUV: activate performance tests
* GAPI (fluid): speedup 4-8x RGB-to-YUV, 2.5x YUV to RGB with int16 arithmetic
* GAPI (fluid): RGB <--> YUV: fixed compiler warning
* GAPI (fluid): RGB <--> YUV: additional speedup 2-3x times (10-15x over original) via manual CV_SIMD
* GAPI (fluid): RGB <--> YUV: dynamic CV_SIMD dispatching
6 years ago
Dmitry Kurtaev
0d117312c9
DNN_TARGET_FPGA using Intel's Inference Engine
6 years ago
Alexander Alekhin
59e2ca16d9
Merge tag '4.0.0'
...
OpenCV 4.0.0
6 years ago
Alexander Alekhin
75ed282b20
release: OpenCV 4.0.0 (version++)
6 years ago
Alexander Alekhin
754956857c
Merge tag '4.0.0-openvino'
...
OpenCV 4.0.0 for Intel(R) OpenVINO(TM) toolkit
6 years ago
Alexander Alekhin
a4ab60920f
Merge pull request #13195 from alalek:legacy_constants
6 years ago
Alexander Alekhin
a574788e89
move legacy C-API constants into separate files
6 years ago
Alexander Alekhin
22dbcf98c5
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
183bc5c281
Merge tag '3.4.4'
...
OpenCV 3.4.4
6 years ago
Alexander Alekhin
a1fe8f754f
OpenCV version++ (3.4.4)
...
OpenCV 3.4.4
6 years ago
Alexander Alekhin
dd3398416b
experimental version++
6 years ago
Alexander Alekhin
cf86af96ea
Merge pull request #13194 from alalek:samples_fix_python_search_win32
6 years ago
Alexander Alekhin
780ae864a0
Merge pull request #13192 from alalek:fix_valgrind_3.4
6 years ago
berak
96c99c716a
Merge pull request #13193 from berak:core_copyMakeBorder
6 years ago
Alexander Alekhin
73a17baeec
samples(run_python): fix registry values querying
6 years ago
Alexander Alekhin
c26dd5d7aa
core: fix issues from valgrind builder
6 years ago
Alexander Alekhin
954969dd74
Merge pull request #13189 from alalek:cmake_options_warnings_update
6 years ago
Alexander Alekhin
43002c0c1d
Merge pull request #13188 from alalek:samples_rename
...
* samples: rename starter_imagelist.cpp
* samples: rename intelperc_capture.cpp => videocapture_intelperc.cpp
* samples: rename openni_capture.cpp => videocapture_openni.cpp
* samples: rename image_sequence.cpp => videocapture_image_sequence.cpp
* samples: rename gstreamer_pipeline.cpp => videocapture_gstreamer_pipeline.cpp
* samples: rename autofocus.cpp => videocapture_gphoto2_autofocus.cpp
* samples: rename live_detect_qrcode.cpp => qrcode.cpp
6 years ago
Alexander Alekhin
e580061b74
Merge pull request #12908 from alexevans:Issue11855
6 years ago
Dmitry Matveev
d7540c9a3c
Merge pull request #13176 from dmatveev:gapi_doxygen
...
G-API: Doxygen class reference
* G-API Doxygen documentation: covered cv::GComputation
* G-API Doxygen documentation: added sections on compile arguments
* G-API Doxygen documentation: restructuring & more text
* Added new sections (organized API reference into it);
* Documented GCompiled, compile args, backends, etc.
* G-API Doxygen documentation: documented GKernelPackage and added group for meta
6 years ago
Alexander Alekhin
bea312bd65
Merge pull request #13183 from tomoaki0705:fixCaroteneColorConvert2Gray
6 years ago
Alexander Alekhin
3705648c9b
Merge pull request #13184 from paroj:imshow_cvtscale
6 years ago
Alexander Alekhin
53af811530
cmake: emit warnings about unsupported options if turned ON only
6 years ago
Christopher Gundler
b58a8729c2
Merge pull request #13131 from Christopher22:add_transposedConv_onnx
...
* Add support for ConvTranspose when parsing ONNX.
* Add support for ConvTranspose when parsing ONNX.
* Add test for Deconvolution
6 years ago
Alexander Alekhin
ee417048e5
Merge pull request #13178 from alalek:fix_samples_python_video_params
6 years ago
Alexander Alekhin
a4b21d9e2e
Merge pull request #13177 from alalek:update_win32_scripts
6 years ago
Alexander Alekhin
b321851e53
Merge pull request #12977 from alalek:python_package
6 years ago
Alexander Alekhin
1d5a528107
Merge pull request #12354 from alalek:samples_find_file
6 years ago
Alexander Alekhin
a68835f7f1
features2d(test): add crossCheck=true test
6 years ago
Alexander Alekhin
f2bec05e6d
Merge pull request #12913 from dkurt:dnn_fix_ie_hyperparams
6 years ago