HAL resize, warpAffine, warpPerspective interface
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Tue, 22 Mar 2016 13:52:23 +0000 (16:52 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Thu, 7 Apr 2016 15:47:24 +0000 (18:47 +0300)
commit5877debb6f6b2599c7f2cc9e1ce5ad9d4931cd9b
treee7889959c00d836c6ffe2565def7af3028003b46
parent06ea0aa02b52d1c9ccb5ca392826e0e0c4eb6bd0
HAL resize, warpAffine, warpPerspective interface

- added HAL documentation support
- added documentation to HAL replacement interface
- updated several HAL functions in imgproc module
13 files changed:
doc/CMakeLists.txt
modules/core/include/opencv2/core/cvdef.h
modules/core/include/opencv2/core/hal/hal.hpp
modules/core/include/opencv2/core/hal/interface.h
modules/core/src/arithm.cpp
modules/core/src/arithm_core.hpp
modules/core/src/hal_replacement.hpp
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/include/opencv2/imgproc/hal/hal.hpp
modules/imgproc/include/opencv2/imgproc/hal/interface.h [new file with mode: 0644]
modules/imgproc/src/hal_replacement.hpp
modules/imgproc/src/imgwarp.cpp
modules/imgproc/src/morph.cpp