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
|
523f081923
|
core(check): add Size_<int>
|
2019-12-28 13:50:39 +00:00 |
|
Kuang Fangjun
|
2b6aa50b81
|
avoid negative index.
|
2018-07-14 16:05:29 +08:00 |
|
Alexander Alekhin
|
135ea264ef
|
core: align cv::AutoBuffer API with std::vector/std::array
- added .data() methods
- added operator[] (int i)
- extend checks support to generic and debug-only cases
- deprecate existed operator* ()
|
2018-07-04 19:10:38 +03:00 |
|
Alexander Alekhin
|
567ae61e78
|
core: add "check" macros
|
2018-04-09 21:24:02 +03:00 |
|