-
用于进行图像处理中颜色处理方法的源代码,希望对大家有所帮助...
用于进行图像处理中颜色处理方法的源代码,希望对大家有所帮助-Used for color image processing method deal with the source code, and they hope to help everyone
- 2022-01-26 08:16:36下载
- 积分:1
-
hough变换源码 用于检测直线或圆形等
hough变换源码 用于检测直线或圆形等-hough transform for the detection of source, such as linear or circular
- 2022-08-26 00:35:27下载
- 积分:1
-
该源代码能够实现对于灰度图像的边缘的检测与提取等功能
该源代码能够实现对于灰度图像的边缘的检测与提取等功能-The source code can be achieved for the gray-scale image of the edge detection and extraction features
- 2022-08-10 16:12:14下载
- 积分:1
-
小波去噪,包括阈值、最大模数法、相关性等。
小波去噪方法介绍,包括阈值法、最大模法、相关法-Wavelet Denoising, including threshold, maximum modulus method, correlation, etc.
- 2022-06-16 13:49:21下载
- 积分:1
-
Retinex算法的C语言代码实现的图像处理
retinex算法的C语言代码实现,用于图象处理-Retinex algorithm realize the C language code for the image processing
- 2023-03-30 05:30:02下载
- 积分:1
-
本程序是遗传算法求极值,有助于对遗传算法的理解
本程序是遗传算法求极值,有助于对遗传算法的理解-This procedure is a genetic algorithm for extreme value, contribute to the understanding of the genetic algorithm
- 2022-08-22 17:32: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
-
Calculation of movement pendulum length, length measurement, fixed and moving ob...
计算运动中的摆长,长度测量,对不动和运动物体长度的测量-Calculation of movement pendulum length, length measurement, fixed and moving objects that do not measure the length of
- 2022-07-24 22:38:38下载
- 积分:1
-
著名的 sugiyama算法的实现, 即在一个图像中,尽量减少各个线之间的交叉...
著名的 sugiyama算法的实现, 即在一个图像中,尽量减少各个线之间的交叉-famous sugiyama algorithm to achieve that in an image, minimize the line between the various cross-
- 2023-08-17 11:05:04下载
- 积分:1
-
Directshow中Video Mixer Render9的使用,很好的代码,具有很好的参考价值...
Directshow中Video Mixer Render9的使用,很好的代码,具有很好的参考价值-Directshow China Video Mixer Render9 use, good code is a good reference value
- 2022-01-21 02:47:42下载
- 积分:1