- cinder::ImageIo
- cinder::ImageTarget
- cinder::qtime::ImageTargetCvPixelBuffer
Show All |
Enums
Public Member Functions
-
~ImageTargetCvPixelBuffer ()
-
void *getRowPointer (int32_t row)
-
voidfinalize ()
-
::CVPixelBufferRefgetCvPixelBuffer () const
-
voidsetRow (int32_t, const void *)
-
int32_tgetWidth () const
-
int32_tgetHeight () const
-
getColorModel () const
-
getDataType () const
-
getChannelOrder () const
-
boolhasAlpha () const
Static Public Member Functions
-
createRef (ImageSourceRef imageSource, bool convertToYpCbCr=false)
-
voidtranslateRgbColorModelToOffsets (ChannelOrder channelOrder, int8_t *red, int8_t *green, int8_t *blue, int8_t *alpha, int8_t *inc)
-
voidtranslateGrayColorModelToOffsets (ChannelOrder channelOrder, int8_t *gray, int8_t *alpha, int8_t *inc)
-
boolchannelOrderHasAlpha (ChannelOrder channelOrder)
-
int8_tchannelOrderNumChannels (ChannelOrder channelOrder)
-
uint8_tdataTypeBytes (DataType dataType)
Protected Member Functions
-
ImageTargetCvPixelBuffer (ImageSourceRef imageSource, bool convertToYpCbCr)
-
voidconvertDataToYpCbCr ()
-
voidconvertDataToAYpCbCr ()
-
voidsetSize (int32_t width, int32_t height)
-
voidsetColorModel (ColorModel colorModel)
-
voidsetDataType (DataType aDataType)
-
voidsetChannelOrder (ChannelOrder aChannelOrder)