The full documentation for rocCV is available at https://rocm.docs.amd.com/projects/rocCV/en/latest/index.html
- Added
Reformatoperator. - Dockerfile support for running rocCV in a container environment.
- Switched from submodules to CMake's
FetchContent()for DLPack and Pybind11 dependencies. - Benchmarking suite now uses
rocRANDfor random data generation on the device.
- Python bindings are installed improperly, causing double import issues when importing it into a project.
- TBD
- Reflect 101 border mode.
- Bicubic interpolation.
- Convert To operator.
Pybind11andDLPackrequirements moved to git submodules.- Border value parameters now use Saturate cast instead of Range cast when being converted to their internal types. This means passing in
1.0fas a value for aU8image will result in a value of1, whereas previously it would have been converted to255. - Updated border C-model.
- N/A
- TBD
- AMD Clang - Location update to
${ROCM_PATH}/lib/llvm/bin
- Installation on CentOS/RedHat/SLES requires the manual installation of the
DLPackandOpenCVpackages. - On Ubuntu 22.04 use
pip3 install numpy~=1.23
- TDB
- AMD Clang is now the default CXX and C compiler.
- Installation on CentOS/RedHat/SLES requires the manual installation of the
DLPackandOpenCVpackages. - On Ubuntu 22.04 use
pip3 install numpy~=1.23
- TDB