- 21 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 15 Jun, 2019 1 commit
-
-
gal0is authored
-
- 11 Jun, 2019 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 07 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 05 Jun, 2019 1 commit
-
-
Ahmed Ashour authored
-
- 18 May, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 10 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 29 Mar, 2019 1 commit
-
-
Pavel Rojtberg authored
-
- 15 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 12 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 01 Mar, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- better handling of enum arguments - less merge conflicts
-
- 26 Feb, 2019 1 commit
-
-
Maksim Shabunin authored
* Enabled -Wnarrowing warning * Fixed type narrowing issues * Cast python constants * Use long long for python constants * Use int for python constants with fallback to long * Update cv2.cpp
-
- 08 Feb, 2019 1 commit
-
-
Pavel Rojtberg authored
-
- 22 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 19 Dec, 2018 2 commits
-
-
Dmitry Kurtaev authored
* Fix python bindings without stitching module * stitching: move stitching specific code into modules/stitching/misc
-
Dmitry Kurtaev authored
-
- 18 Dec, 2018 1 commit
-
-
LaurentBerger authored
* Python wrapper for detail * hide pyrotationwrapper * copy code in pyopencv_rotationwarper.hpp * move ImageFeatures MatchInfo and CameraParams in core/misc/ * add python test for detail * move test_detail in test_stitching * rename
-
- 17 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
* python: add checks for drawKeypoints() symbol * python: more hacks in hdr_parser.py
-
- 24 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
- don't require "OPENCV_PYTHON{2,3}_INSTALL_PATH" if OPENCV_SKIP_PYTHON_LOADER=ON - avoid unnecessary relative paths in generated config-X.Y.py
-
- 17 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Nov, 2018 2 commits
-
-
Alexander Alekhin authored
Configures and loads OpenCV bindings extension including 3rdparty dependencies Based on running Python specify: - configure PYTHON_PATH (via "sys.path") - configure LD_LIBRARY_PATH / PATH
-
Alexander Alekhin authored
-
- 15 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 10 Nov, 2018 1 commit
-
-
Jiri Horner authored
[evolution] Stitching for OpenCV 4.0 * stitching: wrap Stitcher::create for bindings * provide method for consistent stitcher usage across languages * samples: add python stitching sample * port cpp stitching sample to python * stitching: consolidate Stitcher create methods * remove Stitcher::createDefault, it returns Stitcher, not Ptr<Stitcher> -> inconsistent API * deprecate cv::createStitcher and cv::createStitcherScans in favor of Stitcher::create * stitching: avoid anonymous enum in Stitcher * ORIG_RESOL should be double * add documentatiton * stitching: improve documentation in Stitcher * stitching: expose estimator in Stitcher * remove ABI hack * stitching: drop try_use_gpu flag * OCL will be used automatically through T-API in OCL-enable paths * CUDA won't be used unless user sets CUDA-enabled classes manually * stitching: drop FeaturesFinder * use Feature2D instead of FeaturesFinder * interoperability with features2d module * detach from dependency on xfeatures2d * features2d: fix compute and detect to work with UMat vectors * correctly pass UMats as UMats to allow OCL paths * support vector of UMats as output arg * stitching: use nearest interpolation for resizing masks * fix warnings
-
- 06 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 30 Oct, 2018 1 commit
-
-
LaurentBerger authored
-
- 29 Oct, 2018 1 commit
-
-
Diego Barrios Romero authored
-
- 25 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
- https://python.readthedocs.io/en/stable/whatsnew/3.4.html - The `sysconfig` key `SO` is deprecated, it has been replaced by `EXT_SUFFIX`
-
- 10 Oct, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 28 Sep, 2018 3 commits
-
-
Suleyman TURKMEN authored
-
Alexander Alekhin authored
* fix build warnings * python: forbid wrapping of functions with "void*" arguments
-
Hamdi Sahloul authored
-
- 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
-
- 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
-
- 18 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 17 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
-