Skip to content

Федосеев Сергей. Технология OMP. Линейная фильтрация изображений (вертикальное разбиение). Ядро Гаусса 3x3. Вариант 25#480

Open
Serge6925 wants to merge 9 commits intolearning-process:masterfrom
Serge6925:fedoseev_sergey_omp

Conversation

@Serge6925
Copy link
Contributor

@Serge6925 Serge6925 commented Mar 21, 2026

Description

  • Task: Линейная фильтрация изображений (вертикальное разбиение). Ядро Гаусса 3x3.
  • Variant: 25
  • Technology: SEQ
  • Summary: Реализована версия линейной фильтрации изображения с помощью ядра Гаусса 3x3 с вертикальным разбиением.

Checklist

  • CI is green in my fork (build, tests, docs)
  • Task folder is named <last>_<initial>_<short> and matches branch name
  • clang-format passed locally
  • clang-tidy passed locally (no warnings/errors introduced)
  • Functional tests pass locally
  • Performance tests pass locally
  • I confirm that provided information is truthful

@Serge6925 Serge6925 requested a review from allnes as a code owner March 21, 2026 20:14
@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2026

Codecov Report

❌ Patch coverage is 86.36364% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.46%. Comparing base (97dd371) to head (0994754).

Files with missing lines Patch % Lines
...inear_image_filtering_vertical/omp/src/ops_omp.cpp 86.36% 1 Missing and 2 partials ⚠️

❌ Your patch status has failed because the patch coverage (86.36%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #480      +/-   ##
==========================================
+ Coverage   79.16%   79.46%   +0.29%     
==========================================
  Files         267      268       +1     
  Lines        9325     9348      +23     
  Branches     3963     3968       +5     
==========================================
+ Hits         7382     7428      +46     
+ Misses       1374     1346      -28     
- Partials      569      574       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants