-
灰色的图像处理源码
彩色图像灰度处理器源码-gray color image processor FOSS
- 2023-06-06 03:05:04下载
- 积分:1
-
1.了解二值形态学的基本运算
2.掌握基本形态学运算的实现
3.了解形态操作的应用...
1.了解二值形态学的基本运算
2.掌握基本形态学运算的实现
3.了解形态操作的应用
-1. Understand the morphology of the value of two basic operations 2. Master basic morphological operations realization of the three. Understand the morphology operation Application
- 2022-07-20 17:34:06下载
- 积分:1
-
计算两幅图像的psnr值,非常精确完整,绝对好用
计算两幅图像的psnr值,非常精确完整,绝对好用-Calculation of two images of the PSNR values, integrity and very precise, the absolute ease of use
- 2022-07-25 07:45:00下载
- 积分:1
-
小波模极大值实现对图像的边缘检测,可以较为精确的实现对图像的边缘定位与检测...
小波模极大值实现对图像的边缘检测,可以较为精确的实现对图像的边缘定位与检测
- 2022-08-05 18:09:17下载
- 积分:1
-
此程序利用3X3拉普拉斯模板增强灰度图像
此程序利用3X3拉普拉斯模板增强灰度图像-procedures for the use of this template 3X3 Laplace enhanced gray image
- 2023-03-01 03:05:04下载
- 积分:1
-
MATLAB choice through the selection of images and copy region
通过MATLAB选择图像并且对选择区域进行复制-MATLAB choice through the selection of images and copy region
- 2022-01-29 00:39:28下载
- 积分:1
-
vc编写数字图形处理中阈值分割图像程序,阈值分割在图像处理中具有重要作用,本代码具有一定得意义...
vc编写数字图形处理中阈值分割图像程序,阈值分割在图像处理中具有重要作用,本代码具有一定得意义-vc digital graphics processing in the preparation of Threshold image segmentation procedure, threshold segmentation in image processing plays an important role, the code may have some significance
- 2022-06-30 08:01: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
-
一个基于样例的图像修补技术的matlab演示
一个基于样例的图像修补技术的matlab演示-A sample-based image repair technology demo matlab
- 2022-07-26 03:23:11下载
- 积分:1
-
Mainly on the introduction of opencv to achieve image enhancement, image transfo...
主要是关于opencv的介绍,实现图像增强,图像变换和其他一些功能。-Mainly on the introduction of opencv to achieve image enhancement, image transformation, and other features.
- 2023-02-23 04:00:04下载
- 积分:1