- 02 Nov, 2018 1 commit
-
-
- 01 Nov, 2018 1 commit
-
-
Vadim Pisarevsky authored
* integrated the new C++ persistence; removed old persistence; most of OpenCV compiles fine! the tests have not been run yet * fixed multiple bugs in the new C++ persistence * fixed raw size of the parsed empty sequences * [temporarily] excluded obsolete applications traincascade and createsamples from build * fixed several compiler warnings and multiple test failures * undo changes in cocoa window rendering (that was fixed in another PR) * fixed more compile warnings and the remaining test failures (hopefully) * trying to fix the last little warning
-
- 29 Oct, 2018 1 commit
-
-
- 26 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 24 Oct, 2018 1 commit
-
-
maver1 authored
* Updated ICV packages and IPP integration * core(test): minMaxIdx IPP regression test * core(ipp): workaround minMaxIdx problem * core(ipp): workaround meanStdDev() CV_32FC3 buffer overrun * Returned semicolon after CV_INSTRUMENT_REGION_IPP()
-
- 16 Oct, 2018 1 commit
-
-
Michał Janiszewski authored
Exceptions caught by value incur needless cost in C++, most of them can be caught by const-reference, especially as nearly none are actually used. This could allow compiler generate a slightly more efficient code.
-
- 15 Oct, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* js: update build script - support emscipten 1.38.12 (wasm is ON by default) - verbose build messages * js: use builtin Math functions * js: disable tracing code completelly
-
Vitaly Tuzov authored
-
- 14 Oct, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- always pass DEPTH_dst value to core/arithm kernel
-
- 12 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 11 Oct, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 10 Oct, 2018 3 commits
-
-
Alexander Alekhin authored
Similar to 'OMP_DYNAMIC=TRUE'.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
to detect process termination after ExitProcess() call
-
- 05 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 02 Oct, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 01 Oct, 2018 2 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 27 Sep, 2018 2 commits
-
-
Rostislav Vasilikhin authored
Fixes for instrumentation of IPP and OCL (#12637) * fixed warning about re-declaring variable when both IPP and instrumentation are enabled * fixed segfault when no funName provided * compilation fixed when both OCL and instrumentation are enabled
-
Alexander Alekhin authored
- avoid updating of input image during equalizeHist() call - avoid for() with double variable (use 'int' instead) - more CV_Check*() macros - use Mat_<T>, Matx - static for local variables
-
- 26 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Remove isIntel check from deep learning layers * Remove fp16->fp32 fallbacks where it's not necessary * Fix Kernel::run to prevent localsize > globalsize
-
- 25 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 24 Sep, 2018 3 commits
-
-
Hamdi Sahloul authored
-
Maksim Shabunin authored
-
Pavel Rojtberg authored
-
- 23 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 21 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio * Macros for enum-arguments backwards compatibility * Convert struct Param to enum struct * Enabled ParamType.type for enum types * Enabled `cv.read` and `cv.write` for enum types * Rename unnamed enum to AAKAZE.DescriptorType * Rename unnamed enum to AccessFlag * Rename unnamed enum to AgastFeatureDetector.DetectorType * Convert struct DrawMatchesFlags to enum struct * Rename unnamed enum to FastFeatureDetector.DetectorType * Rename unnamed enum to Formatter.FormatType * Rename unnamed enum to HOGDescriptor.HistogramNormType * Rename unnamed enum to DescriptorMatcher.MatcherType * Rename unnamed enum to KAZE.DiffusivityType * Rename unnamed enum to ORB.ScoreType * Rename unnamed enum to UMatData.MemoryFlag * Rename unnamed enum to _InputArray.KindFlag * Rename unnamed enum to _OutputArray.DepthMask * Convert normType enums to static const NormTypes * Avoid conflicts with ElemType * Rename unnamed enum to DescriptorStorageFormat
-
- 19 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
* core: drop usage of CV_USRTYPE1 in OpenCV avoid OpenCV crashes due size change CV_ELEM_SIZE(CV_USRTYPE1): 8 -> 2 * ! fix persistence internal types
-
- 17 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 14 Sep, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 13 Sep, 2018 2 commits
-
-
Hamdi Sahloul authored
-
Takuho NAKANO authored
* Fix perpendicular decision of RotatedRect::RotatedRect Error estimation is based on #12455. * Fix abs to std::fabs and atan to std::atan
-
- 12 Sep, 2018 2 commits
-
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
- 10 Sep, 2018 3 commits
-
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
Vadim Pisarevsky authored
* added basic support for CV_16F (the new datatype etc.). CV_USRTYPE1 is now equal to CV_16F, which may break some [rarely used] functionality. We'll see * fixed just introduced bug in norm; reverted errorneous changes in Torch importer (need to find a better solution) * addressed some issues found during the PR review * restored the patch to fix some perf test failures
-