FastCV-based HAL for OpenCV acceleration 2ndpost-3#26621
FastCV-based HAL for OpenCV acceleration 2ndpost-3#26621asmorkalov merged 4 commits intoopencv:4.xfrom
Conversation
|
@quic-apreetam The first part has been merged. Please rebase your patch and fix conflicts. The patch provides Canny only. I expect, the PR should be independent from post-2. |
hi @asmorkalov, @adsha-quic will have to rebase #26619 again if I resolve the conflict now. Once #26619 is merged, I will resolve the conflict. |
|
The second part has been merged. Please rebase the PR on top of 4.x. |
ecc86a5 to
ee15179
Compare
hi @asmorkalov rebased on top of 4.x and enabled fastcv by default. |
|
The PR passed Android CI. Please revert root cmake changes and I'll merge it. |
This reverts commit ee15179.
hi @asmorkalov reverted the root cmake change. thanks |
FastCV-based HAL for OpenCV acceleration 2ndpost-3 opencv#26621 ### Detailed description: - Add cv_hal_canny for Canny API Requires binary from [opencv/opencv_3rdparty#90](opencv/opencv_3rdparty#90) Depends on: [opencv#26617](opencv#26617) Depends on: [opencv#26619](opencv#26619) ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [ ] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake
FastCV-based HAL for OpenCV acceleration 2ndpost-3 opencv#26621 ### Detailed description: - Add cv_hal_canny for Canny API Requires binary from [opencv/opencv_3rdparty#90](opencv/opencv_3rdparty#90) Depends on: [opencv#26617](opencv#26617) Depends on: [opencv#26619](opencv#26619) ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [ ] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake
Detailed description:
Requires binary from opencv/opencv_3rdparty#90
Depends on: opencv/opencv#26617
Depends on: opencv/opencv#26619
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.