Go to the source code of this file.
Namespaces | |
| namespace | dlr::computerVision |
| This namespace is still in the early stages of development. | |
Enumerations | |
| enum | dlr::computerVision::ImageFormat { GRAY1, GRAY8, GRAY16, GRAY32, GRAY64, GRAY_SIGNED16, GRAY_SIGNED32, GRAY_FLOAT32, GRAY_FLOAT64, RGB8, RGB16, RGB_SIGNED16, RGB_SIGNED32, RGB_FLOAT32, RGB_FLOAT64, HSV_FLOAT64, YIQ_FLOAT64, BGRA8, RGBA8, YUV420 } |
| This enum indicates the acceptable image format values. More... | |
Copyright (C) 2005-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file imageFormat.h.
1.5.8