Searched refs:m1c (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | fundam.cpp | 556 Point2d m1c(0,0), m2c(0,0); in run8Point() local 569 m1c.x += x; m1c.y += y; in run8Point() 579 m1c.x *= t; m1c.y *= t; in run8Point() 584 double x = m1[i].x - m1c.x, y = m1[i].y - m1c.y; in run8Point() 607 double x1 = (m1[i].x - m1c.x)*scale1; in run8Point() 608 double y1 = (m1[i].y - m1c.y)*scale1; in run8Point() 649 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; in run8Point()
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 799 CvPoint2D64f m0c = {0,0}, m1c = {0,0}; in run8Point() local 814 m1c.x += x; m1c.y += y; in run8Point() 822 m1c.x *= t; m1c.y *= t; in run8Point() 829 x = fabs(m2[i].x - m1c.x), y = fabs(m2[i].y - m1c.y); in run8Point() 851 double x1 = (m2[i].x - m1c.x)*scale1; in run8Point() 852 double y1 = (m2[i].y - m1c.y)*scale1; in run8Point() 893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; in run8Point()
|
/external/hyphenation-patterns/sl/ |
D | hyph-sl.pat.txt | 566 2m1c
|
/external/hyphenation-patterns/hr/ |
D | hyph-hr.pat.txt | 1043 m1c
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 3639 m1c
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 4528 m1c
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 14145 m1c
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 14145 m1c
|