- Types of Images Image Arithmetic
by Devilal
Types of ImagesThere are many type of images , and we will look in detail about different types of images , and the color distribution in them. Binary Image Grayscale Image True color / RGB Image Indexed Image The binary image The binary image as it name states , contain only two pixel values 0…
- Digital Image Processing
by Devilal
What is an Image???Image is the combination of pixels and Pixel is nothing but a part of Picture. An image is nothing more than a two dimensional signal. It is defined by the mathematical function f(x, y) where x and y are the two co-ordinates horizontally and vertically. The value of f(x, y) at any…
- MATLAB BASICS
by Devilal
VariablesNo need for types. i.e.,All variables are created with double precision unless specified and they are matrices.After these statements, the variables are 1×1 matrices with double precisionArray, Matrix a vector x = [1 2 5 1] a matrix x = [1 2 3; 5 1 4; 3 2 -1] transpose y = x’ y =1251Long…
- Introduction to MATLAB
by Devilal
Introduction to MATLABMATLAB is basically a high level language which has many specialized toolboxes for making things easier for usWhat are we interested in?Matlab is too broad for our purposes in this course.The features we are going to require isMatlab Screen