-
对比度拉伸,对原始图像进行对比度拉伸,从而得到拉伸后的图像...
对比度拉伸,对原始图像进行对比度拉伸,从而得到拉伸后的图像-tensile contrast, the original image contrast stretching, and thus drawing the images
- 2023-04-10 04:35:04下载
- 积分: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
-
在多变型图像处理中,对各层高频系数进行阈值Wiener处理
在多变型图像处理中,对各层高频系数进行阈值Wiener处理-In the changeable-type image processing, high-frequency coefficients of the layers Wiener treatment threshold
- 2022-09-03 04:25:03下载
- 积分:1
-
bmp to jeg 文件,自己写的,和大家分享一下,希望会有帮助
bmp to jeg 文件,自己写的,和大家分享一下,希望会有帮助-bmp to jeg paper wrote it myself, and share with you, I hope will be helpful
- 2022-02-06 12:36:03下载
- 积分:1
-
直方图均衡化,实现灰度图像的均衡化,能有效的实现图像的增强目的!...
直方图均衡化,实现灰度图像的均衡化,能有效的实现图像的增强目的!-Histogram equalization to achieve a balanced gray-scale images, and can effectively achieve the purpose of image enhancement!
- 2022-03-25 12:06:41下载
- 积分:1
-
图像分割中常用的水平集方法的matlab源代码!
图像分割中常用的水平集方法的matlab源代码!-Commonly used in image segmentation level set method matlab source code!
- 2022-05-24 09:42:26下载
- 积分:1
-
BMP文件读取程序。读取并记录BMP文件颜色数据,并可将颜色数据显示。...
BMP文件读取程序。读取并记录BMP文件颜色数据,并可将颜色数据显示。-BMP file reader. BMP file to read and record the color data, as well as color data.
- 2022-03-18 14:57:45下载
- 积分:1
-
数字图象处理 数字图象处理
数字图象处理 数字图象处理 -digital image processing, digital image processing, digital image processing, digital image processing digital image processing, digital image processing
- 2022-02-10 00:38:26下载
- 积分:1
-
Binary image morphological filter and grayscale images Matlab morphological filt...
二值图像形态滤波和灰度图像形态滤波操作的Matlab实现。-Binary image morphological filter and grayscale images Matlab morphological filtering operations to achieve.
- 2023-04-06 14:50:03下载
- 积分:1
-
<visual c++数字图像处理典型算法及实现>一书的第三章示例1灰度线性变换、阈值变换、灰度窗口变换、拉伸、均衡,很好的一本书和算法...
一书的第三章示例1灰度线性变换、阈值变换、灰度窗口变换、拉伸、均衡,很好的一本书和算法- the third chapter of a book on linear transformation Example 1 gray, threshold transform, gray level window transform, stretch, balance and a good book and algorithms
- 2022-12-23 04:35:03下载
- 积分:1