搜索资源列表

  1. tuxiangchulicankaodaima

    0下载:
  2. java图像识别模块代码,对图像的二值化等操作的源代码-java image recognition module code, the image binarization operation of the source code, etc.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:van
  1. Fingerprint

    1下载:
  2. 包括指纹图像的直方图、滤波、二值化、细化等一些流程,处理后的图像增强效果较明显!!! 具有通用性,也可以用在普通图像上,图像的某些区域增强效果明显。-Including the fingerprint image histogram, filtering, thresholding, thinning and some other processes, processed image enhancement effect more
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者: 自由色彩
  1. GrayToWhiteBlack

    0下载:
  2. C语言实现的OTSU方法,计算图像二值化的自适应阈值-C language implementation of the OTSU method in calculating the adaptive image binarization threshold
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:释然
  1. vbimageerzhua

    0下载:
  2. 用VB做的图像二值化的代码,希望能对大家有帮助-vb image test
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1461248
    • 提供者:lisonglinga
  1. chengxu

    0下载:
  2. 求光斑中心点坐标,对图像二值化。并且对其中心坐标求出-mean
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:
  1. erzhihua

    0下载:
  2. 在进行图像处理时,要对图像二值化时自适应选取合适的阈值。-During image processing, binary image to adaptive selection when the appropriate threshold.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:海二
  1. erzhi2

    0下载:
  2. 自己编写的图像二值化小程序,希望对你能有帮助,用labview编写的。-labview
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:张洋
  1. erzhihua

    0下载:
  2. 几篇不错的二值化文章,供大家一起学习。车牌图像二值化算法、多阈值动态二值化算法等。-Binarization several good articles for all to learn together. License plate image binarization algorithm, dynamic multi-threshold binarization algorithm.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:1910784
    • 提供者:
  1. depthofimagegenerati

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:214016
    • 提供者:zhangxinran
  1. xiaoerzhihua

    0下载:
  2. 单张图像二值化程序,将单张的彩色图像处理成二值化图像(Single image two value program)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:111616
    • 提供者:as195318
  1. 基于OPENCV人脸识别与追踪,灰度化,二值化

    0下载:
  2. 图像处理,基于OPENCV的人脸识别与追踪源码,灰度化,二值化(image processing code, using open source computer vision library)
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:17341440
    • 提供者:jackchen
  1. 基于matlab的阈值分割

    0下载:
  2. 基于matlab的图像二值化、阈值分割算法以及区域标记算法(Image two value, threshold segmentation)
  3. 所属分类:其他小程序

  1. OV7725_111

    0下载:
  2. 将OV7725图像二值化处理,YUV输出,灰度和二值化处理(The two value of the OV7725 image processing)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:12771328
    • 提供者:神奇的光
  1. 图像传感

    0下载:
  2. 利用stm32f4采集ov2640摄像头图像,将图像二值化处理后,得到黑白图像,再经过算法,识别出图像的形状,目前可以识别:正方形、三角形、圆形(Using stm32f4 to capture ov2640 camera image, the image two value processing, get black and white images, and then through the algorithm to identif
  3. 所属分类:微处理器(ARM/PowerPC等)

  1. BMW

    0下载:
  2. java实现图像二值化,eclipse开发环境,图片转成位图,再合成(Java realize two image value, eclipse development environment, the picture converted to bitmap, and then synthesized)
  3. 所属分类:移动互联网开发

    • 发布日期:2024-05-20
    • 文件大小:1336320
    • 提供者:guolicehng
  1. morphological

    0下载:
  2. 对创建的二值图像进行膨胀处理(matlab编程实现),膨胀会增长或粗化二值图像中的物体,我自己编写了一个用matlab编程实现二值化的例子(morphological,matlab,image processing,dilate)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:qkicen
  1. RowToBmp

    0下载:
  2. 图像二值化处理,c++实现,完整源代码,具体实现过程和注释详细,希望有帮助(achieved by my mates,after hard work in the classroom,hoping will be helpful to all of you.thank you)
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:18295808
    • 提供者:April_
  1. x1

    0下载:
  2. 提取图像的像素,找到图像的二值化阈值并进行二值化(Extract the pixel of the image, find the two value threshold of the image and make the two value)
  3. 所属分类:ASP/.NET编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:龙至尊
  1. opencv 基本全局阈值法--二值化

    0下载:
  2. 图像二值化代码,使用全局二值化算法实现,效果不错(binary transfer algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:733184
    • 提供者:天天田田
  1. Image2value

    0下载:
  2. 能够基本实现图像二值化处理,采用大津法进行阈值划分(probably realize image transform into two value image)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:8424448
    • 提供者:飞_
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org