Searched refs:coi (Results 1 - 25 of 31) sorted by relevance

12

/external/opencv/cvaux/src/
H A Dcvmat.cpp47 double CvMAT::get( const uchar* ptr, int type, int coi )
50 assert( (unsigned)coi < (unsigned)CV_MAT_CN(type) );
55 t = ((uchar*)ptr)[coi];
58 t = ((char*)ptr)[coi];
61 t = ((short*)ptr)[coi];
64 t = ((int*)ptr)[coi];
67 t = ((float*)ptr)[coi];
70 t = ((double*)ptr)[coi];
77 void CvMAT::set( uchar* ptr, int type, int coi, double d )
80 assert( (unsigned)coi < (unsigne
[all...]
H A Dcvdpstereo.cpp509 int coi;
511 CV_CALL( src1 = cvGetMat( leftImage, &src1_stub, &coi ));
512 if( coi ) CV_ERROR( CV_BadCOI, "COI is not supported by the function" );
513 CV_CALL( src2 = cvGetMat( rightImage, &src2_stub, &coi ));
514 if( coi ) CV_ERROR( CV_BadCOI, "COI is not supported by the function" );
515 CV_CALL( dst = cvGetMat( depthImage, &dst_stub, &coi ));
516 if( coi ) CV_ERROR( CV_BadCOI, "COI is not supported by the function" );
/external/opencv/cxcore/src/
H A Dcxminmaxloc.cpp108 CvSize size, int cn, int coi, \
112 (src) += coi - 1; \
237 const uchar* mask, int maskStep, CvSize size, int cn, int coi, \
240 (src) += coi - 1; \
298 int type, depth, cn, coi = 0; local
317 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
324 if( cn > 1 && coi == 0 )
358 if( CV_MAT_CN(type) == 1 || coi == 0 )
375 IPPI_CALL( func( mat->data.ptr, mat_step, size, cn, coi,
381 if( CV_MAT_CN(type) == 1 || coi
[all...]
H A Dcxcmp.cpp254 int type, coi = 0; local
271 CV_CALL( src1 = cvGetMat( src1, &srcstub1, &coi ));
272 if( coi != 0 )
278 CV_CALL( src2 = cvGetMat( src2, &srcstub2, &coi ));
279 if( coi != 0 )
285 CV_CALL( src3 = cvGetMat( src3, &srcstub3, &coi ));
286 if( coi != 0 )
292 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
293 if( coi != 0 )
353 int sctype, type, coi local
563 int type, coi = 0; local
702 int y, type, coi = 0; local
973 int type, coi = 0; local
1074 int type, coi = 0; local
[all...]
H A Dcxcopy.cpp550 int coi = 0; local
551 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
553 if( coi != 0 )
720 int coi = 0; local
721 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
722 if( coi != 0 )
723 CV_ERROR( CV_BadCOI, "coi is not supported" );
925 int coi = 0; local
926 CV_CALL( src = cvGetMat( src, &sstub, &coi ));
927 if( coi !
935 int coi = 0; local
1003 int coi = 0; local
1011 int coi = 0; local
[all...]
H A Dcxmean.cpp297 int coi, double* mean ) \
300 src += coi - 1; \
329 int coi, double* mean ) \
332 src += coi - 1; \
411 int type, coi = 0; local
424 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
448 if( CV_MAT_CN(type) == 1 || coi == 0 )
472 mask_step, size, CV_MAT_CN(type), coi, mean.val ));
H A Dcxnorm.cpp220 CvSize size, int cn, int coi, double* _norm ) \
226 src += coi - 1; \
257 CvSize size, int cn, int coi, double* _norm ) \
261 src += coi - 1; \
365 int cn, int coi, double* _norm ) \
372 src1 += coi - 1; \
373 src2 += coi - 1; \
405 int cn, int coi, double* _norm ) \
410 src1 += coi - 1; \
411 src2 += coi
983 int coi = 0, coi2 = 0; local
[all...]
H A Dcxmeansdv.cpp437 CvSize size, int cn, int coi, \
444 src += coi - 1; \
473 int cn, int coi, double* mean, double* sdv )\
478 src += coi - 1; \
557 CvSize size, int cn, int coi, \
563 src += coi - 1; \
593 CvSize size, int cn, int coi, \
598 src += coi - 1; \
691 int type, coi = 0; local
706 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
[all...]
H A Dcxarithm.cpp535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
559 CV_CALL( src = cvGetMat( src, &srcstub, &coi ));
560 if( coi != 0 )
571 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
572 if( coi != 0 )
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
1031 CV_CALL( src = cvGetMat( src, &srcstub, &coi ));
1032 if( coi != 0 )
1043 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
1044 if( coi !
1318 int type, depth, coi = 0; local
1665 int type, coi = 0; local
1988 int coi1, coi2, coi; local
[all...]
H A Dcxdrawing.cpp1744 int coi = 0;
1748 CV_CALL( mat = cvGetMat( img, &stub, &coi ));
1753 if( coi != 0 )
1780 int coi = 0;
1787 CV_CALL( mat = cvGetMat( img, &stub, &coi ));
1792 if( coi != 0 )
1824 int coi = 0;
1828 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
1833 if( coi != 0 )
1873 int coi
2201 int coi = 0; local
2431 int coi = 0; local
[all...]
H A Dcxconvert.cpp176 CvSize size, int cn, int coi ), \
177 (src, srcstep, dst, dststep, size, cn, coi)) \
179 src += coi - 1; \
330 CvSize size, int cn, int coi ), \
331 (src, srcstep, dst, dststep, size, cn, coi)) \
333 dst += coi - 1; \
424 CvSize size, int cn, int coi );
431 CvSize size, int cn, int coi );
447 int type, cn, coi = 0; local
464 CV_CALL( src = cvGetMat( src, stub + 4, &coi ));
557 int type, cn, coi = 0; local
1519 int coi = 0; local
1533 int coi = 0; local
[all...]
H A Dcxarray.cpp417 cvGetMatND( const CvArr* arr, CvMatND* matnd, int* coi )
425 if( coi )
426 *coi = 0;
443 CV_CALL( mat = cvGetMat( mat, &stub, coi ));
518 int coi = 0;
519 CV_CALL( hdr = cvGetMatND( arr, stubs + i, &coi ));
520 if( coi != 0 )
2052 int coi = img->roi->coi; local
2053 if( !coi )
2774 int coi = 0; local
2904 int dims, coi = 0; local
3115 int coi = 0; local
3230 icvCreateROI( int coi, int xOffset, int yOffset, int width, int height ) argument
3590 int coi = -1; local
[all...]
H A Dcxsumpixels.cpp306 int coi, sumtype_final* sum ) \
310 src += coi - 1; \
337 int coi, sumtype_final* sum ) \
341 src += coi - 1; \
399 int type, coi = 0; local
467 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
511 if( CV_MAT_CN(type) == 1 || coi == 0 )
545 CV_MAT_CN(type), coi, sum.val ));
590 int type, coi = 0; local
634 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
[all...]
H A Dcxmatmul.cpp636 int coi = 0; local
637 CV_CALL( A = cvGetMat( A, &stub1, &coi ));
639 if( coi != 0 )
645 int coi = 0; local
646 CV_CALL( B = cvGetMat( B, &stub2, &coi ));
648 if( coi != 0 )
654 int coi = 0; local
655 CV_CALL( D = cvGetMat( D, &stub, &coi ));
657 if( coi != 0 )
668 int coi local
1612 int coi = 0, coi2 = 0; local
[all...]
H A Dcxrand.cpp486 int coi = 0; local
487 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
489 if( coi != 0 )
H A Dcxmatrix.cpp64 int coi = 0; local
65 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
66 if( coi != 0 )
67 CV_ERROR( CV_BadCOI, "coi is not supported" );
464 int coi = 0; local
465 CV_CALL( src = cvGetMat( src, &sstub, &coi ));
466 if( coi != 0 )
467 CV_ERROR( CV_BadCOI, "coi is not supported" );
482 int coi = 0; local
483 CV_CALL( dst = cvGetMat( dst, &dstub, &coi ));
[all...]
H A Dcxdxt.cpp1779 int coi = 0;
1780 CV_CALL( src = cvGetMat( src, &srcstub, &coi ));
1782 if( coi != 0 )
1788 int coi = 0;
1789 CV_CALL( dst = cvGetMat( dst, &dststub, &coi ));
1791 if( coi != 0 )
2619 int coi = 0;
2620 CV_CALL( src = cvGetMat( src, &srcstub, &coi ));
2622 if( coi != 0 )
2628 int coi
[all...]
H A D_cxipp.h487 CvSize size, int cn, int coi )) \
491 CvSize size, int cn, int coi )) \
/external/opencv/cv/src/
H A Dcvmoments.cpp254 ( const srctype* img, int step, CvSize size, int cn, int coi, double *moments ) \
262 if( coi ) \
263 img += coi - 1; \
379 int coi = 0; local
410 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
433 if( cn > 1 && coi == 0 )
492 mat->step, cur_tile_size, cn, coi, tiles + k*10 ));
H A Dcvsamplers.cpp58 int i, coi = 0, pix_size; local
63 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
65 if( coi != 0 )
/external/opencv/cvaux/include/
H A Dcvmat.hpp367 static double get( const uchar* ptr, int type, int coi = 0 );
368 static void set( uchar* ptr, int type, int coi, double d );
369 static void set( uchar* ptr, int type, int coi, int i );
514 _CvMATElemCn_ operator()( int row, int col, int coi );
515 double operator()( int row, int col, int coi ) const;
517 _CvMATElemCn_ operator()( CvPoint pt, int coi );
518 double operator()( CvPoint pt, int coi ) const;
569 double operator ()( int coi = 0 ) const;
579 explicit _CvMATElemCn_( uchar* ptr, int type, int coi );
598 _CvMATElemCn_ operator ()( int coi
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.hpp148 int coi() const { return !image || !image->roi ? 0 : image->roi->coi; } function in class:CvImage
152 void set_coi(int coi) { cvSetImageCOI(image,coi); } argument
H A Dcxmisc.h735 int cn, int coi, void* param );
738 int cn, int coi, void* param );
744 CvSize size, int cn, int coi,
752 CvSize size, int cn, int coi,
766 int coi, void* param );
771 int coi, void* param );
779 CvSize size, int cn, int coi,
793 int cn, int coi,
815 int coi, void* param );
H A Dcxtypes.h404 int coi; /* 0 - no COI (all channels are selected), 1 - 0th channel is selected ...*/ member in struct:_IplROI
861 CV_INLINE IplROI cvRectToROI( CvRect rect, int coi )
868 roi.coi = coi;
/external/opencv/otherlibs/highgui/
H A Dhighgui.h318 roi.coi = 0;

Completed in 256 milliseconds

12