CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - 方法

搜索资源列表

  1. C1PROJ2001-3

    0下载:
  2. 而對於一個影像處理應用軟體來說,如果在使用者想執行一項功能時,還必須先調整一下二元化的閥值的話,未免也太不人性化了。所以如何自動選擇二元化閥值也就成為影像處理過程中很重要的一環,也是影像分割中最重要的方法之一-for an image processing application software instance, if the user wants to implement a function, but also must be adjusted to the binary thresho
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.57mb
    • 提供者:韓小宇
  1. dsdsin

    0下载:
  2. 彩色图像的数值拟合分析方法。计算简单速度快。优点多多。-color image analysis of the numerical fitting method. Simple calculation speed. Manifold benefits.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.97kb
    • 提供者:丁峰
  1. exportDllNestPolygon

    2下载:
  2. 本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。-the dll file to achieve a point, line, line, polygon category, completed the polygons of some commonly used methods : for the area to determine whether it is simple polygon, a
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:95.2kb
    • 提供者:童彬
  1. 行程编码

    0下载:
  2. 利用行程编码方法, 对已分割出来的目标进行连通性分析 // 结果保存在全局变量 allrle // 返回值为行程个数-itinerary using coding method, the division has been the target connectivity analysis / / results stored in global variables allrle / / return trip to Number
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:郭武
  1. Dshow播放过程中实现抓图的方法

    0下载:
  2. Dshow播放过程中实现抓图的方法 vc开发环境-Dshow player screen in the process of realization of the development environment vc
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:17.05kb
    • 提供者:陈科
  1. 03 VC图像分割与边缘检测源代码

    5下载:
  2. 03 VC图像分割与边缘检测源代码,用不同方法实现图像分割-03 VC image segmentation and Edge Detection source code, using different methods of image segmentation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:199.36kb
    • 提供者:glg
  1. 06 VC数学形态学及其应用源代码

    1下载:
  2. 06 VC数学形态学及其应用源代码,细化,膨胀,腐蚀等形态学方法应用代码-06 VC mathematical morphology and application source code, refinement, expansion and corrosion morphology application code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:372.26kb
    • 提供者:glg
  1. 一种二值水印嵌入的方法

    0下载:
  2. 一种二值水印嵌入的方法,个人编写的,里面还有ppt,及Arnold置乱算法-a watermark embedded value method, personal preparation, there is also ppt, and Arnold Scrambling Algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:90.18kb
    • 提供者:glg
  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:真实
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.08kb
    • 提供者:小倪
  1. 边缘密度、信噪比、重复模式的计算

    0下载:
  2. 该类集成了图像的边缘密度,以及重复计算分析等前期处理方法,为图像后续处理做了很好的铺垫-such integration on the verge of image density and the calculated analysis of pre-processing methods, for image-processing done a very good bedding
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5.76kb
    • 提供者:宋成军
  1. Mumford

    0下载:
  2. 采用水平集(level set)方法和mumford-shah图像分割模型的图像分割matlab源代码。-horizontal Collection (level set) methods and Mumford - shah Segmentation Model Image segmentation Matlab source code.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:55.39kb
    • 提供者:屈磊
  1. MapGen

    0下载:
  2. 一个可以编辑并生成地图的程序,解压缩,在vc++6.0下运行,编辑地图方法简单明了-one can edit and generate maps procedures, decompress, vc running under 6.0, Map Editor straightforward method
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:89.73kb
    • 提供者:冉磊
  1. eezw

    0下载:
  2. EZW作为小波变换的一种方法,是比较适用的,不仿试一试看,如何?-EZW as a wavelet transform method is applicable, not imitation try to see how
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.69kb
    • 提供者:张样
  1. bmp_to_JEPG-upload

    0下载:
  2. 一个将bmp转化为JPEG的源代码。很实用,操作方法见文本文件。-a JPEG into the source code. Very useful, method of operation, see a text file.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:16.77kb
    • 提供者:吴琼玉
  1. curveevlhjf

    0下载:
  2. 几何偏微分方程方法应用于曲线演化的一个小程序,这里是一个matlab的源程序,不是十分复杂,显示了一个哑铃形状的曲线演化的过程-geometric partial differential equations method has been applied to the evolution of the curve of a small program here is a source of Matlab, is not very complex, and shows a dumbbell-sh
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:贺静芳
  1. plotline控件的使用方法(实例)

    1下载:
  2. 具体介绍了免费空间plotline的使用方法,供相关人员参考。
  3. 所属分类:2D图形编程

  1. 三种方法实现小车与月亮动画效果

    0下载:
  2. 动画实现用C语言编程,可以有三种程序设计方法,分别为: 1.用重画技术设计动画程序 2.用多图形页设计动画程序 3.用图像函数设计动画程序 本程序用C语言(TC)实现了三种画法,分别为Car1,Car2,Car3.对应以上三种实现方法。
  3. 所属分类:2D图形编程

  1. 调用VISIONPRO方法

    19下载:
  2. 使用labview调用visionpro方法,toolblock调用编程
  3. 所属分类:2D图形编程

  1. 图像边缘检测多方法对比matlab程序

    0下载:
  2. 使用prewitt、log、canny方法检测边缘,显示图像边缘并可看出不同检测方法的效果
  3. 所属分类:2D图形编程

    • 发布日期:2020-04-09
    • 文件大小:658byte
    • 提供者:msvhgt@163.com
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com