opencv/modules
Maxim Smolskiy d00738d97c
Merge pull request #27331 from MaximSmolskiy:add-test-for-solveCubic
Add tests for solveCubic #27331

### Pull Request Readiness Checklist

Related to #27323 

I found only randomized tests with number of roots always equal to `1` or `3`, `x^3 = 0` and some simple test for Java and Swift.
Obviously, they don't cover all cases (implementation has strong branching and number of roots can be equal to `-1`, `0` and `2` additionally).
So, I think it will be useful to try explicitly cover more cases (and implementation branches correspondingly)

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
- [x] 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
2025-05-21 08:36:35 +03:00
..
calib3d Merge pull request #27305 from chengolivia:add-check-sgbm-nondeterminism 2025-05-17 10:19:09 +03:00
core Merge pull request #27331 from MaximSmolskiy:add-test-for-solveCubic 2025-05-21 08:36:35 +03:00
dnn Merge pull request #27307 from dkurt:tflite_face_blendshape_model 2025-05-19 10:45:18 +03:00
features2d Enable Java bindings for SimpleBlobDetector::blobColor 2025-04-20 15:57:41 +09:00
flann flann: remove unused hdf5 header 2024-11-14 19:44:10 +03:00
gapi Merge pull request #26682 from 5usu:4.x 2025-03-31 09:47:34 +03:00
highgui Fixed QT window resize logic. 2025-05-05 14:52:15 +03:00
imgcodecs Merge pull request #27297 from Kumataro:fix27295 2025-05-12 10:44:54 +03:00
imgproc Merge pull request #27334 from fengyuentau:4x/imgproc/compareHist_chisqr_simd 2025-05-21 07:07:57 +03:00
java feat: add conditional inclusion support to header parser 2025-05-19 10:11:52 +03:00
js feat: add conditional inclusion support to header parser 2025-05-19 10:11:52 +03:00
ml replace tostring() with tobytes 2025-02-18 12:25:01 +05:30
objc feat: add conditional inclusion support to header parser 2025-05-19 10:11:52 +03:00
objdetect Merge pull request #27228 from utibenkei:fix_java_enum_wrapper 2025-04-21 20:51:38 +03:00
photo Local decolor pipeline optimization. 2025-03-11 10:16:01 +03:00
python feat: add conditional inclusion support to header parser 2025-05-19 10:11:52 +03:00
stitching Merge pull request #26754 from s-trinh:add_bibtex_direct_pdf_links 2025-01-27 10:28:38 +03:00
ts fix: qnx7.0 build 2025-02-27 14:24:18 +08:00
video Merge pull request #25027 from opencv-pushbot:gitee/alalek/tests_filter_debug 2025-03-21 10:22:17 +03:00
videoio Merge pull request #27284 from dkurt:java_video_capture_read 2025-05-14 17:01:45 +03:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00