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

搜索资源列表

  1. blindvc-image

    0下载:
  2. 盲水印 1.original image is 512*512 clormap.format of the image should be *.bmp. 2.watermark image is 64*64 binary image.format of the image should be *.bmp. 3.choose original image form menu \"open\" and add watermark from menu \"watermark\". 4.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24401
    • 提供者:卓灵儿
  1. 八值图像连通区域标记

    0下载:
  2. 八值图像连通区域标记,为每个连通区域分配一个唯一的标号,处理后的图像按照从左到右,从上到下的顺序获得连续的标号,Binary image connected region eight marks, for each connected region a unique label distribution deal with in accordance with the image from left to right, from top to bottom order of access to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:1948
    • 提供者:zhangjing
  1. vc++调用matlab函数混合编程实现二值图像的区域标记

    0下载:
  2. vc++调用matlab函数混合编程实现二值图像的区域标记。,vc++ call matlab function Matlab binary image of the regional markers.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:698659
    • 提供者:李占闯
  1. imagethining.rar

    0下载:
  2. 图像细化 (Image Thinning),一般指二值图像的骨架化(Image Skeletonization) 的一种操作运算。 一个图像的骨架由一些线和曲线(比较理想的是单像素宽度),骨架可以提供一个图像目标的尺寸和形状信息,因而在数字图像分析中具有重要的地位,图像细化(骨架化)是进行图像识别、线条类图像目标分析的重要手段。 本文将探讨骨架的一些性质,给出如何判断一个像素是否属于图像目标的骨架,最后将给出获得图像目标骨架的基本算法。,Image Thinning (Image T
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:92984
    • 提供者:魏建亮
  1. gujia

    1下载:
  2. 数字图像处理骨架提取,能将一个二值图像的骨架提取出来进行后续处理。骨架是一种非常重要的图像几何特征,在图像几何形态分析及相关领域具有非常广泛的应用,利用骨架表示原始图像,可以在保持图像重要拓扑特征的前提下,减少图像中的冗余信息。骨架既能压缩图像数据,保留区域的连通性和拓扑性,描述区域轮廓的几何特征,又能使原始图像完全或部分地从骨架中恢复或重构。-Skeleton extraction of digital image processing, to a binary image of the sk
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:72333
    • 提供者:hujiang
  1. traceprogrames

    0下载:
  2. track1.m是二值图像边界跟踪的主程序,boundary_trace.m是二值图像边界跟踪的调用程序,完成图像的边界跟踪。 track2.m是灰度图像边界跟踪的主程序,boundary_trace2.m是灰度图像边界跟踪的调用程序。-track1.m is a binary image of the main border track, boundary_trace.m is a binary image border call tracking procedure to track t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:22565
    • 提供者:付晓薇
  1. convert

    0下载:
  2. 将彩色图像转换成灰度图像的程序,也可以转换成二值图像。-Color images will be converted into gray-scale image of the procedure can also be converted into binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:4035022
    • 提供者:刘恒
  1. rice

    1下载:
  2. 基于图像识别的整精米自动检测 检测出图中的碎米,并在相应的米粒上打上标志。 对图像进行预处理,把米粒图像变成二值图像,根据区域内部像素的连通性,将不同的区域赋予不同的标记,计算出单个米粒所占的像素 -Based on Image Recognition milled rice automatically detect detect the broken map, and marked with the corresponding symbol on a grain of rice.
  3. 所属分类:Special Effects

    • 发布日期:2015-07-01
    • 文件大小:946
    • 提供者:熊泽
  1. binary

    1下载:
  2. 用labview实现图像的二值化,通过把图片转化为二维数组,通过和阈值比较把图像二值化-Achieved with labview binary image by the image into a two-dimensional array, and the threshold value by comparison to image binarization
  3. 所属分类:Special Effects

    • 发布日期:2015-10-28
    • 文件大小:17748
    • 提供者:zhang
  1. morph

    0下载:
  2. 对图像进行二值化后,利用自己设计的膨胀和腐蚀算法对二值图像进行相应的操作-The binary image, the use of dilation and erosion of their own design algorithm corresponding binary image operations
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:47573
    • 提供者:xujiangle
  1. image

    0下载:
  2. 本代码利用matlab实现了图形的一些简单变换,包括灰度化,二值化等-The code is implemented using matlab graphics simple transformation, including grayscale, binary, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:723
    • 提供者:天水
  1. Binary-image-processing

    0下载:
  2. 图像的二值化处理,很不错的!用二值化处理,很准确!-Binary image processing, very good! With binarization, very accurate!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2004707
    • 提供者:黄彪
  1. binary-image-information-hiding

    0下载:
  2. 普通二值图像中的信息隐藏及秘密信息的提取。从图像中选取固定的位置来隐藏要嵌入的秘密信息。隐藏效果不太好~-Ordinary binary image information hiding and extraction of secret information. Selected from a fixed location in the image to hide secret information to be embedded. Hide the effect is not very goo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:8383
    • 提供者:kayak
  1. Binary-image

    0下载:
  2. 此程序功能是对图像进行分析并将图像二值化!-This program function is to do image analysis and binary image!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:13179
    • 提供者:高伟
  1. BINARY-IMAGE-RESTORATION

    0下载:
  2. FINDING THE GLOBAL MINIMUM FOR BINARY IMAGE RESTORATION
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:572416
    • 提供者:Bella
  1. Edge-of-the-binary-image-tracking

    1下载:
  2. CVI二值图像的边缘追踪,用于简单的追踪二值图像的边缘。-Edge of the binary image tracking
  3. 所属分类:Special Effects

    • 发布日期:2014-12-28
    • 文件大小:7168
    • 提供者:冯曦
  1. For-binary-image-tag

    0下载:
  2. 这里列举二值图像连通域标记算法包括直接扫描标记算法和二值图像连通域标记快速算法-Here are binary image connected domain algorithm including direct scanning marking algorithm and binary image connected domain tags fast algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:7593
    • 提供者:王天
  1. Binary-Image

    0下载:
  2. 将一幅灰度图像转换成二值化图像,并通过MFC界面显示出来。-the function is to make a gray image to binary image.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:43768
    • 提供者:陈俊
  1. binary-image-processing

    0下载:
  2. 二值图像处理运算是从数学形态学下的集合论方法发展起来的,尽管它的基本运算很简单,但是却可以产生复杂的效果。常用的二值图像处理操作有许多方法,如腐蚀、膨胀、细化、开运算和闭运算等等。本文对这些内容作些研究探讨, 希望对爱好图像处理的朋友有所帮助。-Binary image processing algorithms are developed set theory in mathematical morphology. Although its basic operation is simple
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:35095
    • 提供者:张兆龙
  1. Binary-Image-and-Image-Translation

    3下载:
  2. 利用“二值图像与原图像做点乘,得到子图像”的原理.,编写M程序,构造特殊的二值图像,最终得到需要的子图像。 编写M程序,实现图像的平移,要求两个平移量TX、TY可取正负值 。 -By using the principle of multiplying the binary image and the original image to get the sub-image, the M program is programmed to construct a special bina
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1155389
    • 提供者:carrie
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com