-
散焦模糊去除
对于一副散焦的文字照片,选择合适的方法将其去模糊(1) 对模糊图G进行LAPLACE滤波,得到X(2) 对X自相关,得到O(3) 对O搜索对应最小值的圆环为了削弱振铃效应,使用了edgetaper函数以模糊图像边缘。
- 2023-05-04 01:40:04下载
- 积分:1
-
图像处理的基本库,包括图像的失真,图像,图像的编辑…
图像处理基本库,包括图像变形、图像灰度化、图像编辑等-Basic library of image processing, including image distortion, image, image editing, etc.
- 2022-04-17 21:59:29下载
- 积分:1
-
游戏编程中的背景保存和恢复
游戏编程中的背景保存和恢复-game programming background to the preservation and restoration
- 2022-04-11 18:27:23下载
- 积分:1
-
dos下显示火焰特效,主要在dos下面的图像处理程序
dos下显示火焰特效,主要在dos下面的图像处理程序-display fire effect on DOS, a image processing program on DOS
- 2022-03-29 17:32:30下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1
-
a useful source _ classic watermarking algorithm QIM FOSS
一个图象处理有用的源程序_经典水印算法QIM源码-a useful source _ classic watermarking algorithm QIM FOSS
- 2022-02-04 03:37:34下载
- 积分:1
-
视图分割源代码, VC完整应用程序代码
视图分割源代码, VC完整应用程序代码
-View the source code partition, VC integrity of application code
- 2022-04-26 10:59:50下载
- 积分:1
-
group with a nonlinear phase of the filter to handle images, image processing to...
用一组非线性相位的滤波器组来处理图像,得到图像处理效果以进行分析。-group with a nonlinear phase of the filter to handle images, image processing to be effective for the purposes of analysis.
- 2022-06-20 08:18:36下载
- 积分:1
-
VC edge detection procedure, function is perfect, able to carry out the second d...
边缘检测的VC程序,功能很完善,能进行二次开发-VC edge detection procedure, function is perfect, able to carry out the second development
- 2022-05-18 03:40:47下载
- 积分:1
-
FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定...
FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理
模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。
另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-FaceDetection project run-time, first of all documents to be adopted
- 2022-07-03 12:48:23下载
- 积分:1