-
这是一个画湖区等深线的Mat程序,数据是一些离散的不规则点,包括经度、纬度和水深值。...
这是一个画湖区等深线的Mat程序,数据是一些离散的不规则点,包括经度、纬度和水深值。-This is a drawing isobath Lakes Mat procedures, a number of discrete data is irregular, including longitude, latitude and water depth values.
- 2022-12-20 23:40:03下载
- 积分:1
-
计算机图形学画四分之一个椭圆,若要画椭圆,只需加一个对称程序即可...
计算机图形学画四分之一个椭圆,若要画椭圆,只需加一个对称程序即可
- 2023-08-16 05:50:04下载
- 积分:1
-
基于视频运动对象的快速提取
采用了差分法,光流法以及贝叶斯估计...
基于视频运动对象的快速提取
采用了差分法,光流法以及贝叶斯估计-Moving Object Based Video Fast extracted using a finite difference method, optical flow estimation method and the Bayesian
- 2022-02-04 21:04:30下载
- 积分:1
-
这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。...
这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。-this procedure is a major hole in a polygon filling, using a side table, side table new concepts suitable for newcomers to see.
- 2022-01-26 01:48:36下载
- 积分: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
-
计算坐标是否落在给定三顶点的三角形内程序 (做多边形图形填充时的副产品)...
计算坐标是否落在给定三顶点的三角形内程序 (做多边形图形填充时的副产品)-calculated coordinates fall on whether to set three vertices within the triangle (polygon graphics do when filling a byproduct)
- 2022-02-03 19:58:28下载
- 积分:1
-
图象分析,图象处理,图象理解,图象合成,图象压缩
图象分析,图象处理,图象理解,图象合成,图象压缩-image
- 2023-02-23 14:05:03下载
- 积分:1
-
trapezoidal low
梯形低通滤波,最后显示处理结果.
直接解压后将图片和程序放在同一个文件夹里.-trapezoidal low-pass filter, the final results showed. Photo will be directly extracted and procedures on the same document folder.
- 2022-03-20 02:55:36下载
- 积分:1
-
MFC polygon clipping and filling
MFC实现多边形剪裁和填充-MFC polygon clipping and filling
- 2022-02-24 20:13:55下载
- 积分: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