2D DataSets

Learn about computer generated images and how to work with them.

2D Data

Often, 2-dimensional (2D) data are represented as histograms (i.e., how often a value appears in a range of data) and images. The former is a set of numbers that can be studied using databases and statistical software, while the latter will be our case of study. Images are two dimensional arrays of bits that store information about the color of an specific point. The minimum unit of an image is called pixel which has the RGB values of the point's color. Each RGB values is a number in the range from 0 to 255. Here, we have examples of images with data from a section of heart and the brain.

One additional aspect of 2D images is the color scale. Briefly explained, color space is a numerical representation of range of colors that a projector or monitor could create. Due to the many requirements for artists, printers and computer generated effects, the list of color spaces used in images is large.

  • RGB : It is intended as the common color space for the creation of images based on the primordial colors of light Red, Green, Blue. they are used in monitors, televisions, digital cameras and scanners.

  • Grayscale: Each point in the image—instead of a number representation from a set colors—represents the intensity of light. They are kind of a black and white or gray monochrome.

  • HSL: It uses the concept of Hue, Saturation and Lightness to create a color. Hue represents a color in the color wheel. Saturation is how strong (i.e., saturated) the color is. Lightness is how bright the color is. It is used on design and artistic software.

To see a complete list of color spaces follow this link

It is not a must to know the color space of your data. However, it will give you an understanding on the type of operations to perform to analyze and get results.

2D image data software

  1. Imaris (Licensed)

  2. Adobe Photoshop (Licensed)

Last updated