Skip to content

HAL added for add(array, scalar)#25624

Merged
asmorkalov merged 4 commits intoopencv:4.xfrom
savuor:rv/hal_addscalar
Nov 13, 2024
Merged

HAL added for add(array, scalar)#25624
asmorkalov merged 4 commits intoopencv:4.xfrom
savuor:rv/hal_addscalar

Conversation

@savuor
Copy link
Copy Markdown
Contributor

@savuor savuor commented May 23, 2024

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

@savuor savuor marked this pull request as ready for review May 27, 2024 13:55

typedef int (*ScalarFunc)(const uchar* src, size_t step_src,
uchar* dst, size_t step_dst, int width, int height,
void* scalar, bool scalarIsFirst);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

usrdata is not supported, this should be fixed for more common cases

@asmorkalov asmorkalov added this to the 4.11.0 milestone May 31, 2024
@savuor savuor force-pushed the rv/hal_addscalar branch from bc29168 to 344992e Compare June 1, 2024 00:09
@vpisarev vpisarev self-requested a review November 12, 2024 19:18
Rostislav Vasilikhin added 2 commits November 13, 2024 00:54
@asmorkalov asmorkalov merged commit 67f07b1 into opencv:4.x Nov 13, 2024
@asmorkalov asmorkalov mentioned this pull request Nov 13, 2024
@savuor savuor deleted the rv/hal_addscalar branch November 13, 2024 09:58
thewoz pushed a commit to CobbsLab/OPENCV that referenced this pull request Feb 13, 2025
HAL added for add(array, scalar) opencv#25624

### 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
- [x] 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.
- [x] 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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants