搜索资源列表
querydot
- 在三维系统中求从圆外一点到平面圆上的投影点的坐标,是我在工作中遇到的-in 3D systems seek from outside the circle 1:00 into the plane circle the projection coordinates, I encountered in the work
Scanline
- 这是在MFC中,填充各种图形的一个算法的实现。颜色及点的坐标可以随意输入-This is the MFC, filling a variety of graphics algorithm implementation. Color and the coordinates of points can be arbitrarily input
shpfile_vb
- 读取shp文件,显示边界盒和文件长度,每个点的坐标-read AutoCAD documents, border box and the length of documents, the coordinates of each point
pointandmullrect
- 这是一个(原创)关于点和多变形关系的源程序已经编译过了可以直接运行,输入点的坐标再输入多边形的各点坐标,适用于多种情况没有具体的限制,是一个典型的图形学源程序-(originality) on the point and more deformation of the source has compiled a direct operation, input further importation of the coordinates of the polygon coordinates of
wwe
- 判断某点是不是边界点,参数x,y 为该点的坐标,lpPtr为指向原位图数据的指针-judgment is not a border point, parameters x, y coordinates for the point. lpPtr plans for the in situ data at the target
OnProcessTrace
- 于八方向链码的边界跟踪代码,其中数组存储的是边界点的矢量方向,存储的是边界点的坐标。-in eight directions chain code border tracking code, which is stored in an array of border points vector direction, Storage is the boundary point coordinates.
WinMain
- 实现win32的鼠标移动,点击显示所点击的点的坐标,画直线。
2
- 窗建一个CPoint类,代表平面直角坐标系中的点,创建构造函数和运算符重载函数, 运算符重载为类重载(非友元重载),可以实现计算两个点之间的距离。可以根据需要 加入自己的成员变量或成员函数 用3点来代表一个三角形, 输入三个点的坐标,实现判断此三角形是不是直角三角形,并输出此三角形的周长。 可以根据需要加入自己的成员变量或成员函数
chongzaiyunsuan
- 1、 对Point类重载++和――运算符 编写C++程序完成以下功能: (1) Point类的属性包括点的坐标(x,y); (2) 实现 Point类重载++和――运算符: ++p,--p,p++,p--。 ++和――分别表示x,y增加或减少1。 -1, on the Point-type heavy-duty and- operator prepared C++ Process is complete the followi
112
- 读一个bmp格式的图片,可以读出图像上的点的坐标,-Reading a bmp format image, you can read out the point image coordinates,
My2
- 实现点到面的距离,输入点的坐标即可算出到指定平面的距离-The realization of the distance-to-face, enter the coordinates of points can be calculated to the specified distance from the plane
cubic_bpline
- 输入二维点的坐标[x,y],生成三次b样条曲线-Enter the two-dimensional coordinates of points [x, y], to generate three b-spline curve
ninpoly
- 输入N个点的坐标,判断这N个点能否构成一个凸多边形-Enter the coordinates of N points, N points to determine whether this constitutes a convex polygon
匹配
- 在两张影像间,给定其中一张影像上某些点的坐标,实现在另一张影像上同名点的匹配。(Matching points of the same image between two images)
移动拟合法求待定点高程
- 利用移动拟合法来求待定点的高程,就是利用已知点的坐标来推算未知点的高程(Move the fitting method to get fixed point elevation)
点到CAD
- 将点的坐标可以直接在CAD中绘制出来 非常实用,不需要用南方cass了!(The coordinates of the points can be drawn directly in the CAD, very practical, do not need to use the southern cass!)
获取图像鼠标点击坐标
- 对图像序列可以直接鼠标单击获取图像中点击点的坐标,方便做标记,最后以txt形式输出(The image sequence can be directly mouse click to get the coordinates of the click point in the image, easy to mark, and finally output in the form of TXT)
牛顿迭代法求初始点
- 根据齿面方程方程求解齿面点坐标时,初始点的选择是至关重要的,给出了利用牛顿迭代法求初始点的方法(According to the equation of tooth surface, the selection of initial points is very important when solving the coordinates of tooth face points. The method of finding initial points by Newton iteration
C#图像同名像点提取
- 使用基于相关系数的影像匹配测度算法,从两幅数字影像中自动匹配50个以上的同名像点。使用窗体界面、控件编程;在设计的界面窗口中显示两幅图像、在图像中显示所匹配出的同名像点 (+),并列表显示各个同名像点的像素坐标。(Using image matching measure algorithm based on correlation coefficient, more than 50 homonymous points are automatically matched from two digi
坐标平面转换4参数
- C#Windows窗体应用程序 1、通过输入原始坐标系和目标坐标系两个公共点的坐标,就可以求解平面坐标系转换 四参数,并且可以通过四参数根据原始坐标系点坐标计算目标坐标系点坐标; 2、读取坐标数据文件,可以自己选择进行最小二乘平差参与计算的点的个数,然后计 算出平面坐标转换四参数,可以通过四参数根据原始坐标系点坐标计算目标坐标系 点坐标; (程序文件夹中含坐标样例数据文件:Coordinates_data.txt)(Adjustment of Fou