-
VC实现的分水岭算法
算法内容:首先将二维灰度图像抽象为三维地形,横纵坐标表示经纬度,灰度表示高度,这样就产生了一个地形图,地形中有高山有盆地,我们的任务就是找到盆地并且给盆地划定地盘。
算法过程,将最低点(灰度)作为起始点,开始从下注水,想泉水一样,水位逐渐上升,所有点都是上下透水的,但不会横向流动,每产生一个新的积水盆地时标记这个盆地使之与原有盆地区别开,当两个盆地内的水要汇集的时候,在此点建立一个水坝,将水分开,此水坝无限高,水永远不会溢出,依次建立所有水坝,最后的水坝就是所谓的分水岭或分水线,也就是得到的分割线。
- 2022-03-20 10:50:29下载
- 积分:1
-
数制转换对话框在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串...
数制转换对话框在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串-Number System Conversion dialog box on the left and enter a decimal integer number between 2 to 16, click the " Convert" button to be able to get the right of the decimal number corresponding to 2 ~ 16 hexadecimal string
- 2023-02-28 21:20:03下载
- 积分:1
-
With C++ Allocation algorithm of Dijkstra shortest path problem
用C++编的迪杰斯特拉算法实现的最短路径问题-With C++ Allocation algorithm of Dijkstra shortest path problem
- 2022-01-29 03:49:04下载
- 积分:1
-
CE下的安装程序的制作
CE下的安装程序的制作-CE installation of the production process
- 2023-07-27 09:30:03下载
- 积分:1
-
一款休闲小游戏的源代码,玩法简单,易上手,消除相同的笑脸
一款休闲小游戏的源代码,玩法简单,易上手,消除相同的笑脸-A casual game of the source code, playing simple,易上手, the elimination of the smiling faces of the same
- 2022-01-22 03:38:22下载
- 积分:1
-
Based on the serial port on the temperature and humidity sensors, data acquisiti...
基于串口,对温湿感应器数据进行采集并显示.些代码是用vb写的.我也写了个vc的,但感觉这个对vb开发人员比较好用.-Based on the serial port on the temperature and humidity sensors, data acquisition and display. More code is written in vb. I also wrote a vc, but felt it more easy to use for vb developers.
- 2022-01-25 21:34:06下载
- 积分:1
-
一个用构造ICMP数据包形式完成的PING程序组件
一个用构造ICMP数据包形式完成的PING程序组件-with a tectonic ICMP packet of completed forms PING procedures components
- 2022-04-22 09:30:42下载
- 积分:1
-
matlab 实现fft变化的源代码,这是源代码,不是直接调用函数
matlab 实现fft变化的源代码,这是源代码,不是直接调用函数-matlab source code changes to achieve fft
- 2022-03-02 13:06:33下载
- 积分:1
-
动态窗口例子程序
动态窗口例子程序-dynamic window examples procedures
- 2022-06-18 12:48:50下载
- 积分:1
-
cpoint的链表类的继承类,重写了其中的增加查找等函数,增加了直线拟合方面的函数。...
cpoint的链表类的继承类,重写了其中的增加查找等函数,增加了直线拟合方面的函数。-cpoint class inheritance list of categories, rewriting them, such as the increase in search function, an increase of fitting a straight line function areas.
- 2023-05-26 10:20:03下载
- 积分:1