CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 二值化 matlab

搜索资源列表

  1. Thepicturemutuallyreduce[matlab]

    1下载:
  2. 用于去除背景,得到原图与背景相减的图像并二值化
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:820
    • 提供者:曾汉霖
  1. MATLAB图像处理源程序

    3下载:
  2. 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
  3. 所属分类:matlab例程

    • 发布日期:2009-01-02
    • 文件大小:87980
    • 提供者:wilsonwong
  1. jpgtobinary jpg图像进行二值化转化

    1下载:
  2. 可选择一幅jpg图像,进行二值化转化。其中包括用PCNN方法和用matlab自带命令两种方法,可进行比较实验-Choose a jpg image, binarization transformation. Including the use of PCNN methods and comes with the matlab command two methods can be compared to experimental
  3. 所属分类:matlab例程

    • 发布日期:2013-11-25
    • 文件大小:1115
    • 提供者:caocao
  1. binary

    0下载:
  2. 这是一个在matlab中实现灰度图像二值化的小程序-This is a gray image is implemented in the matlab binary applet
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3053
    • 提供者:周传斌
  1. MATLAB

    1下载:
  2. 车牌定位,用MATLAB编写的代码,用于车牌号码的二值化等,便于车牌的识别。-License plate location, using MATLAB code written for the license plate numbers of two values and so easy to license plate recognition.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:158703
    • 提供者:静怡
  1. fringe_processing

    1下载:
  2. 对采集到的干涉条纹进行中值滤波、二值化、条纹细化计算条纹间距的程序-Of the interference fringes collected for median filtering, binarization, thinning stripes stripe spacing calculation procedures
  3. 所属分类:matlab

    • 发布日期:2016-10-04
    • 文件大小:744
    • 提供者:肖明珠
  1. matlab

    0下载:
  2. matlab图像处理的一个实例,二值化,灰度图均衡化,滤波,提取边缘。自己毕业设计的一点心得和大家一起分享。-matlab image processing of an example of binary, grayscale equalization, filtering, edge extraction. Design their own school experiences and that we share.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3637413
    • 提供者:furan
  1. fftfir

    0下载:
  2. 加带通滤波器的FFT开源代码,附带批处理程序-FFT band-pass filter plus open-source code, with a batch process
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:705
    • 提供者:sc
  1. CarPlateRecognition

    1下载:
  2. 利用神经网络进行车牌识别,图像先进行二值化,通过多次学习从而建立满足一定要求的识别网络。-License Plate Recognition using neural networks, the binary image before, through multiple learning to recognize the establishment of the network meet certain requirements.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2284980
    • 提供者:
  1. fenge

    0下载:
  2. 文字切割,可用于车牌识别提取 二值化图像后处理 效果还行 可是-for image recognition, face recognition and iris recognition, is a rare procedur
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:11030
    • 提供者:何文翔
  1. 89437157bc4e

    0下载:
  2. 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:27248
    • 提供者:Kelly
  1. 20101201

    0下载:
  2. 首先从视频中提取100张图片,用其中五十张图片根据平均值法获得背景图片,然后做差,二值化,提取目标。-First, extracting 100 images from the video ,using fifty pictures to obtain the background image with the method of average. Then frame difference, binary, extracting the target.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:774
    • 提供者:李明
  1. imageprocessing

    0下载:
  2. 对车辆图像进行一系列处理,有灰度变换,对比度增强,二值化,最后计算车辆实际高度-A series of image processing the vehicle, a gray-scale transformation, contrast enhancement, binarization, and finally calculate the actual height of the vehicle
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:633
    • 提供者:张兆伟
  1. 基于matlab 数字图像处理

    0下载:
  2. 利用matlab 对图形进行腐蚀,膨胀,翻转,二值化等,对图形进行处理
  3. 所属分类:matlab例程

  1. 文字识别MATLAB程序思路

    0下载:
  2. 简单的文字识别,用于图像文字处理的预处理包括二值化、膨胀腐蚀、分割算法等。(Simple text recognition, image processing for the text of the pretreatment, including two values, expansion corrosion, segmentation algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:10240
    • 提供者:Jances
  1. MATLAB答题卡识别(GUI,论文)

    4下载:
  2. MATLAB答题卡识别(GUI,论文) 本课题为基于MATLAB的不变矩答题卡识别。可识别学号,学科,答案,并进行分数统计,以及判断是否及格。后台可设置标准excel答案。经过灰度变换形成灰度图像、二值化处理、图像滤波、边缘检测、hough变换等预处理。带GUI交互式界面。(Matlab answer card recognition (GUI, paper) This topic is based on MATLAB moment invariant answer card recogni
  3. 所属分类:matlab例程

    • 发布日期:2020-09-14
    • 文件大小:4011008
    • 提供者:for Matlab
  1. MATLAB缺陷检测系统

    4下载:
  2. MATLAB缺陷检测系统 该课题为基于形态学的缺陷检测,素材采用的是光伏板缺陷。通过灰度,二值化,边缘检测,形态学,开闭运算,去除小面积干扰等方法,判断出缺陷所在,定位,并且框出,且计算出各个块面积。配有一个人机交互界面,把缺陷个数,面积等分别显示到GUI界面上。(Matlab defect detection system This topic is based on the morphological defect detection, the material is photovolt
  3. 所属分类:matlab例程

    • 发布日期:2020-12-03
    • 文件大小:669696
    • 提供者:for Matlab
  1. 基于MATLAB的瑕疵检测系统

    1下载:
  2. 基于MATLAB的工业瑕疵缺陷检测,采用工业板图像作为素材。利用灰度化,二值化,边缘提取,形态学运算等方法,检测并标出出瑕疵所在位置,计算出各个块面积。设计了一个UI界面,显示瑕疵个数和面积等参数。(Industrial defect detection based on MATLAB, using industrial plate image as material. Using gray, binarization, edge extraction, morphological operat
  3. 所属分类:matlab例程

    • 发布日期:2021-02-18
    • 文件大小:663552
    • 提供者:hahahahha23324
  1. MATLAB指纹识别[GUI界面,报警,门禁系统]

    2下载:
  2. 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on
  3. 所属分类:matlab例程

    • 发布日期:2021-01-05
    • 文件大小:3682304
    • 提供者:可乐一生
  1. MATLAB数字表盘识别[GUI界面,界面丰富]

    2下载:
  2. 该课题为MATLAB数字仪表图像识别系统。可以识别万用表,压力表,电表,手表等的数字识别,包括小数点。带有一个GUI界面,流程为:灰度,二值化,定位,连通闭环,分割出数字区域,开闭运算,去除小面积,细化,精准定位,分割,识别。(This project is a digital instrument image recognition system based on MATLAB. Can identify multimeter, pressure gauge, electricity mete
  3. 所属分类:matlab例程

    • 发布日期:2021-02-09
    • 文件大小:3565568
    • 提供者:可乐一生
« 12 3 4 »
搜珍网 www.dssz.com