-
该程序实现了图像的配准功能,对两幅同一区域图像进行配准,进而实现图像拼接功能...
该程序实现了图像的配准功能,对两幅同一区域图像进行配准,进而实现图像拼接功能 -The program achieved a functional image registration of two images in the same region registration, and image stitching function
- 2023-06-22 03:20:03下载
- 积分:1
-
Visual C MATLAB image processing and recognition of practical cases selected for...
Visual C++MATLAB图像处理与识别实用案例精选之取对数算法的源程序-Visual C MATLAB image processing and recognition of practical cases selected for admission to the source code of several algorithms
- 2022-05-17 09:44:21下载
- 积分:1
-
基于小波变换的图像融合,已形成界面。可通过界面进行相关图像处理操作。...
基于小波变换的图像融合,已形成界面。可通过界面进行相关图像处理操作。-Based on wavelet transform image fusion, has become the interface. Interface can be related to image processing operations.
- 2022-01-30 13:52:14下载
- 积分:1
-
for various image segmentation algorithm secret anguish uploads from above the e...
用于各种图像分割的算法 ,隐痛上传,从上面的边缘检测,二值化,区域分割一些经典的算法来加深对图像分割的理解。粗略分析了这些算法的优点很不足。对于课题算法的选取起了很大的帮助-for various image segmentation algorithm secret anguish uploads from above the edge detection, two values, Segmentation some classical algorithm for image segmentation deepen understanding. Rough analysis of the advantages of these algorithms are inadequate. Algorithm for the selection of topics has been most helpful
- 2022-07-19 11:35:02下载
- 积分:1
-
基于Hough变换的火柴根数检测
基于Hough变换的火柴根数检测--Matlab7.0.4上开发-Based on the Hough Transform Detect root number of matches- Matlab7 .0.4 developed
- 2023-09-07 19:25:03下载
- 积分:1
-
读取bmp格式的图片,可相关的图像处理、图像分析。
读取Bmp格式的图片,可以进行相关的图像处理,图像处理有特定的平滑、锐化等,都是对遥感图像的处理。
- 2022-01-30 16:15:14下载
- 积分:1
-
这是图像分析和理解的合作
这是图像理解与分析中灰度共生矩阵算法的c++源代码。-This is the image analysis and understanding of co-occurrence matrix algorithm c source code.
- 2022-06-30 12:27:56下载
- 积分:1
-
采用国际标准测试图cameraman进行测试。分别采用均匀性度量法、类间最大距离法、最大熵方法三种方法进行图像分割。并附有注释、程序清晰、易于阅读。相信图像初学...
采用国际标准测试图cameraman进行测试。分别采用均匀性度量法、类间最大距离法、最大熵方法三种方法进行图像分割。并附有注释、程序清晰、易于阅读。相信图像初学者阅读后应该有很大的收益。-junyunxingduliangfa, leijianzuidajulifa, zuidashangfangfa,
- 2022-05-20 18:50:42下载
- 积分: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
-
对一幅彩色图像进行离散DCT变换,并且选择合适的阀值进行DCT反变换...
对一幅彩色图像进行离散DCT变换,并且选择合适的阀值进行DCT反变换-Color of an image of discrete DCT transform, and select the appropriate threshold for DCT Transform
- 2022-05-29 23:18:51下载
- 积分:1