Home
last modified time | relevance | path

Searched refs:point1 (Results 1 – 19 of 19) sorted by relevance

/external/opencv/cvaux/src/
Dcvmorphcontours.cpp553 CvPoint* point1; // array of first contour point in icvBlendContours() local
570 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) ); in icvBlendContours()
574 cvCvtSeqToArray( contour1, point1, CV_WHOLE_SEQ ); in icvBlendContours()
578 point1[Ni-1] = point1[0]; in icvBlendContours()
596 point_output.x = cvRound(point1[i].x + param*( point2[corr_point].x - point1[i].x )); in icvBlendContours()
597 point_output.y = cvRound(point1[i].y + param*( point2[corr_point].y - point1[i].y )); in icvBlendContours()
633 CvPoint* point1; // array of first contour point in icvCalcContoursCorrespondence() local
658 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) ); in icvCalcContoursCorrespondence()
664 cvCvtSeqToArray( contour1, point1, CV_WHOLE_SEQ ); in icvCalcContoursCorrespondence()
667 point1[Ni-1] = point1[0]; in icvCalcContoursCorrespondence()
[all …]
Dcvepilines.cpp76 CvPoint3D64d point1, in icvGetSymPoint3D() argument
82 icvGetPieceLength3D(pointCorner,point1,&len1); in icvGetSymPoint3D()
90 pointSym2->x = pointCorner.x + alpha*(point1.x - pointCorner.x); in icvGetSymPoint3D()
91 pointSym2->y = pointCorner.y + alpha*(point1.y - pointCorner.y); in icvGetSymPoint3D()
92 pointSym2->z = pointCorner.z + alpha*(point1.z - pointCorner.z); in icvGetSymPoint3D()
210 CvPoint2D64d point1; in icvComputeCoeffForStereoV3() local
222 point1.x = (1.0 - alpha) * quad1[0][0] + alpha * quad1[3][0]; in icvComputeCoeffForStereoV3()
223 point1.y = (1.0 - alpha) * quad1[0][1] + alpha * quad1[3][1]; in icvComputeCoeffForStereoV3()
235 icvComCoeffForLine( point1, in icvComputeCoeffForStereoV3()
339 int icvComCoeffForLine( CvPoint2D64d point1, in icvComCoeffForLine() argument
[all …]
/external/opencv3/3rdparty/openexr/Imath/
DImathPlane.h72 Plane3(const Vec3<T> &point1,
86 void set(const Vec3<T> &point1,
140 inline void Plane3<T>::set(const Vec3<T>& point1, in set() argument
144 normal = (point2 - point1) % (point3 - point1); in set()
146 distance = normal ^ point1; in set()
DImathLine.h66 Line3(const Vec3<T>& point1, const Vec3<T>& point2);
72 void set(const Vec3<T>& point1,
DImathLineAlgo.h86 Vec3<T>& point1, in closestPoints() argument
110 point1 = line1 (n1 / d); in closestPoints()
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp120 { beziers->point1.x, beziers->point1.y }, in AddBeziers()
128 fPath->cubicTo(beziers->point1.x, beziers->point1.y, in AddBeziers()
/external/opencv/cvaux/include/
Dcvaux.h559 CvPoint3D64f point1,
563 CVAPI(void) icvGetPieceLength3D(CvPoint3D64f point1,CvPoint3D64f point2,double* dist);
586 CVAPI(float) icvDefinePointPosition(CvPoint2D32f point1,CvPoint2D32f point2,CvPoint2D32f point);
601 CVAPI(int) icvComCoeffForLine( CvPoint2D64f point1,
638 CVAPI(int) icvGetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2…
654 CvPoint2D32f point1,
660 CvPoint2D32f* point1,
675 CVAPI(void) icvGetPieceLength(CvPoint2D64f point1,CvPoint2D64f point2,double* dist);
713 CvPoint2D64f point1,CvPoint2D64f point2,
718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);
/external/opencv3/modules/imgproc/src/opencl/
Dmorph.cl124 int point1 = mad24(l_y, LSIZE0, l_x);
125 int point2 = point1 + LSIZE0 * LSIZE1;
126 int tl_x = point1 % width, tl_y = point1 / width;
150 LDS_DAT[point1] = temp0;
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dcv_util.py87 def SqDistance(point1, point2): argument
89 d = np.square(point1 - point2)
Dscreen_finder_unittest.py185 point1 = (corners[3][0] + dist, corners[3][1])
186 self.assertTrue(sf._PointIsCloseToPreviousCorners(point1))
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp50 CPDF_Point point1(0, 1); in IsWndHorV() local
53 mt.Transform(point1.x, point1.y); in IsWndHorV()
56 return point2.y == point1.y; in IsWndHorV()
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRFinderPatternFinder.h51 static FX_FLOAT Distance(CBC_ResultPoint* point1, CBC_ResultPoint* point2);
DBC_QRFinderPatternFinder.cpp197 FX_FLOAT CBC_QRFinderPatternFinder::Distance(CBC_ResultPoint* point1, in Distance() argument
199 FX_FLOAT dx = point1->GetX() - point2->GetX(); in Distance()
200 FX_FLOAT dy = point1->GetY() - point2->GetY(); in Distance()
/external/vulkan-validation-layers/libs/glm/gtx/
Dintersect.hpp101 genType const & point0, genType const & point1,
Dintersect.inl193 genType const & point0, genType const & point1, argument
200 genType dir = normalize(point1 - point0);
/external/opencv3/modules/core/misc/java/test/
DCoreTest.java855 Point point1 = new Point(0, 0); in testLineMatPointPointScalar() local
859 Imgproc.line(gray0, point1, point2, color); in testLineMatPointPointScalar()
866 Point point1 = new Point(0, 0); in testLineMatPointPointScalarInt() local
869 Imgproc.line(gray0, point1, point2, colorWhite, 0); in testLineMatPointPointScalarInt()
876 Point point1 = new Point(3, 4); in testLineMatPointPointScalarIntIntInt() local
881 Imgproc.line(gray0, point2, point1, colorWhite, 2, Imgproc.LINE_8, 0); in testLineMatPointPointScalarIntIntInt()
/external/opencv3/modules/imgproc/src/
Dmin_enclosing_triangle.cpp115 static bool areEqualPoints(const cv::Point2f &point1, const cv::Point2f &point2);
1513 static bool areEqualPoints(const cv::Point2f &point1, const cv::Point2f &point2) { in areEqualPoints() argument
1514 return (almostEqual(point1.x, point2.x) && almostEqual(point1.y, point2.y)); in areEqualPoints()
/external/opencv3/modules/imgproc/misc/java/test/
DImgprocTest.java1080 Point point1 = new Point(50, 50); in testHoughLinesMatMatDoubleDoubleInt() local
1082 Imgproc.line(img, point1, point2, colorWhite, 1); in testHoughLinesMatMatDoubleDoubleInt()
1109 Point point1 = new Point(0, 0); in testHoughLinesPMatMatDoubleDoubleInt() local
1113 Imgproc.line(img, point1, point2, Scalar.all(255), 1); in testHoughLinesPMatMatDoubleDoubleInt()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes.hpp473 RotatedRect(const Point2f& point1, const Point2f& point2, const Point2f& point3);