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

  /external/opencv3/modules/calib3d/src/
dls.h 118 _Tp **alloc_2d(int m, int _n) { function in class:EigenvalueDecomposition
127 _Tp **alloc_2d(int m, int _n, _Tp val) { function in class:EigenvalueDecomposition
128 _Tp **arr = alloc_2d<_Tp> (m, _n);
699 V = alloc_2d<double> (n, n, 0.0);
751 this->H = alloc_2d<double> (n, n);
  /external/opencv3/modules/core/src/
lda.cpp 280 _Tp **alloc_2d(int m, int _n) { function in class:cv::EigenvalueDecomposition
289 _Tp **alloc_2d(int m, int _n, _Tp val) { function in class:cv::EigenvalueDecomposition
290 _Tp **arr = alloc_2d<_Tp> (m, _n);
861 V = alloc_2d<double> (n, n, 0.0);
913 this->H = alloc_2d<double> (n, n);
    [all...]

Completed in 646 milliseconds