Searched defs:channelSeq (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp3259 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq )
3270 *colorModel = *channelSeq = "";
3275 *channelSeq = tab[nchannels][1];
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 ));
3361 strncpy( image->channelSeq, channelSeq,
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h374 char channelSeq[4]; /* ditto */ member in struct:_IplImage

Completed in 66 milliseconds