-
摄影测量前方交会源程序
摄影测量前方交会源程序算法理论过程与前方交会理论一致
- 2022-03-14 05:26:06下载
- 积分:1
-
追赶法解求解方程组
追赶法解求解方程组-chased method for solving equations
- 2023-03-01 19:45:03下载
- 积分:1
-
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
-
高维数据判别分析程序!数据挖掘及图像分析利器!matlab版!...
高维数据判别分析程序!数据挖掘及图像分析利器!matlab版!-High dimensional data discriminant analysis procedures! Data mining and image analysis tool! matlab version!
- 2022-11-23 04:55:03下载
- 积分:1
-
数值分析中的简单迭代法求方程根问题(迭代公式为[sqrt(x+1)]),程序中含方程输入和根显示界面。...
数值分析中的简单迭代法求方程根问题(迭代公式为[sqrt(x+1)]),程序中含方程输入和根显示界面。-Numerical analysis of a simple iterative method for equation of the root problems (iterative formula is [sqrt (x+ 1)]), process input and root equation containing display.
- 2022-01-25 21:19:57下载
- 积分:1
-
人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用...
人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用-Artificial Intelligence, the classical wavelet-based image processing and image denoising solution can be used to watch after download
- 2022-03-14 05:33:58下载
- 积分:1
-
五子棋游戏
用C++编写的五子棋游戏
- 2022-11-06 14:00:03下载
- 积分:1
-
this, I wrote a calculation of the LC filter procedures can demonstrate that the...
这个我写的一个计算LC滤波器的程序,可以显示出最后的频率截止情况,有最平法,椭圆法等计算方法-this, I wrote a calculation of the LC filter procedures can demonstrate that the frequency of the final deadline, the most-France, oval law calculation method
- 2023-07-13 16:15:03下载
- 积分:1
-
在基础半正弦冲击作用下,软特性刚度系统的冲击响应计算程序...
在基础半正弦冲击作用下,软特性刚度系统的冲击响应计算程序-In the basic role of half-sine shock, the soft characteristics of the stiffness of the shock response system program
- 2022-01-25 16:06:38下载
- 积分:1
-
冒泡排序和汉诺塔问题的递归算法实验报告好东西来下载啊
冒泡排序和汉诺塔问题的递归算法实验报告好东西来下载啊-Bubble Sort and Tower of Hanoi " problem of the recursive algorithm experimental reports, good things to download ah
- 2022-01-25 15:49:01下载
- 积分:1