Description
VIRTUAL REALITY– School of Wizard
Pre-Requisites: Basics of Python, Conditional Statements, Loops, Functions, List, and Tuple, OpenCV module, Bumpy Module, Basics of Image Processing, Image Manipulation, Video Manipulation, Working on Live Feed from Webcam, Cascade Algorithm to detect objects,
Geometric Transformation.
INTRODUCTION
Image processing:
- Image processing is a method to perform some operations on an image, in order to
get an enhanced image or to extract some useful information from it. It is a type of signal processing in
which input is an image and output may be an image or characteristics/features associated with that
image.
OpenCV:
- OpenCV is one of the most popular libraries used for image processing which offers
functionalities to load image or video or live video and work on its characteristics.
NumPy (Numerical Python)
- is an open-source Python library that’s used in almost every field of science
and engineering. NumPy library contains a multidimensional array and matrix data structures (you’ll find
more information about this in later sections). It provides nd-array, a homogeneous n-dimensional array
object, with methods to efficiently operate on it.
Reviews
There are no reviews yet.