asa_images_2011


asa_images_2011 a MATLAB code which was used during labs, demonstrations, and lectures associated with the "Image Algorithms" portion of the class "Algorithms for Science Applications II", as taught at the Scientific Computing Department, Florida State University, Spring Semester 2011.

The Latex documents associated with this topic are available at

The PDF versions of the documents are available as

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

asa_images_2011 is available in a MATLAB version and an Octave version.

Related Data and Programs:

asa_geometry_2011 a MATLAB code which was used during labs, demonstrations and lectures for the "Geometry Algorithms" portion of the class "Algorithms for Science Applications II".

asa_graphs_2011 a MATLAB code which was used during labs, demonstrations and lectures for the "Graph Algorithms" portion of the class "Algorithms for Science Applications II".

components, a MATLAB code which seeks the connected "nonzero" or "nonblack" components of an image or integer vector, array or 3D block.

image_contrast, a MATLAB code which applies image processing techniques to increase the contrast in an image.

image_denoise, a MATLAB code which applies image processing techniques to remove noise from an image.

image_edge a MATLAB code which demonstrates a simple procedure for edge detection in images.

image_noise, a MATLAB code which adds noise to an image.

image_quantization, a MATLAB code which demonstrates how the KMEANS algorithm can be used to reduce the number of colors or shades of gray in an image.

image_rgb_to_gray, a MATLAB code which creates a grayscale version of an RGB image.

image_threshold, a MATLAB code which creates a black and white version of a grayscale image by specifying a single threshold value; pixels below this value become black, and above this value they are white.

Reference:

  1. Jonas Gomes, Luiz Velho,
    Image Processing for Computer Graphics,
    Springer, 1997,
    ISBN: 0387948546,
    LC: T385.G65.
  2. William Pratt,
    Digital Image Processing,
    Second Edition,
    Wiley, 1991,
    ISBN13: 978-0471857662,
    LC: TA1632.P7.

Source Code:


Last modified on 28 July 2011.