-
AppWizard has created this KaraokeDemo application for you. This application not...
AppWizard已经为您创建了这个KaraokeDemo应用程序。此应用程序不仅演示了使用Microsoft基础类的基础知识,而且还是编写应用程序的起点。
- 2022-08-22 15:03:49下载
- 积分:1
-
数字图像处理基础内容:(教学课件,讲义) 图像感知和获取图像取样和量化像素间的一些基本关系线性和非线性操作...
数字图像处理基础内容:(教学课件,讲义) 图像感知和获取图像取样和量化像素间的一些基本关系线性和非线性操作--数字图像图像处理数字图像处理-Digital image processing based on the content: (teaching courseware, handouts) Image perception and access to image and quantify the pixel sampling of some of the basic relationship between the linear and nonlinear Operation- Digital Image Digital Image Processing Image Processing
- 2023-08-01 08:50:04下载
- 积分:1
-
利用快速傅立叶算法,实现快速离散余弦变换及其逆变换
利用快速傅立叶算法,实现快速离散余弦变换及其逆变换-Using fast Fourier algorithm for fast discrete cosine transform and its inverse transform
- 2022-02-01 12:42:07下载
- 积分:1
-
有很多基本的算法,包括边缘抽取,滤波,跟踪,检测,形态学处理等基本的算法...
有很多基本的算法,包括边缘抽取,滤波,跟踪,检测,形态学处理等基本的算法-There are many basic algorithms, including edge extraction, filtering, tracking, detection, treatment and other basic morphological algorithms
- 2022-12-22 05:35:03下载
- 积分:1
-
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能...
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能-Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
- 2022-08-08 12:06:17下载
- 积分:1
-
《VC++图象处理程序设计》 书中代码
天津理工大学 计算机科学与工程系 杨淑莹
第二章特效显示
第三章几何变换
第四章灰度变换
第五章平滑...
《VC++图象处理程序设计》 书中代码
天津理工大学 计算机科学与工程系 杨淑莹
第二章特效显示
第三章几何变换
第四章灰度变换
第五章平滑处理
第六章锐化及边缘检测
第七章图像分割
第八章形态学
第九章图像的变换域处理
第十章图像合成
第十一章24位彩色
第十二 章小波变换-"VC image processing program design" book code Tianjin Polytechnic University Computer Science and Engineering 2.Tianjin second Zhang revealed the third chapter effects geometric transformation Gray Transform Chapter IV of chapter V of Chapter VI of smoothing and sharpening edge detection Chapter VII map as Segmentation Chapter VIII IX morphological image processing 10th Transform Image Synthesis Chapter 24 Chapter 11 Chapter 12 Color Wavelet Transform
- 2022-01-24 10:02:51下载
- 积分:1
-
运动模糊的图像复原,对存在匀速运动造成的模糊图像进行复原...
运动模糊的图像复原,对存在匀速运动造成的模糊图像进行复原-motion- blurred image recovery, the existence of uniform motion blurred image recovery
- 2022-08-07 13:36:34下载
- 积分: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
-
gold 是用Matlab编写的代码 很好用啊 大家顶
gold 是用Matlab编写的代码 很好用啊 大家顶-gold 是用Matlab编写的代码 很好用啊 大家顶
- 2022-10-17 15:55:03下载
- 积分:1
-
该文件是图像处理中的各项基本技术的C实现,对图像处理初学者有着很大的使用价值...
该文件是图像处理中的各项基本技术的C实现,对图像处理初学者有着很大的使用价值-The document image processing is the basic technology C realize the image processing has great value for beginners
- 2022-07-14 16:43:14下载
- 积分:1