搜索资源列表
juanji
- vc++6.0编译的一个程序,具有直方图均衡化,灰度线性化,卷积锐化功能。-vc 6.0 compiler of a procedure with histogram equalization, Gray linear, convolution sharpening function.
yaogan
- 能够进行raw格式像bmp格式转化,进行边缘跟踪,进行滤波处理,进行线性拉伸和灰度重采样等功能-capable raw format as bmp format conversion, tracking, filtering, linear stretch and gray resample function
zhankuan
- 灰度域线性展宽~灰度图像,在一定灰度范围内使之更为清晰,表现细节更好-Gray domain linear broadening ~ gray image, to a certain range of gray to make it more clear, the details of a better performance
chap1_2
- 图像的灰度变换,图像的线性变换,灰度的非线性变换,图像的直方图-Images of gray-scale transformation, image of linear transformation, gray non-linear transform, the image histogram
trans
- 实现BMP图像黑白图像的打开及图像灰度值的线性变换y=ax+b,线性变换的a,b由对话框输入-BMP implementation of the open image black and white images and gray scale image of the linear transformation y = ax+ b, linear transformation of a, b from the dialog box enter
LineTrans
- 图像反色 线性变换 阀值变换 窗口变换 灰度拉伸 灰度均衡-Anti-color image transform window threshold linear transformation transform tensile gray gray balance
LineTrans
- 用VC++对图像进行点操作,包括图像反色,线性变换,阈值变换,窗口变换,灰度拉伸,灰度均衡(直方图均衡化)-Using VC++ on the image point operations, including the anti-color image, linear transformation, threshold transform, transform window, gray stretch, gray balance (histogram equalization)
LineTrans
- 对BMP图像进行线性变换,包括点运算,阈值变换,灰度拉伸等-BMP image of the linear transformation, including point of operation, the threshold transformation, gray stretch, etc.
LineTrans
- 对图像进行点运算,反色,线性变换,阈值变换,窗口变换,灰度拉伸和灰度均衡,VC6下编译,可直接运行-The image point of operation, anti-color, linear transformation, threshold transform, the window transform, gray stretch and gray balance, VC6 compiled can be directly run
dip
- 一个简单的包括几个基本的图像处理的程序 可以实现: 检索灰度最大值,最小值,平均值,灰度线性变换,直方图统计,直方图均衡,平移,拉伸,旋转,FFT,DCT,随即噪声,椒盐噪声,均值滤波,中值滤波,SOBEL,LAPLACE 二值化-A simple include several basic image processing program can be: retrieve the gray maximum, minimum, average, linear gray level t
tuxiangchulixitong
- 主要功能 图像处理系统是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 =
73555bitmap
- 改进后的hough编程方法,适合对灰度图像提取直线和圆的检测 采用VC++编程-Improved hough programming method for extraction of linear and circular gray image was detected by VC++ programming
Ienhancen
- 在图象中,边缘是由灰度级和相邻域点不同的象素点构成的。因而,若想增强边缘,就应该突出相邻点间的灰度级的变化。微分运算可用来求信号的变化率,因而具有加强高频分量的作用。如如果将其应用在图象上,可使图象的轮廓清晰。由于我们常常无法事先确定轮廓的取向,因而挑选用于轮廓增强的微分算子时,必须选择那些不具备空间方向性的和具有旋转不变的线形微分算子。 -In the image, the edge is constituted by the pixel dots of different gray le
ImageHandel
- 图像处理的各种操作,包括图像的线性,灰度变换,几何变换,插值算法,边缘检测算法-Various image processing operations, including image linear gray-scale transformation, geometric transformations, interpolation algorithm, edge detection algorithm
POINT-OPERATION
- 能够打开图像文件绘制其直方图,并且实现各种处理 如 线性点运算,灰度拉伸,直方图均衡,直方图匹配等 笔者已经调通!-Be able to open the image file to draw its histogram, and achieve a variety of treatments such as linear point operations, gray stretch, histogram equalization, histogram matching。
RS
- 对遥感影像进行灰度线性变换,以及开运算、闭运算等的处理过程。-For remote sensing image gray linear transformation and opening operation and closing operation process, etc.
opcvtext2
- 实现对图片的灰度处理,canny检测,hough直线变换等预处理-Gray scale processing of the picture, canny detection, hough linear transform pretreatment
Gray-linear-transformation
- 灰度的线性变换就是将图像中所有的点按照线性灰度变换函数进行变换-Linear transformation is gray all points in the image gray-scale transformation function according to a linear transformation
tuxiang
- 1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp; 2.借助imread命令将图像内容读入内存数组; 3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩; 4.将数字图像的RGB表示转换为YUV表示; Y=0.30R+0.59G+0.11B U=0.70R-0.59G-0.11B V=-0.30R-0.59G+0.89B 5.通过访问Y(亮度)通道,改变数字图像的亮度; 6.通过Y(亮度)通道作灰度的线性变换,改变数字
22
- 用 Matlab 程序实现图像求反: 程序实现线性灰度变换的图像增强: -use Matlab Matlab Program to achieve image negated: Procedures for linear gray transform image enhancement
