Info

Testing and Issues

You can test this entry and submit issues during the testing period of the C++ Contest 2022 contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

Comments

Initially, I wrote a self-written bilaterial filter, but I could not bring its implementation to complexity O(n).
So I rewrote the algorithm to a color mask filter: Using face detection, I determine the skin tone and calculate the color distance (CIE76) from this tone to each pixel. I get a mask on which I apply a filter.
You have not added any comments yet...
by rating

Issues

Fair Quokka Mar 17, 2022 at 17:53
Приложение использует OpenCV. 

Работа над приложением не окончена, конкурсное задание не выполнено. Приложение не позволяет представить «лучшую версию себя» собеседнику. 

Вместо предусмотренного конкурсом фильтра по преобразованию лица, приложение только выделяет область лица на видеопотоке. В ходе тестирования нами не было замечено каких-либо изменений изображения на конечном видеопотоке. Отметим, что на всех тестируемых устройствах интерфейс приложения отображался некорректно: в альбомном режиме при нахождении устройства в портретном. Это существенно затрудняет нормальное использование приложения.
Samsung Galaxy S22 Ultra (Android 12), S10 (Android 12); Xiaomi Redmi Note 8 Pro (Android 10).
Nobody added any issues yet...