Home
last modified time | relevance | path

Searched refs:squares (Results 1 – 25 of 62) sorted by relevance

123

/external/opencv3/samples/cpp/
Dsquares.cpp48 static void findSquares( const Mat& image, vector<vector<Point> >& squares ) in findSquares() argument
50 squares.clear(); in findSquares()
121 squares.push_back(approx); in findSquares()
130 static void drawSquares( Mat& image, const vector<vector<Point> >& squares ) in drawSquares() argument
132 for( size_t i = 0; i < squares.size(); i++ ) in drawSquares()
134 const Point* p = &squares[i][0]; in drawSquares()
135 int n = (int)squares[i].size(); in drawSquares()
149 vector<vector<Point> > squares; in main() local
160 findSquares(image, squares); in main()
161 drawSquares(image, squares); in main()
/external/opencv3/samples/tapi/
Dsquares.cpp35 static void findSquares( const UMat& image, vector<vector<Point> >& squares ) in findSquares() argument
37 squares.clear(); in findSquares()
108 squares.push_back(approx); in findSquares()
116 static void drawSquares( UMat& _image, const vector<vector<Point> >& squares ) in drawSquares() argument
119 for( size_t i = 0; i < squares.size(); i++ ) in drawSquares()
121 const Point* p = &squares[i][0]; in drawSquares()
122 int n = (int)squares[i].size(); in drawSquares()
169 vector<vector<Point> > squares; in main() local
184 findSquares(image, squares); in main()
189 findSquares(image, squares); in main()
[all …]
/external/v8/test/mjsunit/
Dsin-cos.js133 var squares = []; variable
140 squares.push(err_sin*err_sin + err_cos*err_cos);
144 while (squares.length > 1) {
146 if (squares.length % 2 == 1) reduced.push(squares.pop());
148 while(squares.length > 1) reduced.push(squares.pop() + squares.pop());
149 squares = reduced;
152 var err_rms = Math.sqrt(squares[0] / test_inputs.length / 2);
/external/opencv3/samples/python2/
Dsquares.py19 squares = []
35 squares.append(cnt)
36 return squares
42 squares = find_squares(img) variable
43 cv2.drawContours( img, squares, -1, (0, 255, 0), 3 )
/external/ceres-solver/docs/source/
Dbibliography.rst35 pseudo-inverses and nonlinear least squares problems whose
58 nonlinear problems in least squares**, *Quart. Appl. Math*,
62 preconditioner for large sparse least squares problems**, *SIAM
66 nonlinear least squares problems**, 2004.
71 .. [Marquardt] D.W. Marquardt, **An algorithm for least squares
94 nonlinear least squares problems**, Siam Review, 22(3):318–337,
101 squares**, *The Annals of Statistics*, 9(3):465-474, 1981.
Dhistory.rst7 Ceres Solver grew out of the need for general least squares solving at
24 method of least squares to correctly predict when and where the
Dindex.rst27 large complicated `nonlinear least squares`_ problems. It is a feature
42 .. _nonlinear least squares: http://en.wikipedia.org/wiki/Non-linear_least_squares
Dtutorial.rst11 Ceres solves robustified non-linear bounds constrained least squares
46 the solution of non-linear least squares problems.
50 the more familiar `non-linear least squares problem
92 to construct a non-linear least squares problem using it and have
454 with no data. The original purpose of least squares and non-linear
455 least squares analysis was fitting curves to data. It is only
542 Least squares curve fitting.
590 least squares fit.
608 problem is usually formulated as a non-linear least squares problem,
Dfeatures.rst30 - **Robust Loss Functions** Most non-linear least squares problems
68 non-linear least squares solvers.
/external/skia/gm/
Dthinrects.cpp100 static const SkRect squares[] = { in DrawSquares() local
110 for (size_t j = 0; j < SK_ARRAY_COUNT(squares); ++j) { in DrawSquares()
111 canvas->drawRect(squares[j], p); in DrawSquares()
/external/ceres-solver/scripts/
Dceres-solver.spec7 Summary: A non-linear least squares minimizer
35 large complicated nonlinear least squares problems. Features include:
55 Summary: A non-linear least squares minimizer
/external/fec/
Dsumsq_mmx_assist.s7 # Evaluate sum of squares of signed 16-bit input samples
49 # Evaluate sum of squares of signed 16-bit input samples
Dsumsq_sse2_assist.s6 # Evaluate sum of squares of signed 16-bit input samples
/external/ceres-solver/
DREADME1 Ceres Solver - A non-linear least squares minimizer
DREADME.google8 least squares solver, developed at Google. It is now open-source.
DNOTICE1 Ceres Solver - A fast non-linear least squares minimizer
/external/opencv/cvaux/src/
Dcvlmeds.cpp197 icvCubic( double a2, double a1, double a0, double *squares ) in icvCubic() argument
203 if( !squares ) in icvCubic()
245 squares[i] = x[i][i % 2]; in icvCubic()
305 squares[t++] = x[i][0]; in icvCubic()
306 squares[t++] = x[i][1]; in icvCubic()
1700 double squares[6]; in icvPoint7() local
1729 icvCubic( a2, a1, a0, squares ); in icvPoint7()
1734 if( REAL_ZERO( squares[i * 2 + 1] )) in icvPoint7()
1740 F[*amount + j] = (float) (squares[i] * solutions[j] + in icvPoint7()
1741 (1 - squares[i]) * solutions[j + 9]); in icvPoint7()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl160 const float threshold, __local float *squares)
169 squares[tid] = elem * elem;
172 __local float* smem = squares + boffset;
189 squares[tid] = elem * elem;
255 __global float* block_hists, const float threshold, __local float *squares)
268 squares[tid] = elem * elem;
271 float sum = reduce_smem(squares, nthreads);
277 squares[tid] = elem * elem;
280 sum = reduce_smem(squares, nthreads);
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/
Dpy_svm_opencv.markdown37 gradient is quantized to 16 integer values. Divide this image to four sub-squares. For each
39 sub-square gives you a vector containing 16 values. Four such vectors (of four sub-squares) together
50 # Divide to 4 sub-squares
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_sse2.asm35 ; individual errors are max. 15bit+sign, so squares are 30bit, and
96 ; individual errors are max. 15bit+sign, so squares are 30bit, and
Dvp9_highbd_error_avx.asm52 ; Individual errors are max 15bit+sign, so squares are 30bit, and
126 ; Individual errors are max 15bit+sign, so squares are 30bit, and
209 ; individual errors are max. 15bit+sign, so squares are 30bit, and
/external/eigen/doc/
DTutorialLinearAlgebra.dox168 \section TutorialLinAlgLeastsquares Least squares solving
170 The best way to do least squares solving is with a SVD decomposition. Eigen provides one as the Jac…
171 is doing least-squares solving.
183 of the normal matrix. In any case, just read any reference text on least squares, and it will be ve…
184 to implement any linear least squares computation on top of Eigen.
/external/ceres-solver/data/nist/
DMGH09.dat13 -14.07..., -inf, -inf) with final sum of squares
DMGH17.dat20 Some aspects of nonlinear least squares
/external/ceres-solver/docs/
DCMakeLists.txt1 # Ceres Solver - A fast non-linear least squares minimizer

123