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

搜索资源列表

  1. Canny边缘检测

    2下载:
  2. 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:167933
    • 提供者:冯健
  1. polygon_fill

    0下载:
  2. 是图形学中扫描填充的算法,得到任意多边行的填充。并可设置扫描的间距以达到最佳效果。-is filled with graphics scanning algorithm to be arbitrary multilateral filled trip. Scanning can set the spacing to achieve optimal results.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4063
    • 提供者:诺诺
  1. FasteffectiveDCT

    0下载:
  2. DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applicatio
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10278
    • 提供者:javenliu
  1. arithmetic.encoding

    0下载:
  2. 算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 4.以函数的形式给出,易于调用和移值实现 5.显示界面人机交互较出色 -arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning de
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:999
    • 提供者:方周
  1. ImagesmoothingContrastEnhancement

    0下载:
  2. 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果 中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray area
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1264
    • 提供者:xuhua
  1. 1

    0下载:
  2. 了解了24位BMP图像的相关结构后,就要对24位的BMP图像进行加密,因为BMP 图像是由像素组成,每个像素有三个字节,每个字节有8个二进制位组成,因此,改变最低位将不会影响图像的视觉效果。我们将最低位提取出来与高七位进行关联,利用密钥来进行加密,这样就达到了对文件进行嵌入水印的操作。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2443
    • 提供者:吴丹
  1. pcalda

    0下载:
  2. 人脸识别的源代码 经典的pca和lda人脸识别 实现的成功率有待改进 好的可以达到70 -Face recognition source code for pca and lda classic face recognition could be improved to achieve a good success rate can reach 70
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:2381
    • 提供者:
  1. mfc

    0下载:
  2. 在窗口中显示出26个英文字母,从左向右字母依次位置提高10个像素单位,并且颜色变为红色,然后回到正常位置。当达到最右端后改变方向,从右向左逐渐变为红色,并且位置依次提高10个像素单位。 -In the window shows the 26 English letters, the letters from left to right, followed by location of units increased by 10 pixels, and the color turns red,
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:6196
    • 提供者:王博
  1. Lpcc

    0下载:
  2. 基于matlab上的指纹识别配合ccs接口同时以对应的硬件为平台使ccs和matlab互联达到ccs2.21负责硬件数据获取matlab作为硬件处理的过程-Based on the fingerprint matlab ccs interfaces both with the corresponding hardware platform to interconnect to ccs2.21 ccs, and matlab for data acquisition hardware, as ha
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:1319
    • 提供者:赵育森
  1. otsu2th

    0下载:
  2. 两个阈值的基于otsu的图像分割方法,使总方差达到最大-image segmentation using Otsu with two thresholds
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:6205
    • 提供者:冰释
  1. hough_trans

    0下载:
  2. 通过霍夫变换,实现延直线上信号的积累,达到提高信噪比的目地,以利于检测。-By Hough transform, the accumulation of signals in the certain straight line, to improve the SNR of the signal.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:773
    • 提供者:peterping
  1. animation

    0下载:
  2. 用c语言实现艺术清屏。问题的提出:我们在编制程序时,经常要用到清屏处理,如dos下的cls,Turbo C下的clrscr()等都具有清屏功能,但这些均为一般意义的清屏, 并未显示其清屏规律.而有时为了达到清屏的艺术美观,往往对清屏有一些具体要求,如:开幕清屏 闭幕清屏 上清屏 下清屏 中清屏.为此,这里 用C语言编制了几个子函数,用于程序中时,既可达到清屏的目的,有能增加屏幕的艺术美观.-C language arts clear screen. Of the problem: in
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:1024
    • 提供者:qigb
  1. Sub Pixel Detection

    2下载:
  2. 使用空间矩算法实现图像亚像素边缘检测,程序精度能达到0.1个像素级别-Spatial moment algorithm to image sub-pixel edge detection
  3. 所属分类:2D图形编程

    • 发布日期:2013-06-20
    • 文件大小:5637332
    • 提供者:张文寅
  1. Lloyd_Max_Quantizer

    2下载:
  2. 最优化的量化等级,让图像的信噪比达到最高-Optimization of the quantization level
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-28
    • 文件大小:593
    • 提供者:王易成
  1. PictureCartoon

    0下载:
  2. 实现背景图案的动画效果,使用代码绘制一种图案,从而达到动画背景的效果-Animation background pattern, use the code to draw a pattern, so as to achieve the effect of animated backgrounds
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:2246667
    • 提供者:霍姣
  1. image-matching

    0下载:
  2. image matching,主要用于两张图形之间的图像匹配,能够达到较好的精度。-image matching
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-26
    • 文件大小:246638
    • 提供者:周亚军
  1. protect

    0下载:
  2. 计算机屏保程序,主要实现的当计算机待机达到一定时间时,会绘制不同图形-Computer screen saver, the main achievement of standby when the computer reaches a certain time, it will draw different graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:1437
    • 提供者:dyl
  1. bilatering_filtering

    0下载:
  2. 结合图像的空间邻近度和像素值相似度的一种折衷处理,同时考虑空域信息和灰度相似性,达到保边去噪的目的,并且给出运行的图像的示例-Use balitering filtering to remove the the noise and protect the edge of it, in addition, we give an example done
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:2736088
    • 提供者:宋吉祥
  1. SubpixelEdgeTest

    0下载:
  2. 本程序在Matlab环境下完成,用于边缘的亚像素定位,精度达到0.1-0.2个像素,内含源代码及说明-This program completed in the Matlab environment. It is used for sub-pixel edge positioning and the accuracy of the method is 0.1-0.2 pixels. Including the source code and descr iption.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:411941
    • 提供者:张鑫
  1. CSharpdeal-with--picture

    0下载:
  2. 用C#图像对图像进行处理,以期达到预期效果。增加美的享受-With C# image processing on the image in order to achieve the desired effect. Increase the enjoyment of beauty
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:504236
    • 提供者:wangyouquan
« 12 »
搜珍网 www.dssz.com