Skip to content

An image rotation algorithm based on bresenham line drawing.

Notifications You must be signed in to change notification settings

DerouineauNicolas/BresenhamRotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bresenham Rotation

An image rotation algorithm based on bresenham line drawing.

Compilation

mkdir build
cd build && cmake .. && make

Usage

Using bruteforce matrix rotation on every pixel

./BresenhamRotation 1

Using bresenham to reduce matrix rotation call

./BresenhamRotation 2

About

An image rotation algorithm based on bresenham line drawing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published