-
此文件包含一个实现灰度化彩色图像的工程,也可恢复灰度化以后的图像成为原来的图像...
此文件包含一个实现灰度化彩色图像的工程,也可恢复灰度化以后的图像成为原来的图像-This file contains a gray realize color images of the works, but also to resume after the gray-scale images of the original image
- 2023-01-07 13:35:03下载
- 积分:1
-
本程序将SIFT与边缘结合起来用来做图像配准
先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准...
本程序将SIFT与边缘结合起来用来做图像配准
先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准-This procedure will be combined with SIFT and the edge used to do image registration using SIFT key-point detection using Canny edge detection operator to select the best match to optimize vector match point image registration
- 2022-07-25 20:35:46下载
- 积分: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
-
Boundary tracking program, you can track the closed borders and the non
边界跟踪程序,可以跟踪闭合的边界和非闭合的边界。读者可以根据自己需要存储其跟踪方向以及跟踪路径。-Boundary tracking program, you can track the closed borders and the non-closed borders. Readers can track the direction of their own need to store and track the path.
- 2022-03-22 05:16:34下载
- 积分:1
-
对于图像处理刚开始入门的人来说非常有用,而且介绍了详细的vc++程序,且配有代码。希望给大家带来一些帮助!...
对于图像处理刚开始入门的人来说非常有用,而且介绍了详细的vc++程序,且配有代码。希望给大家带来一些帮助!-Image Processing for the beginning of entry of people is very useful and detailed introduction vc++ Procedures, and equipped with a code. I hope to bring some help to everyone!
- 2022-05-31 10:35:31下载
- 积分:1
-
内含测试图片,源码
数字图像处理,256色转灰度图
内含测试图片,源码
数字图像处理,256色转灰度图-Containing the test images, source of digital image processing, 256-color to grayscale
- 2023-08-27 03:15:04下载
- 积分: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
-
边缘检测图像应用高斯滤波器平滑图像,用双阈值算法检测和连接边缘。...
边缘检测图像应用高斯滤波器平滑图像,用双阈值算法检测和连接边缘。-Application of edge detection image smoothing Gaussian filter images, with dual-threshold algorithm for edge detection and connection.
- 2023-07-12 14:35:03下载
- 积分:1
-
Color Image Edge Detection and found that if you are learning to edge detection...
图像边缘检测及颜色发现,如果你正在学习边缘检测的阈值,那么这些程序对你是有用的。-Color Image Edge Detection and found that if you are learning to edge detection threshold, then these procedures are useful to you.
- 2022-01-22 08:34:10下载
- 积分:1
-
vb做的类photoshop源码:可以打开图像文件并对其进行一些简单的处理,另外还可实现简单的画图功能。...
vb做的类photoshop源码:可以打开图像文件并对其进行一些简单的处理,另外还可实现简单的画图功能。-vb do photoshop source categories : image files can be opened and its simple, but also achieve other simple drawing functions.
- 2022-03-04 00:10:39下载
- 积分:1