如果有任何建议意见或组织社团老师同学有意共同建设git,请联系20666093@tongji.edu.cn

  1. 20 2月, 2025 2 次提交
  2. 19 2月, 2025 1 次提交
    • kyler1cartesis's avatar
      Merge pull request #26887 from kyler1cartesis:4.x · d32d4da9
      kyler1cartesis 创作于
      invSqrt SIMD_SCALABLE implementation & HAL tests refactoring #26887
      
      Enable CV_SIMD_SCALABLE for invSqrt.
      
      * Banana Pi BF3 (SpacemiT K1) RISC-V
      * Compiler: Syntacore Clang 18.1.4 (build 2024.12)
      
      ```
      Geometric mean (ms)
      
                      Name of Test                  baseline   simd      simd   
                                                             scalable  scalable
                                                                          vs
                                                                       baseline
                                                                      (x-factor)
      InvSqrtf::InvSqrtfFixture::(127x61, 32FC1)     0.163    0.051      3.23   
      InvSqrtf::InvSqrtfFixture::(127x61, 64FC1)     0.241    0.103      2.35   
      InvSqrtf::InvSqrtfFixture::(640x480, 32FC1)    6.460    1.893      3.41   
      InvSqrtf::InvSqrtfFixture::(640x480, 64FC1)    9.687    3.999      2.42   
      InvSqrtf::InvSqrtfFixture::(1280x720, 32FC1)   19.292   5.701      3.38   
      InvSq...
      未验证
      d32d4da9
  3. 18 2月, 2025 4 次提交
  4. 17 2月, 2025 6 次提交
  5. 15 2月, 2025 2 次提交
  6. 14 2月, 2025 7 次提交
  7. 13 2月, 2025 4 次提交
  8. 12 2月, 2025 3 次提交
  9. 11 2月, 2025 4 次提交
    • shyama7004's avatar
      Fix _DEBUG/NDEBUG handling across modules (#26151) · 076bfa64
      shyama7004 创作于
      076bfa64
    • lve-gh's avatar
      Merge pull request #26884 from lve-gh:split8u_rvv_hal · d8c2f0bc
      lve-gh 创作于
      [HAL] split8u RVV 1.0 #26884
      
      ### Pull Request Readiness Checklist
      * Banana Pi BF3 (SpacemiT K1)
      * Compiler: Syntacore Clang 18.1.4 (build 2024.12)
      ```
      Geometric mean (ms)
      
                        Name of Test                   baseline  hal      hal
                                                          ui               vs
                                                                        baseline 
                                                                           ui
                                                                       (x-factor)
      split::Size_Depth_Channels::(127x61, 8UC1, 2)     0.012   0.004     3.12   
      split::Size_Depth_Channels::(127x61, 8UC1, 3)     0.019   0.006     2.91   
      split::Size_Depth_Channels::(127x61, 8UC1, 4)     0.028   0.011     2.64   
      split::Size_Depth_Channels::(127x61, 8UC1, 5)     0.067   0.033     2.02   
      split::Size_Depth_Channels::(127x61, 8UC1, 6)     0.084   0.040     2.11   
      split::Size_Depth_Channels::(127x61, 8UC1, 7)     0.103   0.055     1.88   
      split::Size_Depth_Channels::(127x61, 8UC1, 8)     0.113   0.032     3.50   
      split::Size_Depth_Channels::(640x480, 8UC1, 2)    0.454   0.179     2.54   
      split::Size_Depth_Channels::(640x480, 8UC1, 3)    0.677   0.298     2.27   
      split::Size_Depth_Channels::(640x480, 8UC1, 4)    0.901   0.410     2.20   
      split::Size_Depth_Channels::(640x480, 8UC1, 5)    3.781   3.010     1.26   
      split::Size_Depth_Channels::(640x480, 8UC1, 6)    4.886   4.009     1.22   
      split::Size_Depth_Channels::(640x480, 8UC1, 7)    5.777   4.770     1.21   
      split::Size_Depth_Channels::(640x480, 8UC1, 8)    4.596   1.330     3.46   
      split::Size_Depth_Channels::(1280x720, 8UC1, 2)   1.377   0.709     1.94   
      split::Size_Depth_Channels::(1280x720, 8UC1, 3)   2.091   1.034     2.02   
      split::Size_Depth_Channels::(1280x720, 8UC1, 4)   2.744   1.573     1.74   
      split::Size_Depth_Channels::(1280x720, 8UC1, 5)   9.542   6.284     1.52   
      split::Size_Depth_Channels::(1280x720, 8UC1, 6)   11.114  7.850     1.42   
      split::Size_Depth_Channels::(1280x720, 8UC1, 7)   14.083  11.879    1.19   
      split::Size_Depth_Channels::(1280x720, 8UC1, 8)   13.524  3.865     3.50   
      split::Size_Depth_Channels::(1920x1080, 8UC1, 2)  3.108   1.395     2.23   
      split::Size_Depth_Channels::(1920x1080, 8UC1, 3)  4.659   2.128     2.19   
      split::Size_Depth_Channels::(1920x1080, 8UC1, 4)  6.127   2.818     2.17   
      split::Size_Depth_Channels::(1920x1080, 8UC1, 5)  26.733  16.625    1.61   
      split::Size_Depth_Channels::(1920x1080, 8UC1, 6)  31.242  22.414    1.39   
      split::Size_Depth_Channels::(1920x1080, 8UC1, 7)  35.968  27.658    1.30   
      split::Size_Depth_Channels::(1920x1080, 8UC1, 8)  29.997  8.655     3.47
      ```
      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
      未验证
      d8c2f0bc
    • Kababey's avatar
      Update optical_flow.cpp · 2364f4b0
      Kababey 创作于
      ref: push_back is changed to emplace_back in order to avoid unnecessary conversions [Scalar(r, g, b))] .
      未验证
      2364f4b0
    • Alexander Smorkalov's avatar
      Merge pull request #26897 from shyama7004:typos-fix · 7eaddb8a
      Alexander Smorkalov 创作于
      fix hal_replacement typos
      未验证
      7eaddb8a
  10. 10 2月, 2025 4 次提交
  11. 09 2月, 2025 1 次提交
  12. 08 2月, 2025 2 次提交