-
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
-
字符的快速排序算法。拉链
字符的快速排序算法.zip-characters quicksort algorithm. Zip
- 2022-07-23 19:30:10下载
- 积分:1
-
A practical LMS, NLMS four MATLAB algorithm for adaptive filtering process, the...
一个可以实用的LMS,NLMS等四种自适应滤波的MATLAB算法程序,实际调试成功。-A practical LMS, NLMS four MATLAB algorithm for adaptive filtering process, the success of the actual debugging.
- 2023-08-08 14:45:03下载
- 积分:1
-
数学表达式计算器,VC 平台操作。能够计算数学公式和表达式,功能比较强大。...
数学表达式计算器,VC 平台操作。能够计算数学公式和表达式,功能比较强大。-mathematical expression calculator, VC platform operators. To calculate mathematical formula and expression, function more powerful.
- 2022-01-27 23:11:51下载
- 积分:1
-
本程序报是信号处理中信号检测与估计的一个程序包,编程环境是matlab.包含匹配滤波和卡尔曼滤波。...
本程序报是信号处理中信号检测与估计的一个程序包,编程环境是matlab.包含匹配滤波和卡尔曼滤波。-This procedure is reported to signal processing in the signal detection and estimation of a package, the programming environment is matlab. Contain matched filter and the Kalman filter.
- 2022-12-21 22:15:08下载
- 积分:1
-
矩阵运算
矩阵运算--Matrix calculation
- 2022-02-01 09:38:52下载
- 积分:1
-
ECC密码体制
这本书包含了有关ECC密码的基本知识!从互联网上获得的最好的书希望你会喜欢阅读;
- 2022-08-05 12:22:12下载
- 积分:1
-
高效内存的R树索引
应用背景
知名的空间索引R树,这个是基于内存的实现,160000个MBR的r树构建时间为4秒
里面包含插入结点,删除结点,和查询结点,支持动态的树结构维护。
关键技术
R树结点插入insert();
R树结点删除delete();
R树索引搜索search();
注意:在插入和删除的同时需要考虑根节点的分裂与替换。
- 2022-05-22 17:26:14下载
- 积分:1
-
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。...
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。-Maze algorithm, to solve from the point of origin to the end of the maze path, or there is no path to draw conclusions.
- 2022-09-29 07:20:02下载
- 积分:1
-
Cognitive femto
函数
- 2023-01-04 14:15:04下载
- 积分:1