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
Похожие проекты
Моделирование и прогнозирование цен на аренду автомобилей
Обучение моделей для прогнозирования цен на аренду автомобилей в Японии на основе данных цен и спроса нескольких японских компаний и истории погоды в Японии.
Распознавание судов на картах
Решение для компьютерного зрения, предназначенное для обнаружения и подсчета всех типов яхт, крейсеров, катеров, каноэ, авианосцев и т. д. на спутниковых картах.
Система для динамического ценообразования
Прогноз оптимальных цен на основе исторических данных.