搜索资源列表
Auto-pairing-of-the-separation-pair-points
- 利用基于凹点搜索和最短距离的构造分离线的方法分离串联淋巴细胞时,需要自动实现 相应凹区域的配对。对于两个细胞粘连的情况,由于恰好存在两个凹区域,故不存在自动配对问题 对于三个细胞串联、存在三个凹区域的情况,通过判断分离线是否与核心三角形相交实现自动配对 对于三个细胞串联、存在四个凹区域的情况,先计算各凹区域到核心钝角三角形的最短距离、同时获得四个端点,然后利用其坐标与核心坐标的关系进行自动配对。设计的分离方法能够满足两个细胞粘连和三个细胞串联情况的准确、快速、自动分离.-Auto pairi
cPPdaima
- 输入三角形各顶点的坐标,输出三角形各边的长。-Enter the coordinates of each vertex of the triangle, the length of each side of the output triangle.
hough
- hough变换,求三角形参数 变长,交点坐标,高度,面积-the hough transform seeking triangle parameters
Triangle111
- 基于MFC的单文档生成应用程序框架,通过点击鼠标,保存点击点的坐标,自动生成三角形-Click the mouse, saving coordinates, generating triangle
classandobject
- 计算三角形的面积和周长,要求如下: 1. 设计出Point类(点类) 2. 设计出Triangle类,至少包括其构造方法,获取面积和周长的方法。 3. 通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。 -Calculate the area and perimeter of triangles, requirements are as follows: 1 Point class design (dot class) 2 Triangle des
vb作品
- 输入三角形顶点的x,y,z坐标,计算三角面的法向量(Input the X, y, Z coordinates of the vertices of the triangle, and calculate the normal vectors of the triangles.)