Color correction tool
Conversion of Matlab algorithm to C#
Matlab code for color correction was converted into a C# application with a command line interface.
One of the requirements for the new software was to achieve independence from Matlab and its components. That’s why the algorithm had to be actually re-written from scratch.
MathNet library was used as a basis for most of the matrix and algebraic operations. A certain bunch of algorithms missing in the mentioned library, such as algorithm of multidimensional gridded data interpolation, were developed by our programmers following the documentation and codes of Matlab. The resulting code was optimized to become memory and performance-effective, that allowed to use it for processing of bigger images.
Key functionality:
- Image processing
- Interpolation
Similar Projects
Virtual try-on tool for makeup products
The system consists of a face detection and segmentation model and an algorithm that allows recoloring objects without losing their original texture.
Online sign language interpreter
AI algorithm that converts video of a person using sign language into a text transcript
Platform to evaluate translation quality
Web platform for a German linguistic company making high-quality translations of important documents, technical instructions, and manuals.