Searched defs:_vec (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DStableNorm.h47 blueNorm_impl(const EigenBase<Derived>& _vec) argument
56 const Derived& vec(_vec.derived());
/external/opencv3/modules/core/include/opencv2/core/
H A Doperations.hpp429 @param _vec Set of elements stored as a vector.
439 partition( const std::vector<_Tp>& _vec, std::vector<int>& labels, argument
442 int i, j, N = (int)_vec.size();
443 const _Tp* vec = &_vec[0];
/external/opencv3/modules/objdetect/src/
H A Dcascadedetect.cpp1007 const int* _stripeSizes, std::vector<Rect>& _vec,
1016 rectangles = &_vec;
1005 CascadeClassifierInvoker( CascadeClassifierImpl& _cc, int _nscales, int _nstripes, const FeatureEvaluator::ScaleData* _scaleData, const int* _stripeSizes, std::vector<Rect>& _vec, std::vector<int>& _levels, std::vector<double>& _weights, bool outputLevels, const Mat& _mask, Mutex* _mtx) argument
H A Dhaar.cpp1287 Mat* _mask1, Rect _equRect, std::vector<Rect>& _vec,
1299 vec = &_vec;
1426 std::vector<Rect>& _vec, Mutex* _mtx )
1434 vec = &_vec;
1284 HaarDetectObjects_ScaleImage_Invoker( const CvHaarClassifierCascade* _cascade, int _stripSize, double _factor, const Mat& _sum1, const Mat& _sqsum1, Mat* _norm1, Mat* _mask1, Rect _equRect, std::vector<Rect>& _vec, std::vector<int>& _levels, std::vector<double>& _weights, bool _outputLevels, Mutex *_mtx ) argument
1423 HaarDetectObjects_ScaleCascade_Invoker( const CvHaarClassifierCascade* _cascade, Size _winsize, const Range& _xrange, double _ystep, size_t _sumstep, const int** _p, const int** _pq, std::vector<Rect>& _vec, Mutex* _mtx ) argument
H A Dhog.cpp1522 __m128 _vec = _mm_loadu_ps(vec); local
1524 __m128 sum = _mm_mul_ps(_svmVec, _vec);
1528 _vec = _mm_loadu_ps(vec + k);
1531 sum = _mm_add_ps(sum, _mm_mul_ps(_vec, _svmVec));
1567 const double* _levelScale, std::vector<Rect> * _vec, Mutex* _mtx,
1576 vec = _vec;
3275 std::vector<Rect>* _vec, Mutex* _mtx )
3282 vec = _vec;
3388 __m128 _vec = _mm_loadu_ps(vec); local
3390 __m128 sum = _mm_mul_ps(_svmVec, _vec);
1565 HOGInvoker( const HOGDescriptor* _hog, const Mat& _img, double _hitThreshold, const Size& _winStride, const Size& _padding, const double* _levelScale, std::vector<Rect> * _vec, Mutex* _mtx, std::vector<double>* _weights=0, std::vector<double>* _scales=0 ) argument
3272 HOGConfInvoker( const HOGDescriptor* _hog, const Mat& _img, double _hitThreshold, const Size& _padding, std::vector<DetectionROI>* locs, std::vector<Rect>* _vec, Mutex* _mtx ) argument
[all...]

Completed in 182 milliseconds