Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BIAS::ImageConvertThreaded Member List

This is the complete list of members for BIAS::ImageConvertThreaded, including all inherited members.

BayerToGrey_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
BayerToRGB(const Image< StorageType > &source, Image< StorageType > &dest, BayerDemosaicMethod method=BAYER_DEMOSAIC_METHOD_BILINEAR, bool flip=false)BIAS::ImageConvertstatic
BayerToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
BayerToRGBAHD_(const StorageType *source, StorageType *dest, int sx, int sy, ImageBase::EColorModel tile, int bits)BIAS::ImageConvertprotectedstatic
BayerToRGBBilinear_(const StorageType *source, StorageType *dest, int sx, int sy, ImageBase::EColorModel tile)BIAS::ImageConvertprotectedstatic
BayerToRGBHQLinear_(const unsigned char *source, unsigned char *dest, int sx, int sy, ImageBase::EColorModel tile)BIAS::ImageConvertprotectedstatic
BayerToRGBHQLinear_(const unsigned short *source, unsigned short *dest, int sx, int sy, ImageBase::EColorModel tile, int bits)BIAS::ImageConvertprotectedstatic
BayerToRGBNearestNeighbour_(const StorageType *source, StorageType *dest, int sx, int sy, ImageBase::EColorModel tile)BIAS::ImageConvertprotectedstatic
BayerToRGBSimple(const StorageType *source, StorageType *dest, int sx, int sy, ImageBase::EColorModel tile)BIAS::ImageConvertstatic
BayerToRGBSimple_(const StorageType *source, StorageType *dest, int sx, int sy, ImageBase::EColorModel tile)BIAS::ImageConvertprotectedstatic
BayerToRGBSlow_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
BGRAToGrey_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
BGRAToHSL_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
BGRAToHSL_(const Image< unsigned char > &source, Image< unsigned char > &dest)BIAS::ImageConvert
BGRAToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
BGRToHSL_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
BGRToHSL_(const Image< unsigned char > &source, Image< unsigned char > &dest)BIAS::ImageConvert
BGRToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
BIAS2ImageMagick(const BIAS::ImageBase &input, Magick::Image &dest)BIAS::ImageConvertstatic
BIAS2ipl(const Image< StorageType > &source, IplImage *&dest)BIAS::ImageConvertstatic
ClearBorders_(StorageType *rgb, int sx, int sy, int w)BIAS::ImageConvertprotectedstatic
CLIP(StorageType &in, StorageType &out)BIAS::ImageConvertprotectedstatic
CLIP16(StorageType &in, StorageType &out, StorageType bits)BIAS::ImageConvertprotectedstatic
Convert(BIAS::ImageBase &source, BIAS::ImageBase &dest, enum BIAS::ImageBase::EColorModel targetColorModel, bool bPlanar=false)BIAS::ImageConvertstatic
ConvertRGBToI1I2I3Worker_(const sourceType *soP, float *siP, int size)BIAS::ImageConvertprotectedstatic
ConvertST(const BIAS::ImageBase &source, BIAS::ImageBase &dest, ImageBase::EStorageType targetST)BIAS::ImageConvertstatic
ConvertThread_(void *arg)BIAS::ImageConvertThreadedprotectedstatic
ConvertThreaded(BIAS::ImageBase &source, BIAS::ImageBase &dest, enum BIAS::ImageBase::EColorModel targetColorModel, bool bPlanar=false, const int num_threads=2)BIAS::ImageConvertThreadedstatic
DeinterleaveHorizontal(const BIAS::ImageBase &raw, BIAS::ImageBase &out)BIAS::ImageConvertstatic
DVDecoder_BIAS::ImageConvertprotectedstatic
DVToRGB_(const Image< StorageType > &source, Image< StorageType > &dest, unsigned char quality=4)BIAS::ImageConvertstatic
DVToRGB_(const Image< unsigned char > &source, Image< unsigned char > &dest, unsigned char quality)BIAS::ImageConvert
FloatToUC_(const ImageBase &source, ImageBase &dest)BIAS::ImageConvertprotectedstatic
FromInterleaved(const Image< StorageType > &source, Image< StorageType > &Image1, Image< StorageType > &Image2, Image< StorageType > &Image3)BIAS::ImageConvertstatic
FromInterleaved(const Image< StorageType > &source, Image< StorageType > &Image1, Image< StorageType > &Image2, Image< StorageType > &Image3)BIAS::ImageConvert
FromInterleavedRGB_(const Image< StorageType > &source, Image< StorageType > &R, Image< StorageType > &G, Image< StorageType > &B)BIAS::ImageConvertprotectedstatic
FromInterleavedYUYV422_(const Image< StorageType > &source, Image< StorageType > &Y, Image< StorageType > &U, Image< StorageType > &V)BIAS::ImageConvertprotectedstatic
GetChannel(const Image< StorageType > &source, Image< StorageType > &dest, const unsigned int channel)BIAS::ImageConvertstatic
GetChannel(Image< StorageType > &image, int channel, bool strip=false)BIAS::ImageConvertstatic
GetChannel(ImageBase &image, int channel, bool strip=false)BIAS::ImageConvertstatic
GreyToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
HSLToGrey_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
HSLToRGB_(const BIAS::Image< StorageType > &source, BIAS::Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
HSVToRGB(const StorageType h, const StorageType s, const StorageType v, StorageType &r, StorageType &g, StorageType &b)BIAS::ImageConvertstatic
HSVToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
ImageConvertThreaded()BIAS::ImageConvertThreaded
ImageMagick2BIAS(Magick::Image &image, BIAS::ImageBase &result)BIAS::ImageConvertstatic
IP_RGBToGrey_(Image< StorageType > &img)BIAS::ImageConvertprotectedstatic
IP_ToGrey(Image< StorageType > &img)BIAS::ImageConvertstatic
IP_YUV422ToGrey_(Image< StorageType > &img)BIAS::ImageConvertprotectedstatic
Ipl2BIAS(IplImage *source, Image< StorageType > &dest)BIAS::ImageConvertstatic
LUVToRGB(const BIAS::Image< float > &source, BIAS::Image< StorageType > &dest, float scale=255.0)BIAS::ImageConvertstatic
LUVToXYZ(const BIAS::Image< float > &source, BIAS::Image< float > &dest)BIAS::ImageConvertstatic
MergeImage_(const std::vector< ImageBase > &parts, ImageBase &dest)BIAS::ImageConvertThreadedprotectedstatic
RGBAToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
RGBToGrey_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
RGBTohsL_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
RGBTohsL_(const Image< int > &source, Image< int > &dest)BIAS::ImageConvert
RGBTohsL_(const Image< float > &source, Image< float > &dest)BIAS::ImageConvert
RGBTohsL_(const Image< unsigned char > &source, Image< unsigned char > &dest)BIAS::ImageConvert
RGBToHSL_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
RGBToHSL_(const Image< float > &source1, Image< float > &dest)BIAS::ImageConvert
RGBToHSL_(const Image< unsigned char > &source, Image< unsigned char > &dest)BIAS::ImageConvert
RGBToHSV_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
RGBToHSV_(const Image< float > &source1, Image< float > &dest)BIAS::ImageConvert
RGBToHSV_(const Image< unsigned char > &source, Image< unsigned char > &dest)BIAS::ImageConvert
RGBToI1I2I3(const BIAS::ImageBase &source, BIAS::Image< float > &dest)BIAS::ImageConvertstatic
RGBToLAB(const BIAS::ImageBase &source, BIAS::Image< float > &dest, float scale=255.0)BIAS::ImageConvertstatic
RGBToLUV(const BIAS::ImageBase &source, BIAS::Image< float > &dest, float scale=255.0)BIAS::ImageConvertstatic
RGBToXYZ(const BIAS::ImageBase &source, BIAS::Image< float > &dest, float scale=255.0)BIAS::ImageConvertstatic
SplitImage_(const ImageBase &source, const int num, std::vector< ImageBase > &parts)BIAS::ImageConvertThreadedprotectedstatic
ToGrey(const ImageBase &source, ImageBase &dest)BIAS::ImageConvertstatic
ToGrey(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
ToHSL(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
TohsL(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
ToHSV(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
ToInterleaved(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
ToInterleavedRGB(const Image< StorageType > &red, const Image< StorageType > &green, const Image< StorageType > &blue, Image< StorageType > &dest)BIAS::ImageConvertstatic
ToInterleavedRGB(const Image< StorageType > &red, const Image< StorageType > &green, const Image< StorageType > &blue, Image< StorageType > &dest)BIAS::ImageConvert
ToInterleavedRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
ToInterleavedYUYV422_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
ToPlanar(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
ToPlanarRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
ToPlanarYUYV422_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
ToRGB(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
ToRGBA(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertstatic
XYZToLAB(const BIAS::Image< float > &source, BIAS::Image< float > &dest)BIAS::ImageConvertstatic
XYZToLUV(const BIAS::Image< float > &source, BIAS::Image< float > &dest)BIAS::ImageConvertstatic
XYZToRGB(const BIAS::Image< float > &source, BIAS::Image< StorageType > &dest, float scale=255.0)BIAS::ImageConvertstatic
YUV411ToGrey_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
YUV420PToGrey_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
YUV420PToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
YUV422ToGrey_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
YUV422ToRGB_(const Image< StorageType > &source, Image< StorageType > &dest)BIAS::ImageConvertprotectedstatic
~ImageConvertThreaded()BIAS::ImageConvertThreaded