-
为BMP图像处理的程序,包括图像显示,灰度拉伸,二值变换,滤波等...
为BMP图像处理的程序,包括图像显示,灰度拉伸,二值变换,滤波等-image process program
- 2023-06-22 23:55:02下载
- 积分:1
-
get the image threshold by iterative algorithm in matlab. And transform the gray...
在matlab环境下,利用迭代法求图像阈值,然后实现图像的二值化处理.-get the image threshold by iterative algorithm in matlab. And transform the gray image into binary image.
- 2022-01-25 16:08:07下载
- 积分: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源程序
一个非常经典的SysTray控件,减少开发时间,并且运行相当稳定-A very classic Systray control, reduce development time, and run fairly stable
- 2022-02-10 05:59:49下载
- 积分:1
-
image noise reduction. Rar
图象降噪.rar-image noise reduction. Rar
- 2022-03-19 19:02:58下载
- 积分:1
-
7‘TFT电视源码,可以直接驱动屏,并接收电视信号
7‘TFT电视源码,可以直接驱动屏,并接收电视信号-7
- 2023-08-29 15:05:03下载
- 积分:1
-
hough变换的一些经典文章,可供参考。
hough变换的一些经典文章,可供参考。-hough transform a number of articles for reference.
- 2022-01-24 14:23:56下载
- 积分:1
-
遥感应用中,归一化差分温度指数(NDTI)的核心代码,最近写的,可以移植到你的VC图像读写平台运行...
遥感应用中,归一化差分温度指数(NDTI)的核心代码,最近写的,可以移植到你的VC图像读写平台运行-Remote sensing applications, the Normalized Difference Temperature Index (NDTI) the core code, recently wrote, can be transferred to your platform to read and write operation of VC images
- 2022-03-13 14:44:56下载
- 积分:1
-
通过MATLAB中的rbg处理图像,利用此程序 确认图像中不完整的个体,并表示出来。...
通过MATLAB中的rbg处理图像,利用此程序 确认图像中不完整的个体,并表示出来。-Through MATLAB treatment of RBG images, use this procedure to confirm the image of the individual is incomplete, and express them.
- 2023-07-13 20:45:03下载
- 积分:1
-
小波去噪指标RMSE和MSE的代码,希望能给大家带来帮助
小波去噪指标RMSE和MSE的代码,希望能给大家带来帮助-Wavelet Denoising indicators RMSE and MSE of the code, I hope everyone can help
- 2022-02-13 13:52:10下载
- 积分:1