Computer Vision

  • Types of Images Image Arithmetic
    Types of Images There 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… Read more: Types of Images Image Arithmetic
  • Digital Image Processing
    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… Read more: Digital Image Processing
  • MATLAB BASICS
    Variables No 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 precision Array, Matrix a vector x = [1 2 5 1] a matrix x = [1 2 3; 5 1 4; 3 2 -1] transpose y… Read more: MATLAB BASICS
  • Introduction to MATLAB
    Introduction to MATLAB MATLAB is basically a high level language which has many specialized toolboxes for making things easier for us What are we interested in? Matlab is too broad for our purposes in this course. The features we are going to require is Matlab Screen