-
给定输入信号以及信噪比,计算出对应的噪声
给定输入信号以及信噪比,计算出对应的噪声-For a given input signal and the signal to noise ratio to calculate the corresponding noise
- 2022-09-05 14:25:03下载
- 积分:1
-
该代码是双边滤波的核心代码,FFTW库的使用,提取…
该代码是全核的双边滤波代码,利用了FFTW库,效率极高。-The code is the core bilateral filtering code, the use of the FFTW library, extremely efficient.
- 2022-02-20 12:14:43下载
- 积分:1
-
转动箱子的动画,多维旋转图象,可以多角度观察,利用SIN函数
转动箱子的动画,多维旋转图象,可以多角度观察,利用SIN函数-rotating box animation, multi-dimensional rotating images, more angle, the use of SIN function
- 2022-02-14 01:45:54下载
- 积分:1
-
直方图规定化 规定灰度为[zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.3,zeros(1,49),0.1,zer...
直方图规定化 规定灰度为[zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.3,zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.1]
直方图均衡化,四邻域平均法,阈值平均法
加权平均法- Gray histogram specification provides for the [zeros (1,49), 0.1, zeros (1,49), 0.2, zeros (1,49), 0.3, zeros (1,49), 0.1, zeros (1, 49), 0.2, zeros (1,49), 0.1] histogram equalization, neighbors and domain average method, the threshold average method weighted average method
- 2022-05-13 21:36:44下载
- 积分:1
-
一个关于bp神经网络的仿真程序,是关于图像处理方面的。
一个关于bp神经网络的仿真程序,是关于图像处理方面的。-On bp neural network simulation program, is about the image processing area.
- 2023-03-29 00:15:03下载
- 积分:1
-
改变图像的分辨率,C#语言,很简单的一个小程序。
改变图像的分辨率,C#语言,很简单的一个小程序。-To change the image resolution, C# language, a very simple procedure.
- 2023-05-31 19:15:04下载
- 积分:1
-
- 2022-07-24 18:43:15下载
- 积分:1
-
用C++语言编写的神经网络编程,以及注释
神经网络编程, 用c语言写的, 还有注释-Neural network programming, using c language, as well as the Notes
- 2023-07-11 20:10:02下载
- 积分: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
-
通过CCD拍照后分析所拍图象的坐标以及相似度。
通过CCD拍照后分析所拍图象的坐标以及相似度。-Through the CCD camera image after analyzing the film as well as the similarity of the coordinates.
- 2022-09-18 17:05:03下载
- 积分:1