opencv/modules
Wanli 687e37e6a8
Merge pull request #25892 from WanliZhong:v_sincos
Add support for v_sin and v_cos (Sine and Cosine) #25892

This PR aims to implement `v_sincos(v_float16 x)`, `v_sincos(v_float32 x)` and `v_sincos(v_float64 x)`. 
Merged after https://github.com/opencv/opencv/pull/25891 and https://github.com/opencv/opencv/pull/26023

**NOTE:** 
Also, the patch changes already added `v_exp`, `v_log` and `v_erf` to pass parameters by reference instead of by value, to match API of other universal intrinsics.

TODO:
- [x] double and half float precision
- [x] tests for them
- [x] doc to explain the implementation

### 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.
- [ ] The feature is well documented and sample code can be built with the project CMake
2024-10-10 13:25:12 +03:00
..
calib3d inversion checks 2024-10-06 17:24:15 +03:00
core Merge pull request #25892 from WanliZhong:v_sincos 2024-10-10 13:25:12 +03:00
dnn C-API cleanup: backport videoio changes from 5.x 2024-10-01 17:06:08 +03:00
features2d C-API cleanup: use AutoBuffer in MSER 2024-10-01 18:44:22 +03:00
flann Prevent signed integer overflow in LshTable 2024-05-24 23:47:36 +02:00
gapi build: fix AVX2/AVX512 builds failed due to intrinsics operator usage 2024-09-20 13:38:59 +03:00
highgui highgui: Make GThread mandatory with GTK 2024-07-15 16:30:39 +02:00
imgcodecs Merge pull request #26152 from sturkmen72:m_buf_supported 2024-09-17 09:34:38 +03:00
imgproc Merge pull request #26260 from sturkmen72:upd_doc_4_x 2024-10-09 09:09:51 +03:00
java Merge pull request #26009 from alexlyulkov:al/unify-build-gradle 2024-08-21 09:24:28 +03:00
js Merge pull request #25909 from gblikas:patch-1 2024-10-09 08:36:10 +03:00
ml speedup random forest getVotes method. 2024-08-20 15:35:59 +07:00
objc fix: resolve Swift method name conflicts by adding missing namespace 2024-07-18 00:20:17 +08:00
objdetect Merge pull request #25986 from asmorkalov:as/js_for_contrib 2024-08-23 10:49:08 +03:00
photo C-API cleanup: inpaint algorithms in photo 2024-10-01 20:10:35 +03:00
python Merge pull request #25643 from cpoerschke:issue-25635-find-existing-file-tests 2024-08-05 15:28:16 +03:00
stitching Merge pull request #26022 from Kumataro:fix26016 2024-08-23 12:35:13 +03:00
ts ts: add some missing override markers 2024-09-13 12:48:05 +03:00
video Added HAL documentation note for out-of-bound hack in optical flow LK. 2024-10-02 12:38:25 +03:00
videoio C-API cleanup: backport videoio changes from 5.x 2024-10-01 17:06:08 +03:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00