/external/opencv/cvaux/src/ |
cvlines.cpp | 314 // img_size - width and height of the image in pixels 320 icvDeleteMoire8u( uchar * img, int img_step, CvSize img_size, int cn ) 325 if( !img || img_size.width <= 0 || img_size.height <= 0 || img_step < img_size.width * 3 ) 328 img_size.width *= cn; 330 for( y = 1; y < img_size.height; y++, src = dst, dst += img_step ) 335 for( x = 0; x < img_size.width; x++ ) 342 for( x = 0; x < img_size.width; x += 3 ) 375 CvSize img_size; local 413 CvSize img_size; local 457 CvSize img_size; local [all...] |
cveigenobjects.cpp | 1205 CvSize img_size = avg_size, old_size = avg_size; local [all...] |
/bionic/libc/kernel/common/linux/ |
a1026.h | 26 unsigned img_size; member in struct:a1026img
|
/device/samsung/manta/recovery/ |
recovery_updater.c | 93 size_t img_size, 96 if (img_size != INPUT_OFFSET + BIG_LENGTH) { 98 INPUT_OFFSET + BIG_LENGTH, img_size); 143 copy_block(f, img_data, 0, img_size, 0);
|
/external/opencv/cv/src/ |
cvcontours.cpp | 158 CvSize img_size; /* ROI size */ member in struct:_CvContourScanner 236 scanner->img_size.width = size.width - 1; /* exclude rightest column */ 237 scanner->img_size.height = size.height - 1; /* exclude bottomost row */ 863 width = scanner->img_size.width; 864 height = scanner->img_size.height; 1154 CvSize img_size; local [all...] |
cvtemplmatch.cpp | 398 CvSize img_size = cvGetMatSize(img), templ_size = cvGetMatSize(templ); local 401 img_size, templ->data.ptr,
|
/external/opencv/ml/src/ |
mlcnn.cpp | 129 if( img_size != first_layer->input_height*first_layer->input_width ) \ 175 int img_size; 185 &n_images, &img_size, &img_size, &responses, 230 const int img_size = img_width*img_height; 232 CvMat image = cvMat( 1, img_size, CV_32FC1 ); 329 int img_height, img_width, img_size; 343 img_size = img_height*img_width; 345 cvPreparePredictData( _image, img_size, 0, nclasses, probs, &img_data ); 350 CV_CALL(X[0] = cvCreateMat( img_size,1,CV_32FC1 )) [all...] |
/external/kernel-headers/original/linux/ |
a1026.h | 24 unsigned img_size; member in struct:a1026img
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_screen_cache.c | 66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb; local 67 total_size += img_size;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen_cache.c | 66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb; local 67 total_size += img_size;
|
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 81 cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 ) 91 int right = img_size.width-1, bottom = img_size.height-1; [all...] |
/external/opencv/cvaux/include/ |
cvaux.h | [all...] |
/external/opencv/cv/include/ |
cv.h | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |