Florian Echtler
17888ce0fd
add support for 8-bit greyscale format
7 years ago
Vadim Pisarevsky
051b40f956
a part of PR #11364 (extended findNonZero & PSNR) ( #11837 )
...
* a part of https://github.com/opencv/opencv/pull/11364 by Tetragramm. Rewritten and extended findNonZero & PSNR to support more types, not just 8u.
* fixed compile & doxygen warnings
* fixed small bug in findNonZero test
7 years ago
Alessandro de Oliveira Faria (A.K.A.CABELO)
cc8db99695
Include ELA example ( #11819 )
...
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* Include ELA example
* did some code cleanup
* fixed compile error
7 years ago
Alexander Alekhin
b39cd06249
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
7 years ago
Li, Peng
ab8022f74e
update convolution opencl kernels in dnn module ( #11762 )
...
* optimize ocl kernel enqueue in fc layer
Signed-off-by: Li Peng <peng.li@intel.com>
* use CV_LOG_INFO in convolution auto tuning
Signed-off-by: Li Peng <peng.li@intel.com>
* update convolution IDLF kernel
extend parameter tuning range, also cleanup
ocl kernel implementation
Signed-off-by: Li Peng <peng.li@intel.com>
* update in-memory convolution cache config
fp16 and fp32 cache config are stored separately
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Maksim Shabunin
a2bc075924
cmake: function for application creation ( #11736 )
...
* apps: add Win32 friendly opencv_version app
Improve experience of launching app from explorer:
- application just flash (open/close) the console window
Suggested Win32 application flavor additionally shows MessageBox
and waits for User interaction.
* cmake: added unified application creation function
7 years ago
Vadim Pisarevsky
e3dc7e5ec9
Merge pull request #11743 from alalek:samples_avoid_double_VideoCapture_open
7 years ago
Vadim Pisarevsky
46def2fdc1
Merge pull request #11757 from freiling:master
7 years ago
Rostislav Vasilikhin
18bc2a1a93
Kinect2 support added to OpenNI2 backend ( #11794 )
...
* Kinect2 support added to OpenNI2 backend
* more fixes for OpenNI2 backend
* whitespace fixed
* libfreenect2 support added
* const cast added
* mutable removed
7 years ago
Vadim Pisarevsky
df38624e10
Merge pull request #11812 from dkurt:dnn_interp_layer_impl
7 years ago
Alexander Alekhin
70d6b8774d
Merge pull request #11790 from berak:dnn_fix_coco_txt
7 years ago
Alexander Alekhin
2195f0cc62
Merge pull request #11795 from paroj:realsensev2
7 years ago
Alexander Alekhin
fa813d02fa
Merge pull request #11815 from tomoaki0705:suppressDeprecatedWarning
7 years ago
Tomoaki Teshima
ffb9ce8287
suppress warning while building the samples
7 years ago
Alexander Alekhin
8b5e29c234
Merge pull request #11808 from tomoaki0705:caroteneSuppressWarnings
7 years ago
Dmitry Kurtaev
e8e9d1d021
Implement Interp layer using Resize layer
7 years ago
Tomoaki Teshima
e324d2e534
suppress warning on Arm platform
7 years ago
Alexander Alekhin
1894f1a37f
Merge pull request #11773 from alalek:dnn_ocl_update_force_tuning_flag
7 years ago
Alexander Alekhin
50c607d206
dnn(ocl): fix external / predefined builtin configuration behavior
...
OPENCV_OCL4DNN_FORCE_AUTO_TUNING should ignore existed configuration from:
- builtin predefined configurations (for Intel OpenCL iGPUs)
- external configuration (via OPENCV_OCL4DNN_CONFIG_PATH)
Prefer external configuration over builtin.
7 years ago
Alexander Alekhin
443670262d
Merge pull request #11791 from dkurt:dnn_shufflenet
7 years ago
Dmitry Kurtaev
4626246087
Add ShuffleChannel layer
7 years ago
Alexander Alekhin
387e92353c
Merge pull request #11772 from PhilLab:patch-5
7 years ago
Alexander Alekhin
86c1114463
Merge pull request #11798 from dkurt:dnn_layers_names_with_dot
7 years ago
Dmitry Kurtaev
40b85c1cd9
Remove undocumented feature to retreive layers outputs by indices
7 years ago
Pavel Rojtberg
2047abd9c3
videoio: realsense - add cvtColor as the pixel-format is only a hint
7 years ago
berak
8f7a3b15b2
dnn: add a coco labels file for yolov3
7 years ago
Alexander Alekhin
64f2b1b250
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
7 years ago
Alexander Alekhin
eed43a231b
Merge pull request #11775 from alalek:issue_11771
7 years ago
Alexander Alekhin
8622b1254e
Merge pull request #11774 from adamrankin:cap_dshow_autofocus
7 years ago
Alexander Alekhin
5e2c112697
photo: remove redundant broken check
...
`dest(roi_d)` operation contains similar check inside.
7 years ago
Adam Rankin
ecf4b639e1
Adding the ability to toggle autofocus on/off for DirectShow webcams
7 years ago
Philipp Hasper
577546ccd9
Added Size_::aspectRatio
7 years ago
Alexander Alekhin
db1550a410
Merge pull request #11760 from vishwesh5:patch-1
7 years ago
Alexander Alekhin
30d4e0261a
Merge pull request #11766 from dkurt:dnn_darknet_avgpool_softmax
7 years ago
Alexander Alekhin
001f5faa0d
Merge pull request #11763 from dkurt:dnn_keras_relu6_v2
7 years ago
Alexander Alekhin
a6ad44a7c7
Merge pull request #11764 from alalek:videoio_msmf_refactor_ComPtr_wrapper
7 years ago
Dmitry Kurtaev
bd87eb6e66
Import average pooling and softmax layers from Darknet
7 years ago
Alexander Alekhin
2bb5d1bca3
videoio(msmf): cleanup unused methods from ComPtr wrapper
...
Use Win32 TRUE/FALSE in SetUINT32() calls for bool parameters
7 years ago
Dmitry Kurtaev
693a7663e7
Import ClipByValue from Keras
7 years ago
Alexander Alekhin
8f24db048c
Merge pull request #11735 from alalek:videoio_msmf_fix_configureHW_reopen_condition
7 years ago
Alexander Alekhin
13a4700084
Merge pull request #11755 from alalek:dnn_backend_default_config
7 years ago
vishwesh5
018eab7040
Corrected formula
...
Corrected formula for weighted within-class variance
7 years ago
Forrest Reiling
e858c21e1f
Fix system.cpp includes on Fuchsia.
7 years ago
Alexander Alekhin
0d6518aaa0
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
...
OpenCV FFmpeg wrapper download links are preserved from ffmpeg/master branch
7 years ago
Alexander Alekhin
5fd7cfbcad
dnn: add runtime parameter OPENCV_DNN_BACKEND_DEFAULT
...
to control DNN_BACKEND_DEFAULT enumeration value behavior
7 years ago
Alexander Alekhin
54e8487f56
Merge pull request #11707 from kdpatters:patch-1
7 years ago
Alexander Alekhin
1c2ee8a5f1
Merge pull request #11737 from alalek:videoio_msmf_replace_debug_print
7 years ago
Alexander Alekhin
09c63e4f00
videoio(msmf): fix reopen condition in configureHW()
...
`camid` value is always -1 after close().
7 years ago
Alexander Alekhin
f040282bf8
Merge pull request #11739 from dkurt:more_ie_models
7 years ago
yuki takehara
4fe648b15c
Merge pull request #11706 from take1014:setTo_Nan_10507
...
* setTo_#10507
* setTo_Nan_10507
* setTo: update check / test for NaNs
7 years ago