| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Image Rotation in C++ using openCV
• Tools Required - o VS Code (Visual Studio Code) o C/C++ Compiler and Debugger o OpenCV package
• Configure Procedures o Install VS Code (Visual Studio Code) o Install VS Code C/C++ extensions o Install C/C++ Compiler and Debugger o Download pre-built OpenCV package o Add the Compiler Path and Pre-built OpenCV Packages to Path Variable o Configure the .vscode files of your project.
• Description This is a C++ program to rotate the input file(image) by the use of wrafAffine funtion which is inbuilt in the opencv library. This method accepts the following parameters − src − A Mat object representing the source (input image) for this operation. dst − A Mat object representing the destination (output image) for this operation. rotationMatrix − A Mat object representing the rotation matrix. size − A variable of the type integer representing the size of the output image.
| Back | FazBrowse Home | New Git URL |