917 Commits (c71d4952733a0e1dd1f88ac87066c802f1119d97)

Author SHA1 Message Date
Alexander Smorkalov 1f1ba7e402
Merge pull request #25563 from asmorkalov:as/HAL_min_max_idx 7 months ago
Kumataro d22d0bd49c core: persistence: use hfloat instead of float16_t 8 months ago
Kumataro b14ea19466
Merge pull request #25351 from Kumataro:fix25073_format_g 8 months ago
Pierre Chatelier 1a537ab98f
Merge pull request #24893 from chacha21:cart_polar_inplace 8 months ago
Yuantao Feng 3afe8ddaf8
core: Rename `cv::float16_t` to `cv::hfloat` (#25217) 8 months ago
Maksim Shabunin 6fc926ea4d Updated RVV intrinsics and test to remove initializer_list 9 months ago
Alexander Smorkalov daa8f7dfc6 Partially back-port #25075 to 4.x 9 months ago
Sean McBride e64857c561
Merge pull request #23736 from seanm:c++11-simplifications 10 months ago
Kumataro dba7186378
Merge pull request #24271 from Kumataro:fix24163 11 months ago
zihaomu b913e73d04
DNN: add the Winograd fp16 support (#23654) 1 year ago
Kumataro 1911c63826
fix: supress GCC13 warnings (#24434) 1 year ago
Liutong HAN a287605c3e Clean up the Universal Intrinsic API. 1 year ago
Sean McBride 5fb3869775
Merge pull request #23109 from seanm:misc-warnings 1 year ago
Maksim Shabunin 1bccc14e05
Merge pull request #24343 from mshabunin:fix-test-writes 1 year ago
Dmitry Kurtaev d78637102c Skip test cases in case of SkipTestException in SetUp 1 year ago
Dmitry Kurtaev 6bc369fc56
Merge pull request #24250 from dkurt:ts_fixture_constructor_skip_2 1 year ago
Vincent Rabaud 3880d059b3
Merge pull request #24260 from vrabaud:ubsan 1 year ago
Yuriy Chernyshov 8a415c881a Add missing std namespace qualifiers 1 year ago
Alexander Smorkalov cca4ee2e46 Revert PR 24186 as it force skip tests. 1 year ago
Kumataro 72bb8bb73c core: arm64: v_round() works with round to nearest, ties to even. 1 year ago
Yuantao Feng a308dfca98
core: add broadcast (#23965) 1 year ago
Dmitry Kurtaev 588ddf1b18
Merge pull request #24186 from dkurt:ts_fixture_constructor_skip 1 year ago
Liutong HAN a00818047f Add missing ”v_popcount“ for RVV and enable tests. 1 year ago
Maksim Shabunin 09944a83d9 build: w/a compiler warnings for GCC 11-12 and Clang 13, reduce build output 1 year ago
Pierre Chatelier 60b806f9b8
Merge pull request #22947 from chacha21:hasNonZero 1 year ago
Alexander Smorkalov 65487946cc Added final constrants check to solveLP to filter out flating-point numeric issues. 2 years ago
Pierre Chatelier 6dd8a9b6ad
Merge pull request #13879 from chacha21:REDUCE_SUM2 2 years ago
Sean McBride 47bea69322
Merge pull request #23055 from seanm:sprintf2 2 years ago
Alexander Alekhin fe59a5695f core(simd): 64-bit integer EQ/NE without misused 64F guard 2 years ago
Rostislav Vasilikhin f3a03aefad cvIsInf(double) fix + regression test 2 years ago
fengyuentau 34a0897f90 add cv::flipND; support onnx slice with negative steps via cv::flipND 2 years ago
Alexander Alekhin be326ff752 build: fix/eliminate MSVC warnings 2 years ago
HAN Liutong df24bd295d Fix v_signmask for RISC-V Vector. 2 years ago
wxsheng 4154bd0667
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX 2 years ago
Yuantao Feng 9dc844a6e1
Merge pull request #22346 from fengyuentau:mat1d_part1 2 years ago
HAN Liutong 7e2c8cc9f4 Add remaining intrinsics. 2 years ago
HAN Liutong b9a1039566 Remove the test log in test_interleave_pq. 2 years ago
HAN Liutong 8dc332721f Add testcases for interleave_p&q and enable others testcases. 2 years ago
HAN Liutong f572ae3474 add missing test cases(v_abs) 2 years ago
HAN Liutong 2fb652ce09 Add testcase for continuous mul and add. 2 years ago
HAN Liutong f0d29cd33c Add more universal intrinsic implementations for RVV. 2 years ago
HAN Liutong 2bd72af2ef
Merge pull request #22292 from hanliutong:fix 2 years ago
Maksim Shabunin f729202272 core: remove unnecessary pointer cleanup in BufferArea 2 years ago
HAN Liutong 3e3b53f815 Fix compile errors when all SIMD is disabled. 2 years ago
HAN Liutong 0ef803950b
Merge pull request #22179 from hanliutong:new-rvv 2 years ago
Sean McBride 35f1a90df7
Merge pull request #22149 from seanm:sprintf 2 years ago
rogday 7daf84fb44 address security concerns in persistence 3 years ago
Anatoliy Talamanov 9390c56831
Merge pull request #21782 from TolyaTalamanov:at/fix-1d-mat-problems 3 years ago
Maksim Shabunin 593996216f cartToPolar/polarToCart: disable inplace mode 3 years ago
rogday e16cb8b4a2
Merge pull request #21703 from rogday:transpose 3 years ago