Searched defs:colorModel (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp3259 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) argument
3270 *colorModel = *channelSeq = "";
3274 *colorModel = tab[nchannels][0];
3298 const char *colorModel, *channelSeq; local
3300 icvGetColorModel( channels, &colorModel, &channelSeq );
3302 img = CvIPL.createHeader( channels, 0, depth, (char*)colorModel, (char*)channelSeq,
3351 const char *colorModel, *channelSeq; local
3359 CV_CALL( icvGetColorModel( channels, &colorModel, &channelSeq ));
3360 strncpy( image->colorModel, colorModel,
[all...]
/external/opencv3/modules/core/src/
H A Darray.cpp2850 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) argument
2861 *colorModel = *channelSeq = "";
2865 *colorModel = tab[nchannels][0];
2885 const char *colorModel, *channelSeq; local
2887 icvGetColorModel( channels, &colorModel, &channelSeq );
2889 img = CvIPL.createHeader( channels, 0, depth, (char*)colorModel, (char*)channelSeq,
2916 const char *colorModel, *channelSeq; local
2924 icvGetColorModel( channels, &colorModel, &channelSeq );
2925 strncpy( image->colorModel, colorModel,
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h373 char colorModel[4]; /* Ignored by OpenCV */ member in struct:_IplImage
/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes_c.h308 char colorModel[4]; /**< Ignored by OpenCV */ member in struct:_IplImage
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 226 milliseconds