Searched defs:colorModel (Results 1 - 3 of 3) 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/opencv/cxcore/include/
H A Dcxtypes.h373 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/aztec/ ...

Completed in 111 milliseconds