-
通过灰度变换将一幅图象转换为另一幅具有均衡直方图,即在每个灰度级上都具有相同的象素点数的过程。...
通过灰度变换将一幅图象转换为另一幅具有均衡直方图,即在每个灰度级上都具有相同的象素点数的过程。-Through the gray-scale transformation to an image is converted to another site with a balanced histogram, that is, in each gray level, both have the same pixel point process.
- 2022-07-21 21:41:31下载
- 积分:1
-
本程序采用拉普拉斯算子对输入彩色图象进行增强处理,处理速度快,效果好....
本程序采用拉普拉斯算子对输入彩色图象进行增强处理,处理速度快,效果好.-this programme is used laplacian method to enhance the imput color image
- 2023-08-14 10:40:03下载
- 积分:1
-
使用opencv实现对图像的放大缩小任意倍数,用的双线性插值。...
使用opencv实现对图像的放大缩小任意倍数,用的双线性插值。-Opencv to realize the use of images of arbitrary multiples of zoom, and use bilinear interpolation.
- 2022-02-06 07:48:23下载
- 积分:1
-
<visual c++数字图像处理典型算法及实现>的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子...
的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子-incidental procedures chapter to read and write BMP files using the DIB example, a good book and examples
- 2022-01-26 07:52:07下载
- 积分:1
-
处理图像的对比度
processing image contrast-contrast image processing
- 2022-08-23 21:33:45下载
- 积分:1
-
哈里斯
Harris-Laplace combined corner and edge detector 完成对图像的角点和边缘的同时检测-Harris-Laplace combined corner and edge detector angle to complete the image at the same time point and the edge detection
- 2022-06-28 00:50:47下载
- 积分:1
-
显示如何利用Camshift算法进行彩色目标的跟踪
显示如何利用Camshift算法进行彩色目标的跟踪-Show how to use color Camshift algorithm tracking
- 2022-03-20 03:48:32下载
- 积分:1
-
速度非常块,效果接近blsgsm。堪称去噪的又一突破。
OWT SURE
速度非常块,效果接近blsgsm。堪称去噪的又一突破。
OWT SURE-LET SOFTWARE FOR MATLAB
********************************
Florian Luisier, Thierry Blu and Michael Unser
Biomedical Imaging group
Swiss Federal Institute of Technology Lausanne (EPFL), Switzerland.
March 2007
This software implements the algorithm described in:
[1] F. Luisier, T. Blu, M. Unser, "A New SURE Approach to Image
Denoising: Interscale Orthonormal Wavelet Thresholding,"
IEEE Transactions on Image Processing, vol. 16, no. 3, pp. 593-606,
March 2007.
-Very block, the effect close to blsgsm. Denoising can be another breakthrough. OWT SURE-LET SOFTWARE FOR MATLAB******************************** Florian Luisier, Thierry Blu and Michael UnserBiomedical Imaging group Swiss Federal Institute of Technology Lausanne (EPFL), Switzerland.March 2007This software implements the algorithm described in: [1] F. Luisier, T. Blu, M. Unser,
- 2022-01-26 07:39:22下载
- 积分:1
-
image noise reduction. Rar
图象降噪.rar-image noise reduction. Rar
- 2022-03-19 19:02:58下载
- 积分: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