Skip to content

Matrix multiplication implementation in C# and its usage for basic image transformations like rotation, stretching, flipping and color density changing.

Notifications You must be signed in to change notification settings

elsheimy/Elsheimy.Samples.LinearTransformations

Repository files navigation

Matrix Multiplication (Linear Image Transformations) Sample

Summary

This repository contains matrix multiplication implementation in C# and its usage for basic image transformations like rotation, stretching, flipping and color density changing.

A full explanation is available on my blog here: # Matrix Multiplication in C# - Applying Transformations to Images https://justlikemagic.home.blog/2021/03/30/matrix-multiplication/

Contents

There are three projects in the repository:

  • LinearImageTransformations: The core transformations code.
  • LinearImageTransformations.WebApp: ASP.NET Core implementation of the transformation tool.
  • LinearImageTransformations.WinApp: WinForms implementation of the transformation tool.

More?

The implementation is also included in the linear algebra problems component, Elsheimy.Components.Linears, available on:

About

Matrix multiplication implementation in C# and its usage for basic image transformations like rotation, stretching, flipping and color density changing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published