Merge pull request #20733 from rogday:argmaxnd
authorrogday <s.e.a.98@yandex.ru>
Sun, 28 Nov 2021 16:17:46 +0000 (19:17 +0300)
committerGitHub <noreply@github.com>
Sun, 28 Nov 2021 16:17:46 +0000 (16:17 +0000)
commitf044037ec5d1f4f33d5ad2ab94194721f885396c
treefd901dbdd433a2ee560bcf7f7559970098e13d97
parenta97f21ba4e044501d9bbb636fc6b33dcdddd9e24
Merge pull request #20733 from rogday:argmaxnd

Implement ArgMax and ArgMin

* add reduceArgMax and reduceArgMin

* fix review comments

* address review concerns
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/detail/dispatch_helper.impl.hpp [new file with mode: 0644]
modules/core/perf/perf_reduce.cpp
modules/core/src/minmax.cpp
modules/core/test/ref_reduce_arg.impl.hpp [new file with mode: 0644]
modules/core/test/test_arithm.cpp