CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - binary to grayscale image

搜索资源列表

  1. 车牌定位

    2下载:
  2. 车牌定位系统是进行车牌自动识别的重要一部分能正确的获得整个图象的车牌部分 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j= Pi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1497227
    • 提供者:潘文
  1. kittlerMet方法图像二值化

    1下载:
  2. kittlerMet方法图像二值化,把RGB,灰度图,索引图等转化为二值图,method of image binarization kittlerMet to RGB, grayscale, index, maps, etc. into a binary image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:996
    • 提供者:lina
  1. juliTransform

    0下载:
  2. 距离变换算法距很好的将二值图像变换为灰度图,为后续用分水岭算法做准备-From a good distance transform algorithm will transform grayscale binary image, watershed algorithm is used to prepare the follow-up
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:216124
    • 提供者:直线
  1. Morphologic

    0下载:
  2. 二值图像形态滤波和灰度图像形态滤波操作的Matlab实现。-Binary image morphological filter and grayscale images Matlab morphological filtering operations to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:80708
    • 提供者:Anna
  1. Licensenumber

    0下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2739336
    • 提供者:曹晓峰
  1. filtfill

    0下载:
  2. 输入为灰度图,输出为二值图。函数功能是通过ostu找到阈值后,根据一定策略来滤除孤立点,加强密集点。-Grayscale input, output for the binary image. Function ostu found through the threshold, in accordance with a certain strategy to filter out isolated points, to strengthen the point-intensive.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:592
    • 提供者:邓义平
  1. showdib

    0下载:
  2. 用VC++6.0实现对图像的灰度,二值运算、图像增强等功能-VC++6.0 to achieve with the image of the grayscale, binary operation, image enhancement functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3747866
    • 提供者:朱卫贤
  1. Unit1

    0下载:
  2. 对图像进行预处理,主要包括灰度化,二值化,和滤波去噪声。-The image preprocessing, mainly including grayscale optimization, binary, and filter to noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2257
    • 提供者:yuli xiao
  1. picture-processing

    0下载:
  2. 本代码主要是对一幅灰度图像rice.jpg进行一些处理,消除rice.jpg图像中的亮度不一致的背景,并使用阀值分割将修改后的图像转换为二值图像,使用轮廓检测返回图像中目标对象的个数以及统计属性。 -This code is a major grayscale rice.jpg some processing, the brightness of the image to eliminate inconsistencies rice.jpg the background, and use t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:4221
    • 提供者:高东旭
  1. DIBDisplay

    0下载:
  2. 真彩色图像预处理,能够实现一般彩色图像灰度化、二值化以及增强、去噪等-True color image preprocessing, to achieve the general color image grayscale, binary, and enhancement, denoising, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2454154
    • 提供者:罗良毅
  1. Gray2WhiteBlack

    0下载:
  2. 灰度图转二值图在图像处理中是常用到的方法.原理也很简单,设置0-255中的一个值为门限值,像素大于等于门限的就是白的,否则就是黑的.关键是怎样选取这个门限值.本子程序就是解决这个问题的. -Grayscale binary image transfer is commonly used in image processing to the method principle is very simple, set a value of 0-255 in the threshold, the thr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1147
    • 提供者:xuxiangxing
  1. chap11

    0下载:
  2. 基于神经网络的文字识别系统,关键技术:灰度化,二值化、图像缩放、细化、平滑等,最后还用了神经网络对提取到的数字信息进行分析判断。-Neural network based character recognition system, key technologies: grayscale, binary, image scaling, thinning, smoothing, and finally extracted with a neural network to analyze digita
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3868962
    • 提供者:钱妍
  1. dibapp

    0下载:
  2. 数字图像处理常用算法实现程序,包括:二值化,灰度图,边缘检出,聚类,色彩空间变换等。-Commonly used in digital image processing algorithms to achieve the program, including: binary, grayscale, edge detection, clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:1977430
    • 提供者:shinka
  1. VCsrc

    0下载:
  2. 本论文对指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。-The paper fingerprint image processing based on wavelet transform analysis summary. Image processing, inclu
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:1137069
    • 提供者:徐峰
  1. LungSeg

    1下载:
  2. 肺部CT图片分割提取出肺实质:迭代法获取灰度阈值;二值化图像;分区使用纯M语言编写,各个环节都是自己编程解决,没有用Matlab内置的函数,方便改成其他语言代码。-Lung CT image segmentation to extract the lung parenchyma: iterative methods for grayscale threshold binary image partition using pure M language, are all aspects
  3. 所属分类:Special Effects

    • 发布日期:2016-03-15
    • 文件大小:304128
    • 提供者:lib
  1. ImageReader

    1下载:
  2. 1. 利用二进制流读取Bitmap位图文件; 2. 把读取彩色图像转换成灰度图像; 3. 提取并且显示彩色图像各个色彩通道;-1. Using the binary stream to read Bitmap bitmap file 2. To read the color image is converted into grayscale images 3. Extracting and displaying a color image of each color channel
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:2017
    • 提供者:yuchen
  1. li9_18_1

    0下载:
  2. 通过灰度和二值化图像后,计算不规则图形的面积-By the grayscale and binary image, to calculate the area of ​ ​ irregular shapes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:551
    • 提供者:tony
  1. Threshold

    0下载:
  2. 这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。-This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19141300
    • 提供者:赵鹤
  1. Erosion

    0下载:
  2. Morphology: Erosion - Erosion is one of two fundamental operations (the other being dilation) in morphological image processing which all other morphological operations are based. It was originally defined for binary images, later being extended to g
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8385
    • 提供者:Gwena
  1. DigitalImageProcess

    0下载:
  2. DFT.m:计算一幅图像的DFT,并在屏幕上显示频谱图,将频谱原点移到图像中间。 zhifangtu.m:用直方图均衡算法对一幅图像进行增强。 fenge.m:设计一种算法自动从灰度图像上求得全局分割阈值,将一幅图像中的目标和背景分隔开,使这幅图像的目标和背景有着不同的平均灰度。 gongshengjuzhen.m:求出一幅图像的像素和有下一个像素的共生矩阵。 OpenAndClose.m:实现二值形态学的膨胀、腐蚀、开操作、闭操作。-DFT.m: Calculates the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3272
    • 提供者:王维佳
« 1 2 3 45 »
搜珍网 www.dssz.com