opencv/modules
Rostislav Vasilikhin 1acf722e24
Merge pull request #25970 from savuor:rv/hal_pyrdown
pyrDown: offset HAL added, IPP removed #25970

Resolves #25976

### Changes
* HAL added for offset support so that border pixels can be fetched from outside of the image ROI (see `BORDER_ISOLATED` parameter)
* IPP removed since there is `pyrUp` instead of `pyrDown` and there's no easy way to fix this other than rewriting it from scratch
* replaced old C call by modern `cv::pyrDown`

### 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
- [x] 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
2024-08-06 15:04:53 +03:00
..
calib3d Merge pull request #25943 from asmorkalov:as/fisheye_distrort_newk 2024-08-05 19:33:18 +03:00
core Merge pull request #25643 from cpoerschke:issue-25635-find-existing-file-tests 2024-08-05 15:28:16 +03:00
dnn fix compilation errors caused by namespace 2024-08-04 05:04:03 +08:00
features2d Added Java ORB test 2024-07-25 16:47:41 +03:00
flann Prevent signed integer overflow in LshTable 2024-05-24 23:47:36 +02:00
gapi Merge pull request #25817 from lamiayous:ly/extend_onnxrt_gapi_backend_handle_i32_i64_type 2024-07-12 11:38:43 +03:00
highgui highgui: Make GThread mandatory with GTK 2024-07-15 16:30:39 +02:00
imgcodecs Improved error handling in image codecs. 2024-08-01 08:34:29 +03:00
imgproc Merge pull request #25970 from savuor:rv/hal_pyrdown 2024-08-06 15:04:53 +03:00
java Merge pull request #25856 from alexlyulkov:al/android-optional-kotlin 2024-07-04 13:26:37 +03:00
js fix: js perf tests 2024-07-26 13:24:26 -07:00
ml Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
objc fix: resolve Swift method name conflicts by adding missing namespace 2024-07-18 00:20:17 +08:00
objdetect Merge pull request #25938 from vrabaud:charuco 2024-07-24 09:27:07 +03:00
photo photo: doc: Fix window range for fastNlMeansDenoisingMulti 2024-06-21 21:04:22 +08:00
python Merge pull request #25643 from cpoerschke:issue-25635-find-existing-file-tests 2024-08-05 15:28:16 +03:00
stitching Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
ts Report used HAL to test log and xml 2024-07-23 12:03:39 +03:00
video Merge pull request #25771 from fengyuentau:vittrack_black_input 2024-06-18 12:48:28 +03:00
videoio Fix path to 3rdparty cmake. 2024-08-02 10:07:36 +02:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00