#include <dlrCommon/types.h>
Go to the source code of this file.
Classes | |
| struct | dlr::computerVision::PixelYIQ< TYPE > |
Namespaces | |
| namespace | dlr::computerVision |
| This namespace is still in the early stages of development. | |
Typedefs | |
| typedef PixelYIQ< UnsignedInt8 > | dlr::computerVision::PixelYIQ8 |
| typedef PixelYIQ< UnsignedInt16 > | dlr::computerVision::PixelYIQ16 |
| typedef PixelYIQ< Int16 > | dlr::computerVision::PixelYIQSigned16 |
| typedef PixelYIQ< Int32 > | dlr::computerVision::PixelYIQSigned32 |
| typedef PixelYIQ< Float32 > | dlr::computerVision::PixelYIQFloat32 |
| typedef PixelYIQ< Float64 > | dlr::computerVision::PixelYIQFloat64 |
Functions | |
| template<class TYPE > | |
| PixelYIQ< TYPE > | dlr::computerVision::operator- (const PixelYIQ< TYPE > &pixel0, const PixelYIQ< TYPE > &pixel1) |
| This operator subtracts the values of the individual color components of its arguments. | |
| template<class TYPE > | |
| bool | dlr::computerVision::operator== (const PixelYIQ< TYPE > &pixel0, const PixelYIQ< 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 pixelYIQ.h.
1.5.8