Skip to content

Commit c5770bc

Browse files
Code refactoring and more operators support
Refactor some code to comply with OpenCV's coding style and make the logic clearer. Rename some class names: | Object | CANN | CUDA | | --------- | ------------------------ | -------- | | Namespace | cv::cann | cv::cuda | | Matrix | AclMat -> NpuMat | GpuMat | | Stream | AclStream -> AscendStrem | Stream | | Event | AclEvent -> AscendEvent | Event | Add more operators: - [x] bitwise_not - [x] addWeighted - [x] crop - [x] cvtColor (support part of color formats) - [x] merge - [x] split - [x] rotate - [x] flip - [x] threshold - [x] transpose Co-authored-by: CaoMengqing <[email protected]>
1 parent b07acec commit c5770bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4276
-2273
lines changed

modules/cannarithm/include/opencv2/acl_stream_accessor.hpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

modules/cannarithm/include/opencv2/cann.hpp

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)