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

1 2 3 4

  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 95 This is what AutoBuffer does. The template takes 2 parameters - type of the buffer elements and
101 cv::AutoBuffer<float> buf; // create automatic buffer containing 1000 floats
105 // dynamically and deallocated in cv::AutoBuffer destructor
110 template<typename _Tp, size_t fixed_size = 1024/sizeof(_Tp)+8> class AutoBuffer
116 AutoBuffer();
118 AutoBuffer(size_t _size);
121 AutoBuffer(const AutoBuffer<_Tp, fixed_size>& buf);
123 AutoBuffer<_Tp, fixed_size>& operator = (const AutoBuffer<_Tp, fixed_size>& buf)
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_pxm.cpp 205 AutoBuffer<uchar> _src(src_pitch + 32);
207 AutoBuffer<uchar> _gray_palette;
409 AutoBuffer<char> _buffer(bufferSize);
grfmt_tiff.cpp 251 AutoBuffer<uchar> _buffer( buffer_size );
594 AutoBuffer<uchar> _buffer(scanlineSize+32);
735 AutoBuffer<int> stripOffsets(stripCount);
736 AutoBuffer<short> stripCounts(stripCount);
737 AutoBuffer<uchar> _buffer(fileStep+32);
grfmt_png.cpp 228 AutoBuffer<uchar*> _buffer(m_height);
349 AutoBuffer<uchar*> buffer;
grfmt_sunras.cpp 170 AutoBuffer<uchar> _src(src_pitch + 32);
172 AutoBuffer<uchar> _bgr(m_width*3 + 32);
  /external/opencv3/modules/imgproc/src/
matchcontours.cpp 154 cv::AutoBuffer<double> abuf1, abuf2;
rotcalipers.cpp 98 AutoBuffer<float> abuf(n*3);
394 cv::AutoBuffer<double> abuf;
approx.cpp 63 cv::AutoBuffer<_CvPtInfo> buf(chain->total + 8);
477 bool is_closed0, double eps, AutoBuffer<Range>* _stack )
687 AutoBuffer<Point> _buf(npoints);
688 AutoBuffer<Range> _stack(npoints);
708 cv::AutoBuffer<cv::Point> _buf;
709 cv::AutoBuffer<cv::Range> stack(100);
linefit.cpp 362 AutoBuffer<float> wr(count*2);
497 AutoBuffer<float> buf(count*2);
629 cv::AutoBuffer<double> buf;
convhull.cpp 145 AutoBuffer<Point*> _pointer(total);
146 AutoBuffer<int> _stack(total + 2), _hullbuf(total);
473 cv::AutoBuffer<double> _ptbuf;
736 cv::AutoBuffer<double> _buf;
shapedescr.cpp 389 AutoBuffer<double> _Ad(n*5), _bd(n);
709 cv::AutoBuffer<double> abuf;
935 cv::AutoBuffer<double> abuf;
1039 cv::AutoBuffer<double> abuf;
1094 cv::AutoBuffer<double> abuf;
geometry.cpp 248 cv::AutoBuffer<double> abuf;
522 AutoBuffer<Point2f> _result(n*2 + m*2 + 1);
canny.cpp 73 AutoBuffer<uchar> buf(size + 64);
335 AutoBuffer<uchar> buffer(cn * mapstep * 3 * sizeof(int));
642 AutoBuffer<uchar> buffer((src.cols+2)*(src.rows+2));
709 AutoBuffer<uchar> buffer((src.cols+2)*(src.rows+2) + cn * mapstep * 3 * sizeof(int));
    [all...]
distransform.cpp 460 AutoBuffer<int> _d(m);
505 AutoBuffer<uchar> _buf((n+2)*2*sizeof(float) + (n+2)*sizeof(int));
565 cv::AutoBuffer<uchar> _buf(std::max(m*2*sizeof(float) + (m*3+1)*sizeof(int), n*2*sizeof(float)));
emd.cpp 122 cv::AutoBuffer<char>& _buffer );
157 cv::AutoBuffer<char> local_buf;
328 cv::AutoBuffer<char>& _buffer )
    [all...]
  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 167 AutoBuffer<int> mapbuf(gradSize.width + gradSize.height + 4);
179 AutoBuffer<float> _dbuf(width*4);
old_ml_boost.cpp 170 cv::AutoBuffer<int> inn_buf(node->sample_count);
193 cv::AutoBuffer<int> inn_buf(n);
212 cv::AutoBuffer<uchar> inn_buf(2*n*sizeof(int)+n*sizeof(float));
260 cv::AutoBuffer<uchar> inn_buf;
369 cv::AutoBuffer<uchar> inn_buf((2*mi+3)*sizeof(double) + mi*sizeof(double*));
490 cv::AutoBuffer<uchar> inn_buf;
559 cv::AutoBuffer<uchar> inn_buf(base_size);
652 cv::AutoBuffer<uchar> inn_buf;
733 cv::AutoBuffer<uchar> inn_buf(base_size);
799 cv::AutoBuffer<uchar> inn_buf(n*(sizeof(int) + ( data->is_classifier ? sizeof(int) : sizeof(int) + sizeof(float)) (…)
    [all...]
old_ml_tree.cpp 775 cv::AutoBuffer<uchar> inn_buf(sample_count*(2*sizeof(int) + sizeof(float)));
914 cv::AutoBuffer<uchar> inn_buf(sample_count*(2*sizeof(int) + sizeof(float)));
    [all...]
boost.cpp 419 cv::AutoBuffer<uchar> inn_buf(sample_count*(2*sizeof(int) + sizeof(float)));
782 cv::AutoBuffer<float> abuf(nodeSampleCount);
857 cv::AutoBuffer<float> valCache(sample_count);
    [all...]
  /external/opencv3/modules/cudaimgproc/src/
hough_circles.cpp 213 AutoBuffer<ushort2> oldBuf_(centersCount);
214 AutoBuffer<ushort2> newBuf_(centersCount);
  /external/opencv3/modules/ml/src/
kdtree.cpp 287 AutoBuffer<uchar> _buf((K+1)*(sizeof(float) + sizeof(int)));
293 AutoBuffer<uchar> _pqueue(maxqsize*sizeof(PQueueElem));
435 AutoBuffer<int> _stack(MAX_TREE_DEPTH*2 + 1);
tree.cpp 419 AutoBuffer<int> buf(w->maxSubsetSize*2);
470 cv::AutoBuffer<double> buf(std::max(m, 3)*(cv_n+1));
645 cv::AutoBuffer<uchar> buf(n*(sizeof(float) + sizeof(int)) + m*2*sizeof(double));
718 cv::AutoBuffer<double> buf(n + k);
819 AutoBuffer<double> buf(base_size + n);
992 AutoBuffer<uchar> buf(n*(sizeof(int) + sizeof(float)));
1054 AutoBuffer<double> buf(3*mi + 3 + n);
    [all...]
  /external/opencv3/modules/core/src/
conjugate_gradient.cpp 54 AutoBuffer<double> x_buf(n);
lapack.cpp 397 AutoBuffer<double> Wbuf(n);
739 AutoBuffer<uchar> buffer(bufSize);
763 AutoBuffer<uchar> buffer(bufSize);
807 AutoBuffer<uchar> _buf((m*nm + nm + nm*n)*esz + sizeof(double));
826 AutoBuffer<uchar> _buf((n*n*2 + n)*esz + sizeof(double));
1024 AutoBuffer<uchar> buf(n*n*elem_size);
    [all...]
  /external/opencv3/modules/flann/include/opencv2/flann/
kmeans_index.h 726 cv::AutoBuffer<int> centers_idx_buf(branching);
739 cv::AutoBuffer<double> dcenters_buf(branching*veclen_);
749 cv::AutoBuffer<int> count_buf(branching);
757 cv::AutoBuffer<int> belongs_to_buf(indices_length);
    [all...]

Completed in 1142 milliseconds

1 2 3 4