Click here to Skip to main content
15,887,596 members
Articles / Programming Languages / C#

Matrix Multiplication in C# - Applying Transformations to Images

Rate me:
Please Sign up or sign in to vote.
4.76/5 (11 votes)
30 Mar 2021CPOL5 min read 10.2K   16  
Matrix multiplication in C# and its usage for basic image transformations.
An implementation of matrix multiplication in C# and its usage for basic image transformations like rotation, stretching, flipping and color density changing.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Egypt Egypt
Mohammad Elsheimy is a developer, trainer, and technical writer currently hired by one of the leading fintech companies in Middle East, as a technical lead.

Mohammad is a MCP, MCTS, MCPD, MCSA, MCSE, and MCT expertized in Microsoft technologies, data management, analytics, Azure and DevOps solutions. He is also a Project Management Professional (PMP) and a Quranic Readings college (Al-Azhar) graduate specialized in Quranic readings, Islamic legislation, and the Arabic language.

Mohammad was born in Egypt. He loves his machine and his code more than anything else!

Currently, Mohammad runs two blogs: "Just Like [a] Magic" (http://JustLikeAMagic.com) and "مع الدوت نت" (http://WithdDotNet.net), both dedicated for programming and Microsoft technologies.

You can reach Mohammad at elsheimy[at]live[dot]com

Comments and Discussions