Skip to content

Migrate remaning OpenVX integrations to OpenVX HAL (core)#26903

Merged
asmorkalov merged 4 commits intoopencv:4.xfrom
asmorkalov:as/openvx_hal
Feb 14, 2025
Merged

Migrate remaning OpenVX integrations to OpenVX HAL (core)#26903
asmorkalov merged 4 commits intoopencv:4.xfrom
asmorkalov:as/openvx_hal

Conversation

@asmorkalov
Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov commented Feb 11, 2025

Tested with OpenVX 1.2 & 1.3 sample implementation.

Steps to build and test:

git clone git@github.com:KhronosGroup/OpenVX-sample-impl.git
cd OpenVX-sample-impl
python3 Build.py --os=Linux --conf=Release
cd ..
mkdir build
cmake -DWITH_OPENVX=ON -DOPENVX_ROOT=/mnt/Projects/Projects/OpenVX-sample-impl/install/Linux/x64/Release/ ../opencv
make -j8

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 cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code) labels Feb 11, 2025
@asmorkalov asmorkalov added this to the 4.12.0 milestone Feb 11, 2025
@asmorkalov asmorkalov requested a review from mshabunin February 11, 2025 11:35
@asmorkalov asmorkalov changed the title Migrate remaning OpenVX integrations to OpenVX HAL Migrate remaning OpenVX integrations to OpenVX HAL (core) Feb 11, 2025
Copy link
Copy Markdown
Contributor

@opencv-alalek opencv-alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good (no build tested).

@asmorkalov asmorkalov merged commit 58e557d into opencv:4.x Feb 14, 2025
27 of 28 checks passed
@asmorkalov asmorkalov mentioned this pull request Feb 19, 2025
NanQin555 pushed a commit to NanQin555/opencv that referenced this pull request Feb 24, 2025
Migrate remaning OpenVX integrations to OpenVX HAL (core) opencv#26903

Tested with OpenVX 1.2 & 1.3 sample implementation.

Steps to build and test:
```
git clone git@github.com:KhronosGroup/OpenVX-sample-impl.git
cd OpenVX-sample-impl
python3 Build.py --os=Linux --conf=Release
cd ..
mkdir build
cmake -DWITH_OPENVX=ON -DOPENVX_ROOT=/mnt/Projects/Projects/OpenVX-sample-impl/install/Linux/x64/Release/ ../opencv
make -j8
```

### 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: core cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code) optimization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants