Alexander Alekhin
|
11b020b9f9
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2019-06-10 19:05:28 +00:00 |
|
Alexander Alekhin
|
9340af1a8a
|
core: Async API / AsyncArray
|
2019-05-18 19:32:23 +00:00 |
|
Alexander Alekhin
|
8c0b0714e7
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2019-03-11 19:20:22 +00:00 |
|
Alexander Alekhin
|
7366eebebb
|
core: fix condition in OutputArray::create(allowTransposed=True)
|
2019-03-05 16:26:59 +03:00 |
|
Hamdi Sahloul
|
ef5579dc86
|
Merge pull request #12310 from cv3d:chunks/enum_interface
* 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
|
2018-09-21 18:12:35 +03:00 |
|
Hamdi Sahloul
|
ecc9bd0925
|
Support GpuMat in copyTo() functions
|
2018-09-17 23:43:14 +09:00 |
|
Alexander Alekhin
|
acce95f446
|
backport fixes for static analyzer warnings
Commits:
- 09837928d9
- 10fb88d027
Excluded changes with std::atomic (C++98 requirement)
|
2018-09-04 16:49:42 +03:00 |
|
Alexander Alekhin
|
a0f86479e0
|
core: wrap custom types via _RawArray (raw() call)
- support passing of `std::vector<KeyPoint>` via InputArray
|
2018-09-03 18:41:48 +00:00 |
|
Alexander Alekhin
|
6b581c4e51
|
build: unreachable code after CV_Error() (part 2)
|
2018-04-24 16:03:40 +03:00 |
|
Vitaly Tuzov
|
3267fb90c6
|
Updated check on OutputArray to allow recreation of fixed_size for 1-d sizes array
|
2018-02-06 17:07:36 +03:00 |
|
Maksim Shabunin
|
904640c9ae
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
|