icetImageGetColorFormat(3) | IceT Reference | icetImageGetColorFormat(3) |
icetImageGetColorFormat,icetImageGetDepthFormat-- get the format of image buffers
#include <IceT.h>
IceTEnum | icetImageGetColorFormat( | const IceTImage | image | ); |
IceTEnum | icetImageGetDepthFormat( | const IceTImage | image | ); |
icetImageGetColorFormatand icetImageGetDepthFormatreturn an entry in an enumeration that specifies the data format stored in the given image. This format determines which one of the icetImageGetColor or icetImageGetDepth functions to use and the form of the resulting data.
icetImageGetColorFormatreturns one of the following values with the associated meaning for the format of the stored color data.
icetImageGetDepthFormatreturns one of the following values with the associated meaning for the format of the stored depth data.
None.
None.
None known.
Copyright (C)2010 Sandia Corporation
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.
This source code is released under the New BSD License.
icetImageGetColor(3), icetImageGetDepth(3), icetSetColorFormat(3), icetSetDepthFormat(3)
September 20, 2010 | IceT Reference |