Alexander Alekhin
29b0ef44aa
Merge pull request #9810 from alalek:fix_js_build
7 years ago
Alexander Alekhin
3010cc5971
js: skip 'utils' headers
7 years ago
Vadim Pisarevsky
bfb12acde6
Merge pull request #9792 from alalek:port_9776
7 years ago
Vadim Pisarevsky
44699c59b3
Merge pull request #9799 from alalek:ocl_program
7 years ago
Vadim Pisarevsky
fee87ea3f7
Merge pull request #9800 from alalek:fix_build_msvs2010
7 years ago
Vadim Pisarevsky
6a80834ed4
Merge pull request #9803 from wzw-intel:ocl_timer
7 years ago
Vadim Pisarevsky
593329401a
Merge pull request #9806 from mshabunin:fix-static-7
7 years ago
Maksim Shabunin
ef332dc550
Fixed and suppressed warnings produced by GCC 6.3.0
7 years ago
Alexander Alekhin
746d5f5021
Merge pull request #9790 from mevatron:patch-1
7 years ago
Alexander Alekhin
cb5bc1832b
ffmpeg: update 3.3.4
7 years ago
Maksim Shabunin
5a22d81fe5
Fixed warnings produced by static analyzer
7 years ago
LaurentBerger
0a19b07055
Use @snippet
7 years ago
Wu Zhiwen
dbe9ee0924
ocl: simplify ocl::Timer
...
Use clFinish to gurantee commands completed, instead of waiting for events.
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
7 years ago
Sayed Adel
4b968d1fe2
Added universal intrinsic for VSX
7 years ago
Sayed Adel
d077778074
Added support for VSX
7 years ago
Alexander Alekhin
e615fafe2d
build: fix MSVS2010
7 years ago
Dmitry Kurtaev
e4aa39f9e5
Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes.
7 years ago
Alexander Alekhin
8ac2c5d620
Merge pull request #9796 from lzx1413:patch-1
7 years ago
Alexander Alekhin
6be25727ec
ocl: refactor program compilation
7 years ago
Alexander Alekhin
04b4495493
ocl: define ProgramSource before program
...
no changes in code
7 years ago
Alexander Alekhin
9661d60f74
dnn(samples): fix python syntax (false -> False)
7 years ago
lzx1413
8a05c195f7
in python, false should be False
7 years ago
Alexander Alekhin
2c1b4f5711
Merge pull request #9795 from IgWod:refactor-scalar-to-raw-data
7 years ago
Igor Wodiany
ffb9554787
Extract code from scalarToRawData
...
The same code was repeated several time for different data types, so
it was extracted as a templated function to improve maintability and
make a code more clear.
7 years ago
Igor Wodiany
b638aa74d7
Fix a memory leak in the Mat copying constructor
...
Exception may be rasied inside the body of a copying constructor after
refcount has been increased, and beacause in the case of the exception
destrcutor is never called what causes memory leak. This commit adds a
workaround that calls the release() function before the exception is
thrown outside the contructor.
7 years ago
mevatron
fdc4344acb
Small fix for using Qt 5.x with opencv_world
7 years ago
LaurentBerger
421c5dee12
3D histogram
7 years ago
Vadim Pisarevsky
d25ee8a273
Merge pull request #9761 from Jazmann:ellipseFitAMS&Direct
7 years ago
Vadim Pisarevsky
6c6900a6cd
Merge pull request #9424 from Cartucho:update_imgproc_tutorials
7 years ago
Vadim Pisarevsky
21bd834a59
Merge pull request #9772 from dkurt:fix_caffe_eltwise_and_fc_layers
7 years ago
Vadim Pisarevsky
b969d86415
Merge pull request #9787 from dkurt:feature_dnn_resize_nearest_neighbor
7 years ago
Vadim Pisarevsky
fe58b58937
Merge pull request #9778 from dkurt:dnn_colorization
7 years ago
Vadim Pisarevsky
87595a6b3a
Merge pull request #9779 from Lightricks:feature/assetslibrary-remove-link
7 years ago
Dmitry Kurtaev
b9f94c9315
Nearest neighbor resize layer
7 years ago
Maksim Shabunin
56fe2dc1ed
Merge pull request #9773 from shoeffner:feature/doxygen-tag-file
7 years ago
Dmitry Kurtaev
e268606e26
Grayscale colorization model ( https://github.com/richzhang/colorization ) test.
7 years ago
Yaron Inger
0d979a741b
videoio: remove AssetsLibrary dependency.
...
The entire AssetsLibrary framework is deprecated since iOS 8.0. The code
used in the camera example code can use UIKit to save videos to the
camera instead, which allows to avoid linking with PhotoKit instead to
prevent increasing the iOS deployment target.
7 years ago
tribta
9a2317e063
Tutorial Hough Lines
7 years ago
tribta
d99ced6ec8
Tutorial Hough Circles
7 years ago
tribta
9ff33dacfc
Tutorial Make Border
7 years ago
tribta
a6f5e1f0ca
Tutorial Filter2D
7 years ago
tribta
08515281b9
Tutorial Image Pyramids
7 years ago
tribta
f7d85bfed8
Tutorial Sobel Derivatives
7 years ago
tribta
3250f11f0c
Tutorial Laplace Operator
7 years ago
tribta
d068e27420
Tutorial Morph Lines Detection
7 years ago
tribta
18bc4db75c
Tutorial Hit-or-Miss
7 years ago
tribta
bc18fb481f
Tutorial Smoothing Images
7 years ago
Vadim Pisarevsky
5f6ce6f4b0
Merge pull request #9762 from dkurt:fix_tensorflow_split_layer
7 years ago
Vadim Pisarevsky
558e4d9c2d
Merge pull request #9771 from Bisaloo:patch-1
7 years ago
Sebastian Höffner
440e8d4efa
Configuring Doxygen to generate a tag file.
...
Additionally adds a tutorial on how to use the tag file in other
projects to link back to the OpenCV documentation.
The tutorial is also the only place which links to the tag file as of
now.
For more information on tag files and external documentation, check
https://www.stack.nl/~dimitri/doxygen/manual/external.html
7 years ago