- 14 Jan, 2020 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
sajarindider authored
-
Liubov Batanina authored
-
Dmitry Kurtaev authored
-
- 13 Jan, 2020 6 commits
-
-
Alexander Alekhin authored
-
Vadim Levin authored
Fix implicit conversion from array to scalar in python bindings * Fix wrong conversion behavior for primitive types - Introduce ArgTypeInfo namedtuple instead of plain tuple. If strict conversion parameter for type is set to true, it is handled like object argument in PyArg_ParseTupleAndKeywords and converted to concrete type with the appropriate pyopencv_to function call. - Remove deadcode and unused variables. - Fix implicit conversion from numpy array with 1 element to scalar - Fix narrowing conversion to size_t type. * Fix wrong conversion behavior for primitive types - Introduce ArgTypeInfo namedtuple instead of plain tuple. If strict conversion parameter for type is set to true, it is handled like object argument in PyArg_ParseTupleAndKeywords and converted to concrete type with the appropriate pyopencv_to function call. - Remove deadcode and unused variables. - Fix implicit conversion from numpy array with 1 element to scalar - Fix narrowing conversion to size_t type.· - Enable tests with wrong conversion behavior - Restrict passing None as value - Restrict bool to integer/floating types conversion * Add PyIntType support for Python 2 * Remove possible narrowing conversion of size_t * Bindings conversion update - Remove unused macro - Add better conversion for types to numpy types descriptors - Add argument name to fail messages - NoneType treated as a valid argument. Better handling will be added as a standalone patch * Add descriptor specialization for size_t * Add check for signed to unsigned integer conversion safety - If signed integer is positive it can be safely converted to unsigned - Add check for plain python 2 objects - Add check for numpy scalars - Add simple type_traits implementation for better code style * Resolve type "overflow" false negative in safe casting check - Move type_traits to separate header * Add copyright message to type_traits.hpp * Limit conversion scope for integral numpy types - Made canBeSafelyCasted specialized only for size_t, so type_traits header became unused and was removed. - Added clarification about descriptor pointer
-
Dmitry Kurtaev authored
Add lightweight IE hardware targets checks nGraph: Concat with paddings Enable more nGraph tests Restore FP32->FP16 for GPU plugin of IE try to fix buildbot Use lightweight IE targets check only starts from R4
-
Alexander Alekhin authored
-
Anatoliy Talamanov authored
G-API: Fix G_TYPED_KERNEL_M macro * Fix G_TYPED_KERNEL_M macro * Fixes * Fix windows build * Fix doxygen * Added several macros * Add overloads for G_TYPED_KERNEL
-
berak authored
-
- 12 Jan, 2020 3 commits
-
-
Alexander Alekhin authored
-
Gourav Roy authored
* Added java code for meanshift and optical_flow * added java code for module video * added appropriate spaces in codes * converted absolute path to command line arguments * added spaces at appropriate places
-
ihsan314 authored
Python code examples for file IO in xml and yml format * Initial "Pythonization" of file_input_output.cpp * Moved file_input_output.py to correct location * Nearly done Pythonizing file_input_output.cpp * Python equivalent of file_input_output.py created * Started Pythonizing camera_calibration.cpp * Completed Python tutorial/sample code for file_input_output * Resolved whitespace issues * Removed tabs in file_input_output.cpp * Patched import order and wrapped code in main function * Changed string to docstring format in help file * Updated link to Python example code
-
- 11 Jan, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 10 Jan, 2020 3 commits
-
-
Alexander Alekhin authored
* core: fix intrin_cpp, allow to build modules with SIMD emulator * core(arithm): fix v_zero initialization * core(simd): 'strict' types for binary/bitwise operations * features2d: avoid aligned load issue in GCC 5.4 with emulated SIMD * core(simd): alignment checks in SIMD emulator
-
olramde authored
* Changed plus operator to os.path.join() * Remove '/' from PATH
-
Alexander Alekhin authored
-
- 08 Jan, 2020 3 commits
-
-
Alexander Alekhin authored
-
Augusto Fraga Giachero authored
When building OpenCV as a sub-project using cmake's add_subdirectory() the OpenCV's build options would be overwritten to its default state. With cmake 3.13+ the CMP0077 policy, option() honors previous definitions via set().
-
Samuel Thibault authored
dl functions are provided by all glibc-based systems (GNU/Linux, but also GNU/Hurd, GNU/kFreeBSD)
-
- 07 Jan, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 06 Jan, 2020 1 commit
-
-
Nuzhny007 authored
-
- 05 Jan, 2020 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 04 Jan, 2020 1 commit
-
-
Janusz Lisiecki authored
- some of `icvCvt_BGR*` functions have R with B channels swapped what leads to the wrong conversion - renames misleading `rgb` variable name to `bgr` - swap back the conversion coefficients, `cB` should be the first Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
-
- 03 Jan, 2020 3 commits
-
-
Alexander Alekhin authored
-
hannesa2 authored
Android move version info to Gradle style * move version info to Gradle style * Use VERSION_NAME in loader * apply review suggestion
-
Andrew Bruce authored
* Ticket 16274: Fix compile error on std::vector.insert * See https://github.com/opencv/opencv/issues/16274
-
- 02 Jan, 2020 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 31 Dec, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
- 30 Dec, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
YashasSamaga authored
-