搜索资源列表
05年毕业设计-图像处理软件及源代码c++builder
- 图像处理软件含帮助。毕业设计,旋转,线性变换,灰化,平滑,滤镜,反相等,功能全面!-image processing software with help. Graduation design, rotary, linear transformation, ash, smooth, filter, anti-equal, full functions!
LineTrans
- <visual c++数字图像处理典型算法及实现>一书的第三章示例1灰度线性变换、阈值变换、灰度窗口变换、拉伸、均衡,很好的一本书和算法
tuxiangyunsuan
- 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切
chap05
- ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) -ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piecewise linear image transform (§
vcimagesource
- 在VC++环境下编程实现了一个简单的画图程序,以及一些简单图像处理的功能,如图像线性变换,颜色处理,图像平滑,边缘检测,滤波等功能-In VC++ programming environment to achieve a simple drawing program, as well as some simple image processing functions, such as linear transformation images, color processing, image sm
histoeq1
- 通过利用matlab中自带的丰富的函数资源,对图像进行直方图均衡法的图像增强处理,对一些因为直方图分布范围宽,但不均匀的图像处理效果优于线性变换法,如所附图像-Histogram equalization
LineTrans
- 图像处理中的,线性变换源代码。程序可以直接运行,非常不错,很好-Image processing, linear transformation source code. Programs can be run directly, very good, very good
exp1
- 计算一幅灰度图像的直方图;进行简单的线性变换,并与源图像的直方图做变换;利用直方图均衡化进行图像增强-Calculating a gray-scale image histogram simple linear transformation, and to do with the source image histogram transformation the use of histogram equalization for image enhancement
linear
- 图像缩放,双线性变换,效果较好 ,能较高比例缩放图像-image resize
deltainsert
- 利用偏移量插值实现图像的透视变换(运用了双线性变换原理)-Offset interpolation using the image perspective transformation (using the bilinear transformation principle)
SpatialFrequencyDomainImageEnhancement
- 灰度变换增强程序 1.灰度变换增强程序 2.直方图灰度变换 3.直方图均衡化程序举例 4.直方图规定化程序举例 1.线性平滑滤波 2.中值滤波器 3. 4邻域8邻域平均滤波算法 1.低通滤波器 2.布特沃斯低通滤波器图像实例-Enhanced gray-scale transformation procedure 1. Enhanced gray-scale transformation procedure 2. Histogram gray-sc
LineTrans
- 将图像灰度化后,实现图像灰度图片的线性变换-The gray image, the gray-scale image of image of linear transformation
ex_6_15
- 图像的一般线性变换,进行了一次仿射变换和两次投影变换-image
image_processing
- 用MATLAB自己编写的一系列图像处理算法。详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪
新建文件夹
- 实现灰度的线性变换线性变换的代码的步骤: 1,判断参数是否是8位图像 2,对像素的所有点执行线性变换 3,对执行完像素变换的灰度值进行合法性分析,对不合法的数据强制合法 4,对图片的原来坐标的所有点设置新的灰度值。(The linear transformation of the grayscale)
matlab LianXi
- 有时候我们所获取的图像需进行处理,线性变换也是一种方法,根据公示L' = k├ ( (L-Lmin)/(Lmax-Lmin)┤ )^r,指数γ确定图像的平均亮度如何相对于其他像素而改变。 对于r= 1,所有像素将被均匀地缩放,而对于r> 1,平均亮度将相对较暗,而对于r<1,它将相对较轻(The exponent r determines how the mean luminance of the image will change relative to other pixels.
fangshebianhuan
- 仿射变换来实现旋转 (线性变换),平移 (向量加),缩放操作 (线性变换)(Affine transformations are implemented by rotation (linear transformation), translation (vector addition), scaling operation (linear transformation))
FILTER
- MATLAB是一个矩阵设计平台,利用MATLAB强大的计算和频谱分析能力,可以便利的分析与处理信号。利用MATLAB仿真软件系统结合双线性变换法设计一个数字巴特沃斯高通、低通和带通IIR滤波器。(MATLAB and bilinear transform filter)
霍夫线变换综合示例
- 霍夫线性变换的一些例程,有代码有结果希望能帮到大家(Hof linear transformation)
m
- 显示图像的灰度直方图、全局和局部灰度线性变换,分段线性变换、直方图均衡、 直方图规格化(The gray level histogram, global and local gray scale linear transformation, piecewise linear transformation, histogram equalization are displayed. Histogram normalization)