Skip to content

ImageRotation is a project based on OpenCV library using which task of loading image and rotating it at a certain angle is performed.

Notifications You must be signed in to change notification settings

DS-73/ImageRotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ReadME

Objective

Through this project we created a program to rotate and image without cropping the image.

Description

In this project we have used openCV library for image rotation. Also, we take name of image and degree at which image is to be rotated as an input from the user.

Operating System - Windows 10

Software & technologies:

- Visual Studio 2019

- Backtracking Algorithm

- C++

Function

Functions details -

 1.	Main()
	- Take name of image as input call the loadImagefunction

 2.	LoadImage()
	- Display the image and take integer value as input whether you want to rotate image or not.

 3.	RotateImage()
	- Take and integer value as input for angle to which user want to rotate its image and display the output

 4.	DisplayImage
	- Takes a Mat value in its argument and displays it.

About

ImageRotation is a project based on OpenCV library using which task of loading image and rotating it at a certain angle is performed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages