Home > ISET > vcamera > sensor > sensorFormats.m

sensorFormats

PURPOSE ^

Remember the row/col size of various display and sensors formats

SYNOPSIS ^

function sFormat = sensorFormats(formatName)

DESCRIPTION ^

 Remember the row/col size of various display and sensors formats

        sFormat = sensorFormats([formatName])

  The formats specified here are qcif, cif, qvga, vga, svga, xvga, uxvga.
  Who can remember all this stuff?

  It is also possible to return the dimensions for certain sensors
  In this case sFormat(1) = height and sFormat(2) = width  in meters.
  These are halfinch, quarterinch and sixteenthinch.

 All known sensor formats are returned using:   sFormat = sensorFormats;

 Examples:

  sFormat = sensorFormats('qcif');
  sFormat = sensorFormats('quarterinch');
  sFormat = sensorFormats;

 Copyright ImagEval Consultants, LLC, 2005

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003