-
非常规概率密度函数频率直方图和概率密度曲线绘制
MATLAB中自带有均匀分布、高斯分布等23种概率密度函数,这些可以认为是常规函数。对于非常规函数,本程序可以处理并绘制函数的频率分布直方图和概率密度曲线。操作简单可行。
- 2022-08-17 23:18:20下载
- 积分:1
-
dollars digital image processing operations, including patterns of various proce...
李计刚的数字图象处理作业,包括图型的各种处理技术-dollars digital image processing operations, including patterns of various processing techniques
- 2022-03-23 11:13:07下载
- 积分:1
-
用于BMP位图图像文件与数据保留读
用来对bmp位图文件的读取与图像的数据保存-Used to bmp bitmap image files to read with the data retention
- 2023-01-12 02:40:04下载
- 积分:1
-
screen color extraction procedure code, the programming study images can look at...
屏幕颜色提取的程序代码,学习图像编程的可以看一下,颜色处理-screen color extraction procedure code, the programming study images can look at the color treatment
- 2022-03-22 14:29:33下载
- 积分:1
-
matlab的图像滤波算法中的平均滤波算法源代码
matlab的图像滤波算法中的平均滤波算法源代码-image filtering algorithm matlab
- 2022-06-14 04:19:58下载
- 积分:1
-
基于vc的数字识别系统(digitrec)
基于vc的数字识别系统(digitrec)-A figure recognizing system writen by vc(digitrec).
- 2022-04-23 01:47:55下载
- 积分:1
-
在VS编程环境中,生成一个三维的圆柱体,显示时能够任意方向的进行旋转。...
在VS编程环境中,生成一个三维的圆柱体,显示时能够任意方向的进行旋转。-In the VS programming environment, generate a three-dimensional cylinder, the display can rotate any direction.
- 2022-04-20 09:21:07下载
- 积分:1
-
这款软件的许可证已经取得,限制较少。现在,碧玉…
The JasPer software license has been made slightly less restrictive. Now, JasPer can be used without the JPEG-2000 support included. This had always been the intention of the JasPer Contributors, but the original wording failed to make clear that such use is legal. Also, the software may now be used for mission critical systems, provided that the user accepts all liability for the use of the software. 9) The configure-based build process has been updated to use newer versions of the GNU configure tools. The new JasPer release is available from the JasPer Project Home Page (i.e., http://www.ece.uvic.ca/~mdadams/jasper) and the JPEG web site (i.e., http://www.jpeg.org/software). Regards, Michael --- Michael Adams, Assistant Professor Dept. of Elec. and Comp. Engineering, University of Victoria P.O. Box 3055 STN CSC, Victoria, BC, V8W 3P6, CANADA E-mail: mdadams@ece.uvic.ca, Web: www.ece.uvic.ca/~mdadams-The JasPer software license has been made slightly less restrictive. Now, JasPer can
- 2022-02-28 20:12:36下载
- 积分:1
-
指纹识别源代码,研究指纹识别的人可以作为参考。
指纹识别源代码,研究指纹识别的人可以作为参考。-fingerprint recognition source code, the study of fingerprint recognition can serve as a reference.
- 2022-12-13 22:35:03下载
- 积分: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