HomeSort by relevance Sort by last modified time
    Searched refs:CV_ELEM_SIZE (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/opencv3/modules/ts/src/
ocl_perf.cpp 58 size_t memSize = size.area() * CV_ELEM_SIZE(type);
  /external/opencv/cvaux/src/
cvvideo.cpp 69 size.width *= CV_ELEM_SIZE( even->type );
  /external/opencv3/modules/imgproc/src/
utils.cpp 72 sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr,
  /external/opencv/ml/src/
_ml.h 81 (vstep) = CV_ELEM_SIZE( (mat).type ); \
96 (cstep) = CV_ELEM_SIZE( (mat).type ); \
103 (sstep) = CV_ELEM_SIZE( (mat).type ); \
ml_inner_functions.cpp 386 step = matrix->step / CV_ELEM_SIZE(matrix->type);
483 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type);
592 tm_step = var_type->step ? var_type->step/CV_ELEM_SIZE(var_type->type) : 1;
657 r_step = responses->step ? responses->step / CV_ELEM_SIZE(responses->type) : 1;
747 r_step = responses->step ? responses->step / CV_ELEM_SIZE(responses->type) : 1;
    [all...]
  /external/opencv/cxcore/src/
cxlogic.cpp 233 iterator.size.width *= CV_ELEM_SIZE(type);
260 elem_size = CV_ELEM_SIZE(type);
398 iterator.size.width *= CV_ELEM_SIZE(type);
428 elem_size = CV_ELEM_SIZE(type);
656 iterator.size.width *= CV_ELEM_SIZE(type);
689 size.width *= CV_ELEM_SIZE(type);
cxarray.cpp 138 min_step = CV_ELEM_SIZE(type)*cols;
193 pix_size = CV_ELEM_SIZE(type);
288 int64 step = CV_ELEM_SIZE(type);
459 matnd->dim[1].step = CV_ELEM_SIZE(mat->type);
570 step = CV_ELEM_SIZE(hdr->type);
876 CV_ZERO_CHAR( ptr, CV_ELEM_SIZE(mat->type));
968 step = CV_ELEM_SIZE(mat->type)*mat->cols;
1008 size_t total_size = CV_ELEM_SIZE(mat->type);
1061 pix_size = CV_ELEM_SIZE(type);
1122 cur_step = CV_ELEM_SIZE(mat->type)
    [all...]
cxcopy.cpp 343 pix_size = CV_ELEM_SIZE(iterator.hdr[0]->type);
421 pix_size = CV_ELEM_SIZE(src->type);
559 pix_size = CV_ELEM_SIZE(type);
690 iterator.size.width *= CV_ELEM_SIZE(iterator.hdr[0]->type);
728 size.width *= CV_ELEM_SIZE(mat->type);
948 pix_size = CV_ELEM_SIZE( src->type );
    [all...]
cximage.cpp 221 cvMemStorageAlloc( storage, rows*cols*CV_ELEM_SIZE(type) ) : 0 );
  /external/opencv3/apps/traincascade/
old_ml_precomp.hpp 77 (vstep) = CV_ELEM_SIZE( (mat).type ); \
92 (cstep) = CV_ELEM_SIZE( (mat).type ); \
99 (sstep) = CV_ELEM_SIZE( (mat).type ); \
old_ml_inner_functions.cpp 416 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type);
522 tm_step = var_type->rows == 1 ? 1 : var_type->step/CV_ELEM_SIZE(var_type->type);
587 r_step = responses->step ? responses->step / CV_ELEM_SIZE(responses->type) : 1;
677 r_step = responses->rows == 1 ? 1 : responses->step / CV_ELEM_SIZE(responses->type);
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 121 int min_step = CV_ELEM_SIZE(type)*cols;
162 int pix_size = CV_ELEM_SIZE(type);
234 int64 step = CV_ELEM_SIZE(type);
365 matnd->dim[1].step = CV_ELEM_SIZE(mat->type);
469 step = CV_ELEM_SIZE(hdr->type);
735 memset( ptr, 0, CV_ELEM_SIZE(mat->type));
817 step = CV_ELEM_SIZE(mat->type)*mat->cols;
859 size_t total_size = CV_ELEM_SIZE(mat->type);
908 pix_size = CV_ELEM_SIZE(type);
963 cur_step = CV_ELEM_SIZE(mat->type)
    [all...]
umatrix.cpp 151 size_t esz = CV_ELEM_SIZE(m.flags), total = esz;
276 CV_Assert( step[dims-1] == (size_t)CV_ELEM_SIZE(flags) );
360 size_t esz = CV_ELEM_SIZE(flags);
487 hdr.step[dims-1] = CV_ELEM_SIZE(hdr.flags);
530 hdr.step[1] = CV_ELEM_SIZE(hdr.flags);
795 ocl::KernelArg scalararg(0, 0, 0, 0, buf, CV_ELEM_SIZE(d) * scalarcn);
cuda_host_mem.cpp 65 size_t total = CV_ELEM_SIZE(type);
  /external/opencv3/modules/cudaarithm/src/cuda/
split_merge.cu 129 const func_t func = funcs[channels - 2][CV_ELEM_SIZE(depth) / 2];
227 const func_t func = funcs[channels - 2][CV_ELEM_SIZE(depth) / 2];
  /external/opencv3/modules/ml/src/
gbt.cpp 207 int step = (_responses->cols > _responses->rows) ? 1 : _responses->step / CV_ELEM_SIZE(_responses->type);
367 : sample_idx->step/CV_ELEM_SIZE(sample_idx->type);
442 : sample_idx->step/CV_ELEM_SIZE(sample_idx->type);
453 : sample_idx->step/CV_ELEM_SIZE(sample_idx->type);
464 : sample_idx->step/CV_ELEM_SIZE(sample_idx->type);
493 : sample_idx->step/CV_ELEM_SIZE(sample_idx->type);
532 : sample_idx->step/CV_ELEM_SIZE(sample_idx->type);
    [all...]
  /external/opencv/cv/src/
cvlinefit.cpp 663 CV_ELEM_SIZE(type) != ptseq->elem_size )
681 CV_SEQ_KIND_GENERIC|type, sizeof(CvContour), CV_ELEM_SIZE(type), mat->data.ptr,
695 CV_CALL( buffer = points = (schar*)cvAlloc( ptseq->total*CV_ELEM_SIZE(type) ));
cvfilter.cpp 108 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
115 row_sz = cvAlign( width*CV_ELEM_SIZE(work_type), ALIGN );
173 src_pix_sz = CV_ELEM_SIZE(src_type);
202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type);
344 int pix_size = CV_ELEM_SIZE(src_type);
442 int pix_size = CV_ELEM_SIZE(src_type);
537 dptr = dst->data.ptr + dst_origin.y*dst->step + dst_origin.x*CV_ELEM_SIZE(dst_type);
    [all...]
cvutils.cpp 74 sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr,
504 pix_size = CV_ELEM_SIZE(type);
cvtemplmatch.cpp 140 buf_size = templ->cols*templ->rows*CV_ELEM_SIZE(templ_depth);
144 (blocksize.height + templ->rows - 1)*CV_ELEM_SIZE(depth));
147 buf_size = MAX( buf_size, blocksize.width*blocksize.height*CV_ELEM_SIZE(corr_depth));
  /external/opencv3/modules/imgproc/test/
test_templmatch.cpp 153 int a_step = img->step / CV_ELEM_SIZE(img->type & CV_MAT_DEPTH_MASK);
154 int b_step = templ->step / CV_ELEM_SIZE(templ->type & CV_MAT_DEPTH_MASK);
  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 176 #define CV_ELEM_SIZE(type) \
cuda.inl.hpp 301 return CV_ELEM_SIZE(flags);
482 return CV_ELEM_SIZE(flags);
opengl.hpp 604 return CV_ELEM_SIZE(type_);
  /external/opencv3/modules/imgcodecs/src/
loadsave.cpp 668 cv::Mat buf(1, _buf->rows*_buf->cols*CV_ELEM_SIZE(_buf->type), CV_8U, _buf->data.ptr);
676 cv::Mat buf(1, _buf->rows*_buf->cols*CV_ELEM_SIZE(_buf->type), CV_8U, _buf->data.ptr);

Completed in 1620 milliseconds

1 2 3 4