-
snakes算法简单程序(可运行),对初步学习snakes算法有帮助
snakes算法简单程序(可运行),对初步学习snakes算法有帮助-snakes simple algorithm (runs), the preliminary study snakes help Algorithm
- 2022-03-16 12:01:16下载
- 积分:1
-
从散乱点插值生成轮廓线并提供颜色…
由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法-From scattered point interpolation to generate contour lines and provide a color selection tool, a total of three interpolation methods
- 2022-07-19 00:54:57下载
- 积分:1
-
本程序实现的是文字识别中的文字切分环节,用基于连通域的文字切分算法实现...
本程序实现的是文字识别中的文字切分环节,用基于连通域的文字切分算法实现-This procedure is the realization of the text character recognition segmentation aspect connected with the text-based segmentation algorithm
- 2023-02-03 02:30:04下载
- 积分:1
-
have to look at the example of a good example to benefit life
不得不看的实例,一个好的例子能够受益一生-have to look at the example of a good example to benefit life
- 2022-02-11 19:25:30下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-03-16 09:58:19下载
- 积分:1
-
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。...
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
- 2022-07-17 22:12:27下载
- 积分:1
-
一个关于高级多线程的源码
一个关于高级多线程的源码-a senior multithreading on the source
- 2023-06-05 07:05:04下载
- 积分:1
-
这里有数字图像处理的基本源代码
这里有数字图像处理的基本源代码-digital image processing the basic source code
- 2022-02-21 02:19:45下载
- 积分:1
-
实现函数imdilate的膨胀效果,自己编写的matlab函数实现。
实现函数imdilate的膨胀效果,自己编写的matlab函数实现。-Imdilate realize the expansion of function effect, I have written matlab function.
- 2022-02-12 09:04:41下载
- 积分:1
-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1