HomeSort by relevance Sort by last modified time
    Searched refs:imgA (Results 1 - 8 of 8) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.h 51 void bim_ToneDownBGSupp_BGGreyLevelOutside( struct bim_UInt8Image* imgA,
57 void bim_ToneDownBGSupp_BGGreyLevelContour( struct bim_UInt8Image* imgA,
62 void bim_ToneDownBGSupp_suppress( struct bim_UInt8Image* imgA,
ToneDownBGSupp.c 86 void bim_ToneDownBGSupp_BGGreyLevelOutside( struct bim_UInt8Image* imgA,
113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE );
116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE );
129 imgPtrL = &(imgA->arrE.arrPtrE[ 0 ]);
130 ctrL += rectIxYMinL * imgA->widthE;
131 imgPtrMaxL = imgPtrL + rectIxYMinL * imgA->widthE;
140 ctrL += ( imgA->heightE - rectIxYMaxL ) * imgA->widthE;
142 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMaxL * imgA->widthE ])
    [all...]
  /external/opencv/cv/src/
cvoptflowhs.cpp 61 // imgA - pointer to first frame ROI
86 icvCalcOpticalFlowHS_8u32fR( uchar* imgA,
136 if( imgA == NULL )
206 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
207 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
211 MemY[0][j] = MemY[1][j] = CONV( imgA[j - 1], imgA[j], imgA[j + 1] )
    [all...]
cvoptflowlk.cpp 60 // imgA, // pointer to first frame ROI
83 icvCalcOpticalFlowLK_8u32fR( uchar * imgA,
151 if( imgA == NULL )
243 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
244 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
248 MemY[0][j] = MemY[1][j] = CONV( imgA[j - 1], imgA[j], imgA[j + 1] )
    [all...]
cvlkpyramid.cpp 74 icvInitPyramidalAlgorithm( const CvMat* imgA, const CvMat* imgB,
128 imgSize = cvGetSize(imgA);
129 elem_size = CV_ELEM_SIZE(imgA->type);
157 imgI[0][0] = imgA->data.ptr;
159 step[0][0] = imgA->step;
285 CvMat stubA, *imgA = (CvMat*)arrA;
311 CV_CALL( imgA = cvGetMat( imgA, &stubA ));
314 if( CV_MAT_TYPE( imgA->type ) != CV_8UC1 )
317 if( !CV_ARE_TYPES_EQ( imgA, imgB )
    [all...]
cvoptflowbm.cpp 86 // imgA, // pointer to first frame ROI
104 icvCalcOpticalFlowBM_8u32fR( uchar * imgA, uchar * imgB,
161 if( imgA == NULL )
387 icvCopyBM_8u_C1R( imgA + X1, imgStep, blockA,
400 icvCopyBM_8u_C1R( imgA + X1, imgStep, blockA, blockSize.width, CurSize );
521 imgA += DownStep;
  /external/opencv/cv/include/
cvcompat.h 354 #define cvNormMask(imgA,imgB,mask,normType) cvNorm(imgA,imgB,normType,mask)
    [all...]
  /external/opencv/cxcore/src/
cxnorm.cpp     [all...]

Completed in 142 milliseconds