-
图像处理程序之特效显示,天津理工信息安全中心版权所有
图像处理程序之特效显示,天津理工信息安全中心版权所有-Tuxiang chuli texiaoxianshi
- 2022-02-01 08:21:11下载
- 积分:1
-
基于小波变换模极大的多尺度图像边缘检测,比较简单,但实用,是本人模式识别程序的一部分...
基于小波变换模极大的多尺度图像边缘检测,比较简单,但实用,是本人模式识别程序的一部分-Based on wavelet transform modulus maxima of the multi-scale image edge detection, relatively simple, but useful, is himself a part of pattern recognition procedures
- 2023-05-03 15:30:04下载
- 积分:1
-
FCM
FCM聚类,实现图像分割,可以将图像分成多类-FCM
- 2022-05-04 22:23:51下载
- 积分:1
-
A paper about the Particle Level Set Library
A paper about the Particle Level Set Library-A paper about the Particle Level Set Library
- 2022-04-10 11:39:48下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选中的源程序,256色转换成灰度图...
Visual C++MATLAB图像处理与识别实用案例精选中的源程序,256色转换成灰度图-Visual C MATLAB image processing and recognition of practical cases in the selected source files, 256 color into the gray level
- 2022-02-04 21:56:28下载
- 积分: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
-
Digital Watermarking as a special information technology embedded in media data,...
数字水印作为一种将特殊信息嵌入媒体数据的技术,近年来已成为国内外研究的热点并有着广泛的应用前景,通常数字水印被应用于数字图像音频视频以及其他媒体产品上以进行版权保护和验证多媒体数据的完整性-Digital Watermarking as a special information technology embedded in media data, in recent years has become a hot research and has wide application prospect, usually digital watermarking has been applied to digital images audio video and other media products for copyright protection and verify the integrity of multimedia data
- 2022-05-21 11:14:04下载
- 积分:1
-
来自学报的自适应多波束形成算法,比较新的期刊文章。
来自学报的自适应多波束形成算法,比较新的期刊文章。-From the Journal of the adaptive multi-beamforming algorithm, a relatively new kind of journal articles.
- 2022-01-21 04:44:43下载
- 积分:1
-
- 2022-07-24 03:58:26下载
- 积分:1
-
我编写的教学用的图象处理实验指导书和VC源码,详细内容看指导书。此外辅助程序可以把一个彩色图象转变为灰度图象,因为实验内容主要是处理灰度图象的;并且辅助程序是基...
我编写的教学用的图象处理实验指导书和VC源码,详细内容看指导书。此外辅助程序可以把一个彩色图象转变为灰度图象,因为实验内容主要是处理灰度图象的;并且辅助程序是基于Windows C编程的,可以籍此更多了解windows编程的核心机理。-I prepared teaching image processing experimental guide books and VC source, the details look to guide books. In addition auxiliary procedures can be a color image into gray-scale images, mainly because the experiments deal with gray-scale images and auxiliary procedure is based on the Windows C programming, you can take to learn more about the core of windows programming mechanism.
- 2022-03-12 05:10:33下载
- 积分:1