Alexander Alekhin
|
62ed6cdc74
|
core: fix copyTo(with mask) dst initialization
|
7 years ago |
Alexander Alekhin
|
b0bce60c16
|
Merge pull request #10284 from alalek:dnn_debug_error
|
7 years ago |
Alexander Alekhin
|
eff42f6387
|
dnn: more debug info
|
7 years ago |
Alexander Alekhin
|
5404930112
|
Merge pull request #9260 from Cartucho:add_python_signatures
|
7 years ago |
Alexander Alekhin
|
e49febb70f
|
Merge pull request #10269 from terfendail:softdouble_round
|
7 years ago |
Vadim Pisarevsky
|
7e680bd9ff
|
Merge pull request #10215 from dkurt:dnn_js
|
7 years ago |
Vadim Pisarevsky
|
766a0c0f25
|
Merge pull request #10277 from pengli:dnn
|
7 years ago |
Vadim Pisarevsky
|
9fa505027a
|
Merge pull request #10263 from mshabunin:embedded-build
|
7 years ago |
Vadim Pisarevsky
|
61c2f094b9
|
Merge pull request #10280 from alalek:python_cv2_to_cv
|
7 years ago |
Vadim Pisarevsky
|
558b17dede
|
Merge pull request #10231 from alalek:ocl_refactor_program_api
|
7 years ago |
Vitaly Tuzov
|
86b128dbb3
|
Added implementation of softdouble rounding to int64_t
|
7 years ago |
Alexander Alekhin
|
5560db73bf
|
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
|
7 years ago |
Maksim Shabunin
|
7349b8f5ce
|
Build for embedded systems
|
7 years ago |
Li Peng
|
88507fa051
|
add command parser to caffe googlenet sample
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Alexander Alekhin
|
9665dde678
|
Merge pull request #10112 from haritha1313:bugfix_doc1
|
7 years ago |
Alexander Alekhin
|
768f4cb7bc
|
python: 'sub-module' for binding sources and documentation meta information
|
7 years ago |
Alexander Alekhin
|
b15bc194ef
|
doc: finalize Python signatures injection
|
7 years ago |
Haritha
|
be4fa03fac
|
crop parameter usage in blobFromImage() calls
|
7 years ago |
tribta
|
164a77e7ad
|
add methods
|
7 years ago |
tribta
|
6174f62710
|
Sample for functions
|
7 years ago |
Alexander Alekhin
|
d715badbde
|
doc: update Python signatures generation
- drop dependency on 'import cv2', use pyopencv_signatures.json instead
- try to make generator idempotent
|
7 years ago |
tribta
|
912de363f4
|
Using __doc__ to add Python signatures to the docs.
|
7 years ago |
Alexander Alekhin
|
66e09bc9a4
|
Merge pull request #10260 from native-api:ffmpeg_load_from_package
|
7 years ago |
Vadim Pisarevsky
|
cd7526c973
|
Merge pull request #10266 from ChristofKaufmann:warp_documentation
|
7 years ago |
Vadim Pisarevsky
|
c24f10d647
|
Merge pull request #10268 from dkurt:fix_scale_layer
|
7 years ago |
Ivan Pozdeev
|
4bee238cf8
|
GetModuleFileName() doesn't reset last error on success
|
7 years ago |
Dmitry Kurtaev
|
f503515082
|
JavaScript bindings for dnn module
|
7 years ago |
Dmitry Kurtaev
|
e307065c8e
|
Scale layer in case of 2D inputs
|
7 years ago |
Elena Gvozdeva
|
6185f7209e
|
Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel
* add HAL for SobelFilter
* add HAL for pyrDown
* add HAL for Scharr
|
7 years ago |
Alexander Alekhin
|
a2811d93dd
|
Merge pull request #10253 from alalek:cmake_disable_optimization
|
7 years ago |
Christof Kaufmann
|
9c5b231b2d
|
doc: Add type restriction note for geometric transformations
This is added according to #7862.
|
7 years ago |
Alexander Alekhin
|
f2070c9f5d
|
Merge pull request #10255 from dkurt:dnn_roi_pooling
|
7 years ago |
Alexander Alekhin
|
34e414dc31
|
Merge pull request #10264 from terfendail:createsamples
|
7 years ago |
Vitaly Tuzov
|
92d23fb1a8
|
updated createsamples app utility functions to new c++ API from old c
|
7 years ago |
Alexander Alekhin
|
f8b14a1612
|
Merge pull request #10262 from Riyuzakii:10209
|
7 years ago |
Riyuzakii
|
8f1345091e
|
Remove typo/repeated code block
|
7 years ago |
Dmitry Kurtaev
|
17dcf0e82d
|
ROIPooling layer
|
7 years ago |
Alexander Alekhin
|
d329674f68
|
Merge pull request #8198 from mshabunin:cmakeex
|
7 years ago |
Alexander Alekhin
|
cadd1a0074
|
cmake: CV_DISABLE_OPTIMIZATION disables IPP, OpenCL, Eigen and LAPACK too
|
7 years ago |
Alexander Alekhin
|
1625ffa2cf
|
ocl: opencl_custom_kernel.cpp example
|
7 years ago |
Alexander Alekhin
|
72de03d749
|
Merge pull request #10243 from berak:dnn_fix_mobilenet_sample
|
7 years ago |
Alexander Alekhin
|
0be1bf551b
|
Merge pull request #10244 from dkurt:issue_10239
|
7 years ago |
Dmitry Kurtaev
|
ef0650179b
|
Fix conv/deconv/fc layers FLOPS computation
|
7 years ago |
Maksim Shabunin
|
38c62f6461
|
Added option to disable gc-sections flag
|
7 years ago |
Pavel Rojtberg
|
6fb9d42c3f
|
Hid symbols in static builds, added LTO flags, removed exports from ts
|
7 years ago |
Alexander Alekhin
|
ef04ca9e0f
|
Merge pull request #10241 from alalek:ios_fix_build_warnings
|
7 years ago |
Alexander Alekhin
|
6074f92d48
|
Merge pull request #10228 from pengli:dnn_new
|
7 years ago |
Alexander Alekhin
|
0b688cd23f
|
Merge pull request #10240 from alalek:dnn_perf_ssd
|
7 years ago |
Li Peng
|
59cbaca4d3
|
detection_output layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Li Peng
|
66feea6cac
|
region layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |