#include <dlrCommon/types.h>
Include dependency graph for pixelBGRA.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::computerVision |
Classes | |
| struct | dlr::computerVision::PixelBGRA< TYPE > |
Typedefs | |
| typedef PixelBGRA< UnsignedInt8 > | dlr::computerVision::PixelBGRA8 |
| typedef PixelBGRA< UnsignedInt16 > | dlr::computerVision::PixelBGRA16 |
| typedef PixelBGRA< Int16 > | dlr::computerVision::PixelBGRASigned16 |
| typedef PixelBGRA< Int32 > | dlr::computerVision::PixelBGRASigned32 |
| typedef PixelBGRA< Float32 > | dlr::computerVision::PixelBGRAFloat32 |
| typedef PixelBGRA< Float64 > | dlr::computerVision::PixelBGRAFloat64 |
Functions | |
| template<class TYPE> | |
| PixelBGRA< TYPE > | dlr::computerVision::operator- (const PixelBGRA< TYPE > &pixel0, const PixelBGRA< TYPE > &pixel1) |
| This operator subtracts the values of the individual color components of its arguments. | |
| template<class TYPE> | |
| bool | dlr::computerVision::operator== (const PixelBGRA< TYPE > &pixel0, const PixelBGRA< 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 pixelBGRA.h.
1.5.2