-
on mathematical calculations
关于数学计算――计算两点间距离
英文网站,对于简单地计算涉及多边形的运算实用性、理解性比较强-on mathematical calculations-- calculate the distance between two points English website, For simple calculations involving the polygon operations practical, understanding sexual stronger
- 2022-04-29 22:54:56下载
- 积分:1
-
功能实现:用c#实现数字图像处理中的hough变换功能
功能实现:用c#实现数字图像处理中的hough变换功能-Function realization: Using c# digital image processing of the hough transform function
- 2023-07-19 18:35:03下载
- 积分:1
-
C常用算法
对于初学者,可以参考学习,能够很快入门并掌握一些基础算法...
C常用算法
对于初学者,可以参考学习,能够很快入门并掌握一些基础算法-C commonly used method for beginners, you can refer to learn, will soon be started and learn some basic algorithms
- 2023-08-22 15:20:02下载
- 积分:1
-
matlab模拟退火工具箱,包含模拟退火运行所需的各种函数,是模拟退火的一个非常有力的工具。...
matlab模拟退火工具箱,包含模拟退火运行所需的各种函数,是模拟退火的一个非常有力的工具。-simulated annealing Matlab toolbox contains simulated annealing operation of the various functions, Simulated Annealing is a very powerful tool.
- 2022-03-11 10:35:34下载
- 积分:1
-
图形生成与汉字显示 图形生成与汉字显示
图形生成与汉字显示 图形生成与汉字显示 -GRAPH GENERIZE AND WORD SHOW
- 2022-07-10 05:47:18下载
- 积分:1
-
正交变换:在图像处理中,正交变化是非常重要的数学实现方法,压缩中应用广泛。...
正交变换:在图像处理中,正交变化是非常重要的数学实现方法,压缩中应用广泛。-Orthogonal:transformation: In the image processing, orthogonal change is a very important mathematical realization method, widely used compression.
- 2022-04-12 13:22:23下载
- 积分:1
-
ARM编译指南,包括基本操作,开发步骤等,很好用
ARM编译指南,包括基本操作,开发步骤等,很好用-ARM compiler guide, including basic operations, the development of steps and so on, very good use
- 2022-01-22 04:21:42下载
- 积分:1
-
Opencv done using video images of the motion detection type of essays, for your...
利用opencv做的视频图象中的运动检测类的文章,供大家参考-Opencv done using video images of the motion detection type of essays, for your reference
- 2022-03-19 19:49:17下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
Matlab图像处理的典型指令,包含应用测试
Matlab图像处理的典型指令,包含应用测试-Matlab image processing typical commands, including application testing
- 2022-08-18 02:22:07下载
- 积分:1