-
GAC模型,迎风方案
im=imread("e:301clip301.tif");
im=rgb2gray(im);
im=double(im);
im = imresize( im, 0.5 ); % 为了减少程序运行时间,将图像变小为原来大小的1/2
figure(1);imshow(uint8(im));
[nrow,ncol]=size(im);
J= gauss( im,3,2 ); % 为了计算函数g,先对图像作guassian预平滑
%%- 计算图像梯度模值
J_x = (J(:,[2:ncol ncol])-J(:,[1 1:ncol-1]))/2;
J_y = (J([2:nrow nrow],:)-J([1 1:nrow-1],:))/2;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-14 21:25:24下载
- 积分:1
-
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可....
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可.-GRID-based format of the contour DEM tracking algorithm (the compiler has been deleted directory), can be used for a variety of scattered point interpolation to generate a grid, simply written GRID Grid data can be formatted text.
- 2023-02-15 02:10:04下载
- 积分:1
-
在C + + 中的GCD函数
这是原数函数的最大公约数,这是写在C + +语言对数据安全性和算法的东西,我希望你有一个伟大的使用这个功能……其他感谢GCD的功能,还有一些其他的算法在数据安全的工作真的有用的,和一些PDF格式的更多信息,对他们的工作非常有帮助。
- 2022-05-09 11:36:49下载
- 积分:1
-
Newton interpolation method for linear equations themselves a bit simple
牛顿插值法求线性方程组
自己做的
有点简单呵呵 -Newton interpolation method for linear equations themselves a bit simple-huh
- 2022-04-11 16:18:58下载
- 积分:1
-
leetcode可过OJ的Java代码
本人写的leetcode的Java版本答案,可过online judge。Github地址:https://github.com/SiyuanXing/leetcode.git
- 2022-02-12 08:08:37下载
- 积分:1
-
c++ 模拟退火算法
应用背景
智能算法是一类解决优化问题的算法,是为了解决NP 难题而兴起的一类算法。主要用于优化调度,路径选择等。算法不太成熟,仅供参考学习,如有不妥之处,请大家联系我,一起学习进步,改进。
关键技术模拟退火是模拟大自然中的火渐渐降温以至熄灭的过程,降温过程是整个代码的核心,同时,业界降温的方法也是各不相同的。降温的快慢直接决定结果的准确度。模拟退火算法不是确定性算法,接触的结果不是精确解而是近似解。
- 2022-03-06 12:22:08下载
- 积分:1
-
一个比较全面的数值分析类库的DLL文件,使用方便
一个比较全面的数值分析类库的DLL文件,使用方便-A more comprehensive numerical analysis of the class library DLL files, easy to use
- 2023-07-20 20:00:03下载
- 积分:1
-
单个文件在以下链接是可用的:
Individual files are available in the following links:
Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order.
Bessik -- Modified Bessel function In and Kn for real argument and integer or real order.
CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order.
CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
-Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.
- 2022-04-29 03:27:40下载
- 积分:1
-
地震勘探中的岩性解释
地震勘探中的岩性解释, 这个是我大四毕业设计时写的,应该对学习物探的同学有帮助啦!
- 2022-04-02 02:47:20下载
- 积分:1
-
numerical algorithm, BreshamLine line drawing algorithms, numerical experiments,...
数值计算算法,BreshamLine画线算法,数值计算实验,比较简单-numerical algorithm, BreshamLine line drawing algorithms, numerical experiments, relatively simple
- 2022-10-07 09:15:03下载
- 积分:1