Commit 981baad
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 <cmq0113@163.com>1 parent b07acec commit 981baad
File tree
43 files changed
+4276
-2273
lines changed- modules
- cannarithm
- include/opencv2
- misc/python
- perf
- src
- test
- cannops
- include/opencv2
- misc/python
- test
- perf
- samples
- src
- test
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 changedLines changed: 0 additions & 40 deletions
This file was deleted.
This file was deleted.
0 commit comments