-
利用图像区域的局部梯度信息,同时利用序列图像之间局部区域的全局信息及其相关性重
新构造外部能量函数 并根据内外部能量的比值,动态地调节权值参数. 实验结果表...
利用图像区域的局部梯度信息,同时利用序列图像之间局部区域的全局信息及其相关性重
新构造外部能量函数 并根据内外部能量的比值,动态地调节权值参数. 实验结果表明,改
进算法既可以有效地检测出一些拐角点和凹点,又可以避免目标边缘收敛于某些噪声点
或伪边缘点,可达到良好的体分割效果.-Use of local image gradient information region, while the use of sequential images of the overall situation between the local area information and its relevance to re-structure the external energy function and in accordance with the ratio of internal and external energy, the right to adjust the value of dynamic parameters. Experimental results show that the improved algorithm not only can be effectively detected in a number of corner points and concave point, and prevent the goal of the edge of convergence in certain noise or pseudo-edge point, the body can achieve good segmentation results.
- 2022-05-10 18:57:13下载
- 积分:1
-
VC动态库示例程序
VC2008下创建和调用动态库的示例模板
- 2023-06-22 23:45:03下载
- 积分:1
-
用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分...
用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分-File operator sample by .net C#
- 2023-02-21 03:15:02下载
- 积分:1
-
multi
多线程处理器,编程语言是:.net C# -multi-threaded processors, programming languages are :. Net C#
- 2022-02-01 04:00:28下载
- 积分:1
-
本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示...
本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back- recursive algorithm right to know what the road map for the entire search, the shortest route to be completed, at least cost, and all the routes show
- 2022-07-28 00:21:11下载
- 积分:1
-
ShapesLinesText source code for Visual Studio 2005 by VB
VB开发的visualstudio2005的ShapesLinesText源代码
- 2022-12-01 06:15:04下载
- 积分:1
-
5请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和rel...
5请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下
- 2022-08-19 21:32:41下载
- 积分:1
-
err
读取修改,IP,掩码,网关,DNS-err
- 2022-02-03 13:30:20下载
- 积分:1
-
登录页
登录页
- 2022-03-25 20:45:41下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1