Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Вихрев Иван. Lab 1 #95

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ivanvikhrev
Copy link

код в src/workaround.cpp

void AvrgElems(unsigned char* const data, const int width, const int height, const int locality);
void MedianFilter(unsigned char* const data, const int width, const int height, const int locality);
unsigned char Sum(unsigned char* const data, const int width, const int height, const int a, const int b, const int locality);
unsigned char FindAverage(unsigned char* const data, const int width, const int height, const int a, const int b, const int locality);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivanvikhrev, почистите, пожалуйста, код в плане форматирования.

  • В строках д.б. не более 80 символов.
  • После запятой в перечислении (например, при объявлении переменных или параметров функции) нужен пробел.
  • Не должно быть лишних комментариев типа "TODO"
  • Отступы по программным блокам

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants