Skip to content

FastCV-based HAL for OpenCV acceleration 2ndpost-3#26621

Merged
asmorkalov merged 4 commits intoopencv:4.xfrom
CodeLinaro:apreetam_2ndPost
Dec 19, 2024
Merged

FastCV-based HAL for OpenCV acceleration 2ndpost-3#26621
asmorkalov merged 4 commits intoopencv:4.xfrom
CodeLinaro:apreetam_2ndPost

Conversation

@quic-apreetam
Copy link
Copy Markdown
Contributor

Detailed description:

  • Add cv_hal_canny for Canny API

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

  • I agree to contribute to the project under Apache 2 License.
  • 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

@asmorkalov asmorkalov added optimization category: 3rdparty platform: arm ARM boards related issues: RPi, NVIDIA TK/TX, etc labels Dec 13, 2024
@asmorkalov asmorkalov self-assigned this Dec 16, 2024
@asmorkalov
Copy link
Copy Markdown
Contributor

@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.

@quic-apreetam
Copy link
Copy Markdown
Contributor Author

@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.

@asmorkalov
Copy link
Copy Markdown
Contributor

The second part has been merged. Please rebase the PR on top of 4.x.

@quic-apreetam
Copy link
Copy Markdown
Contributor Author

quic-apreetam commented Dec 19, 2024

The second part has been merged. Please rebase the PR on top of 4.x.

hi @asmorkalov rebased on top of 4.x and enabled fastcv by default.

@asmorkalov
Copy link
Copy Markdown
Contributor

The PR passed Android CI. Please revert root cmake changes and I'll merge it.

@asmorkalov asmorkalov added this to the 4.11.0 milestone Dec 19, 2024
@quic-apreetam
Copy link
Copy Markdown
Contributor Author

The PR passed Android CI. Please revert root cmake changes and I'll merge it.

hi @asmorkalov reverted the root cmake change. thanks

@asmorkalov asmorkalov merged commit d037b40 into opencv:4.x Dec 19, 2024
@asmorkalov asmorkalov mentioned this pull request Jan 15, 2025
shyama7004 pushed a commit to shyama7004/opencv that referenced this pull request Jan 20, 2025
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
NanQin555 pushed a commit to NanQin555/opencv that referenced this pull request Feb 24, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: 3rdparty optimization platform: arm ARM boards related issues: RPi, NVIDIA TK/TX, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants