Alexander Alekhin
|
6d3502833f
|
core: include version.hpp in cvdef.h, fix precomp.hpp usage
|
2021-02-16 11:10:45 +00:00 |
|
Alexander Alekhin
|
8c5b3c4150
|
Merge pull request #17077 from i386x:check-negative-values
|
2020-11-26 15:07:58 +00:00 |
|
Jiri Kucera
|
ce31c9c448
|
core(matrix): Negative values checks
Add checks that prevents indexing an array by negative values.
|
2020-11-20 22:51:06 +01:00 |
|
Alexander Alekhin
|
261ad78122
|
core: emit more clear messages in OutputArray::create()
|
2020-09-18 15:25:29 +00:00 |
|
Alexander Alekhin
|
c8f1948d58
|
core: drop EXPR handing code in InputArray
|
2020-04-14 18:02:19 +00:00 |
|
Alexander Alekhin
|
01048e5603
|
Merge pull request #16616 from alalek:dnn_fix_input_shape
* dnn: fix processing of input shapes
- importer: avoid using of .setInput() => .setInputShape()
- setInput: shape limitation check (partial)
* dnn(test): test .setInput() in readNet()
|
2020-02-21 22:39:54 +03:00 |
|
Alexander Alekhin
|
9340af1a8a
|
core: Async API / AsyncArray
|
2019-05-18 19:32:23 +00:00 |
|
Alexander Alekhin
|
7366eebebb
|
core: fix condition in OutputArray::create(allowTransposed=True)
|
2019-03-05 16:26:59 +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 |
|