搜索资源列表
StdMeanEdgBinaryConv
- 灰度图像二值化处理:均差阀值边缘提取. 具有二值化和边缘提取效果.-gray image processing two values : both poor threshold edge extraction. With two marginal value and extraction.
weixiaolingjiantuxiangerzhihuachulideyanjiu
- 提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。-gray images made to determine the value of the two best-threshold value of the two methods "bimodal" and "signal-to-noise ratio statistics" and demonstratio
graytotwo
- 灰度图像二值化,使用迭代式阈值选择对灰度图像进行二值化,程序中的图像是固定的
二值化变换
- 对于256色灰度DIB图像进行二值化的VC++实现
kittlerMet方法图像二值化
- kittlerMet方法图像二值化,把RGB,灰度图,索引图等转化为二值图,method of image binarization kittlerMet to RGB, grayscale, index, maps, etc. into a binary image
matlab_image.matlab图像预处理
- matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
ImageHistogramAndCentroidCompu
- 灰度图像二值化及目标提取和质心求取,Matlab代码.对初学者学习有用,Gray image binarization and target extraction and center of mass strike, Matlab code. Learn useful for beginners
caisetuxiangjibenchuli.rar
- 边缘检测 区域填充 种子算法 二值化 灰度化 边缘跟踪 伪彩色处理等图形图像基本算法处理一张彩色小鸟图,Edge detection algorithm for area filling seed binarization of gray-scale edge tracking pseudo-color graphic image processing algorithms deal with a basic color birdie map
bmp_24.rar
- 24位bmp图像读取处理,包括灰度处理(二值化),中值滤波处理。,Bmp image reader 24, including gray-scale processing (binarization), median filter processing.
IplimageProcessFunction.rar
- opencv中对图像进行灰度化,二值化,边缘检测等,以及一些标定,,opencv
qt
- 简单的图像处理软件,可实现灰度、二值化、RGB、反色、膨胀、腐蚀、锐化等。-Simple image processing software, can achieve grayscale, binary, RGB, anti-color, dilation, erosion, sharpening.
Demo_Program
- 数字图像处理比较完整的程序,包括图像二值化、灰度线性化、阈值变换、边缘检测、轮廓跟踪、图像细化-More complete digital image processing procedures, including image binarization, gray linear, threshold transform, edge detection, contour tracing, image thinning, etc.
ImageProcessing
- 一个图像处理的小程序,主要包括的功能有:求直方图,二值化,灰度均衡,骨架提取。另一个有用的功能是红细胞识别,即一副细胞图像中计算出红细胞个数。并附带测试图片。-a useful software in digital image processing....
tuxiangerzhihua
- 根据图像灰度级不一样,采用不同的方法将图像二值化处理,-According to different gray-scale images, using different methods of image binarization processing,
DigitalRecognitioncode
- 使用说明第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行
ImageProcess
- 彩色图像处理:1、底片效果,2、浮雕和雕刻效果,3、色彩变换:IHS变换以及图像灰度化,4、彩色图像二值化,5、灰度图像形态学处理:开闭运算,膨胀、腐蚀,6、正交变换:傅立叶变换及傅立叶反变换-Color Image Processing: 1, negative effect, 2, the effect of relief and sculpture, 3, color transform: IHS transform and the image of, 4, color images of
mydip
- 用vc++编程实现图像二值化,设定阈值为122即最大灰度的一半-Vc++ programming with image binarization, the threshold set for the 122 that is half the maximum gray
two_valuable
- 灰度图像二值化比较经典的算法,包括otsu方法和局部阈值法。-Gray image binarization more classic algorithms, including methods and local otsu threshold.
OTSU
- OTSU方法计算图像二值化的自适应阈值,算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。 -OTSU method of adaptive image binarization threshold, the algorithm of the input histogram analysis of gray image, the histogram is divided into two parts, making the maxim
matlab图像处理代码(采样量化灰度二值化)
- 资源包含利用matlab对图像进行采样、量化、灰度、二值化操作,采样间隔和量化级可选,不同的功能写成了不同的函数文件,通过调用函数文件进行图像处理