GPUPixel — обработка видео с фильтрами красоты

★ 2.3K

GPUPixel is an open-source real-time image and video processing library with beauty filters and effects. Developers reach for it when an application needs on-the-fly face processing: skin smoothing, feature adjustment, filters — as in video calls and camera apps. Written in C++ with GPU acceleration through OpenGL, it runs fast and suits live video on mobile devices, not just processing finished files. It is cross-platform. It is a building block for a developer: the library provides the effects while the application and interface around them are yours to build. It saves enormous effort — quality real-time face processing is hard to implement. It helps makers of video-calling, camera and streaming apps.