Alexander Alekhin
3e45795232
cmake: update timestamp status
...
- avoid unnecessary rebuilding of OpenCV libraries
- use timestamp of the first launch of CMake
- to return to previous behavior use `-UOPENCV_TIMESTAMP` CMake option
7 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
Alexander Alekhin
f39ee9c6a1
cmake: rework MAP_IMPORTED_CONFIG to prevent unintended build failures
...
Introduce CMake variable OPENCV_MAP_IMPORTED_CONFIG which controls this behaviour
Added defaults for MSVS targets
7 years ago
Vadim Pisarevsky
84ee4d701a
Merge pull request #10297 from tomoaki0705:suppressOclWarning
7 years ago
Tomoaki Teshima
267c5a747b
suppress warnings on OpenCL build
...
* stop re-enabling the warning C4127
* disabling is done in CMakeLists.txt
7 years ago
Alexander Alekhin
edadcfa7d9
cmake: add option to workaround issue observed with old CMake
...
CMake message contains this: "Invalid escape sequence \"
7 years ago
Alexander Alekhin
62ed6cdc74
core: fix copyTo(with mask) dst initialization
7 years ago
Alexander Alekhin
ce20efb8e7
Merge pull request #9804 from woodychow:optimize_cveigen
7 years ago
Alexander Alekhin
825b14278e
core: fix persistence with deprecated traits
7 years ago
Alexander Alekhin
8d4777c81d
cmake: generate tbb version file
7 years ago
Alexander Alekhin
c0b6061a5e
core(test): Core_Eigen.vector_32 use relative norm
7 years ago
Alexander Alekhin
2324674dfb
core(test): update eps in testEigen<float>: 1e-6 => 1e-4
7 years ago
Alexander Alekhin
53b5afbba9
core(test): refactor Java Eigenvalues/PCA tests
7 years ago
Alexander Alekhin
d48d2d7fe2
core(test): refactor PCA test
...
- CV_L2 -> relative NORM_L2
- eigenEps: 1e-6 ==> 1e-4
- evalEps: 1e-6 ==> 1e-5
- evecEps: 1e-3 ==> 5e-3
- RNG seed: 12345
- drop non-informative legacy test code (ts->printf, etc)
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