搜索资源列表
图像对比度拉伸源代码
- 基于vc++6.0 的图像对比度拉伸操作-vc 6.0 on the image contrast stretching operation
对比度拉伸
- Visual c++\\Matlab图像处理与实用案例精选:对比度拉伸-Visual c \\ Matlab Image Processing and practical case Featured : contrast tensile
VB.NET 1.1 图像处理 Class 灰度、锐化、拉伸、模糊
- VB.NET 1.1 图像处理 Class 灰度、锐化、拉伸、模糊.
30个图像处理
- 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
灰度拉伸
- 8位灰度图像的MFC环境下的灰度拉伸
CBitmapExt
- 能够更快的对图像进行拉伸,透明度,旋转,阿尔法,黑白,浮雕效果等操作,能够处理32位图像,其结果可存储位24位图像。-To faster image stretching, transparency, rotation, alpha, black and white, the effect of such relief operations, able to handle 32-bit image, the result can store 24-bit image.
dotyunsuan
- 对灰度图像进行各种点运算,包括灰度直方图 灰度拉伸 灰度均衡等-Gray-scale images on a variety of points, computing, including the gray histogram stretching gray balance, etc.
Matlab_image_processing
- 主要是用matlab进行图像增强对比度的处理,采用的方法是灰度拉伸-Is mainly used for image enhancement matlab contrast processing, the method used is the gray-scale tensile
edge_detect
- 利用matlab对图像进行灰度调整、拉伸处理和边缘检测-Use matlab image grayscale adjustment, stretch processing and edge detection
imageprocessing
- 主要内容彩色256色转灰度图,hough变换,walsh变换,对比度拉伸,反色,图像的傅立叶变换,高斯平滑,均值滤波,各种锐化方法,图像的缩放、细化、旋转,边缘提取,内附各种图片,vc++源码,对初学图象者很有帮助,强烈推荐,图象处理-The main contents of 256 colors to grayscale color, hough transform, walsh transform, contrast stretching, anti-color, images of Fou
grey_process
- 我的图像处理作业,打开一张图片(bmp灰度256),实现灰度直方图均衡,灰度线性化和灰度拉伸,用VS2008写的,需要VS2008SP1,估计装的人不多,还是挺不错的,集成了BCGsoft的界面插件-My image processing operations, open a picture (bmp gray level 256), achieve a balanced histogram, gray and gray-linear stretching, using VS2008 writt
VCDIBchap2
- 介绍图像灰度变化的典型算法,包括二值化和阈值处理,直方图的绘制及直方图均衡,灰度的线性变换和灰度拉伸等。-Change the image gray-scale introduction of the typical algorithms, including binary and threshold processing, histogram mapping and histogram equalization, linear gray transform and gray-scale, su
intrans
- 包括负片变换、对数变换、gamma变换和对比度拉伸变换的图像变换函数-Including the negative transformation, logarithmic transformation, gamma and contrast stretch transform transform image transform function
ImageEffect
- 图像效果:浏览图像文件、上下对接方式显示图像、上下翻转方式、上下扩张方式、上下拉伸方式、左右对接方式、左右翻转方式、左右扩张方式、左右拉伸方式、以不同翻转方式显示图像、以四周扩散方式显示图像-Image: View image files, display images butt up and down, turned way up and down, up and down the expansion of the way, stretching up and down the way the
zhifangtujunhanghua
- 直方图均衡,图像去雾处理,是把原始图像的灰度直方图从比较集中的某个灰度区间变成在全部灰度范围内的均匀分布。直方图均衡化就是对图像进行非线性拉伸,重新分配图像像素值,使一定灰度范围内的像素数量大致相同。-Histogram equalization, image processing to the fog, is the original image histogram to a gray scale from the more concentrated into the full range o
灰度拉伸
- 对图像绘制直方图,并进行适当的灰度变换,分别进行线性的和非线性的灰度拉伸变换,改善图像的视觉效果; 主要功能函数自己编写; 在一个主程序中运行实现,并在一个统一的交互式界面下选择参数.(Histogram of the image, and the appropriate gray-scale transformation, linear and nonlinear gray scale stretching transform, to improve the visual effects
数字图像处理经典算法
- matlab 数字图像处理经典算法。归纳很全面。拉普拉斯变换、中值滤波、灰度拉伸等等算法的总结(Matlab digital image processing classic algorithm. Induction is very comprehensive. Laplasse transform, median filtering, gray stretch and so on algorithm summary)
ImageStretch
- 针对TIFF图像进行拉伸处理,可以将高bit位的图像拉伸到8bit位从而方便显示和处理。支持不同颜色体系下的拉伸。(The bit image can be stretched to the 8bit bit to facilitate the display and processing of the TIFF image. Stretching under different color systems.)
图像拉伸
- 遥感图像处理,用直方均衡化方法、2%线性拉伸方法拉伸图像,亮度值分布均衡(Drawing images by histogram)