-
源码:基于离散点的构TIN算法(三角网)
含实验报告以及测试数据 基于离散点的构TIN算法 一、算法思想 (1)首先,找出离散点集中相距最近的两点,连接这两点形成TI、的初始基线。 (2) 然后,找出包含此基线的另外一个点构成三角形。寻找第三点的方法: △按Delaunav三角形的判断法则乎找第三点。 △或者.按距离基线中点最近的原则挤找第三点。 (3)连接孰点与基线的两个端点形成两条新边,构成三角形。 (4)抓这两条新边为基线,重复上述过程。直到两条新边扩展完成。 (5)重复上述过程,依次循环处理所有新边。直到所有离散点均成为TIN的端点。
- 2020-01-02下载
- 积分:1
-
cv2
说明: matlab编写的纹理图像分割,用c-v模型进行图像分割(matlab prepared texture image segmentation, cv model using image segmentation)
- 2009-08-13 15:30:38下载
- 积分:1
-
grid-segmentation
图像分割--用matlab实现图像的自动多阈值分割
(Image segmentation- Image by matlab automatic multi-threshold segmentation)
- 2020-07-04 01:40:01下载
- 积分:1
-
pcnn
PCNN源代码,此为简化PCNN模型的实现原代码。(the source code of pcnn)
- 2009-11-04 09:23:18下载
- 积分:1
-
HE
说明: 对于低照度图像,或是模糊不清的雾天,雨天等图像,本算法都能很好的恢复它的清晰度(For the low illumination images, or blurring of the fog, rain and other images, the algorithm can be very good clarity to restore it)
- 2009-05-09 09:44:31下载
- 积分:1
-
HOUGH
将经过二值化的车道线图利用hough变换提取车道线(After binarization the lane line graph using hough transform to extract lane)
- 2011-01-21 15:33:57下载
- 积分:1
-
grs2rgb
用MATLAB实现将灰度图像转换为伪彩色图像。(Convert grayscale images to RGB using specified colormap.)
- 2020-12-24 21:39:05下载
- 积分:1
-
Python_medical
example used in Python & VTK
- 2020-06-16 05:20:02下载
- 积分:1
-
C# 绘制圆形、矩形、三角形 实例
GDI实例3,绘制圆形、矩形等图形
- 2013-02-10下载
- 积分:1
-
3D_Moment_Invariant
说明: Hu的七个不变矩在图像匹配检索中适用广泛。本代码仅计算图像间Hu的七个矩的D2大小,直观的了解Hu矩的应用(seven moment invariants in image retrieval in the application of broad match. Only the calculation of the code between the image of the seven Hu moments D2 size, intuitive understanding of the application of Hu Moment)
- 2009-07-30 10:34:45下载
- 积分:1