搜索资源列表
-
0下载:
将图片旋转,方法有前向映射和后向映射,比较二者的区别。-Rotate the image, methods of forward mapping and backward mapping, compare the difference between the two.
-
-
0下载:
对一些人类在视觉上存在明显区别的几何图形,提出了轮廓搜索 折点定位的改进算法。通过搜索出的轮廓折点,根据它的数量,以及相邻折点之间连线的相互几何关系,最后识别出图形的快速算法。本文对大量几何测试图形用该算法实验,结果证明该识别算法具有运算速度快,准确度高的特点,在图形发生拉伸旋转等变形时也能很好对图形进行识别。-Some on the vision of human existence obvious difference geometry, puts forward the outline s
-
-
0下载:
计算二维图像的像素曲率,具有四种查分格式(前中后,前后,后前,中心差分)-To calculate the two-dimensional image pixels curvature by 4 difference schemes (forward central backward, forward backward, backward forward, central)
-
-
1下载:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2-The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward differenc
-
-
0下载:
波动方程离散化后中心差分与向前、向后差分精度的比较(Comparison of difference accuracy between center difference and forward and backward)
-