#include <dlrCommon/types.h>
Go to the source code of this file.
Classes | |
| struct | dlr::computerVision::PixelRGBA< TYPE > |
Namespaces | |
| namespace | dlr::computerVision |
| This namespace is still in the early stages of development. | |
Typedefs | |
| typedef PixelRGBA< UnsignedInt8 > | dlr::computerVision::PixelRGBA8 |
| typedef PixelRGBA< UnsignedInt16 > | dlr::computerVision::PixelRGBA16 |
| typedef PixelRGBA< Int16 > | dlr::computerVision::PixelRGBASigned16 |
| typedef PixelRGBA< Int32 > | dlr::computerVision::PixelRGBASigned32 |
| typedef PixelRGBA< Float32 > | dlr::computerVision::PixelRGBAFloat32 |
| typedef PixelRGBA< Float64 > | dlr::computerVision::PixelRGBAFloat64 |
Functions | |
| template<class TYPE > | |
| PixelRGBA< TYPE > | dlr::computerVision::operator- (const PixelRGBA< TYPE > &pixel0, const PixelRGBA< TYPE > &pixel1) |
| This operator subtracts the values of the individual color components of its arguments. | |
| template<class TYPE > | |
| bool | dlr::computerVision::operator== (const PixelRGBA< TYPE > &pixel0, const PixelRGBA< TYPE > &pixel1) |
| This operator returns true if the contents of the two argments are identical, false otherwise. | |
Copyright (C) 2005-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file pixelRGBA.h.
1.5.8