CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - hard code

搜索资源列表

  1. DCT_IDCT

    0下载:
  2. to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now compare our special 8X8 functi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:hujik
  1. VieWorksImg

    0下载:
  2. 使用Matlab编程,从VieWorks保存的图像中,提取处理前和处理后的医学影像。 显示提取的图像,并使用Raw格式保存的硬盘上。 当前代码支持的是VieWorks 14x17的影像,大小是2560x3072-Using the Matlab programming, from VieWorks saved images, extract pre-and post-processing of medical images. Shows the extracted image, and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.09kb
    • 提供者:金颂扬
  1. BGFG_CODEBOOK

    1下载:
  2. 基于码书的运动目标检测是和混合高斯模型(MoG,GMM)类似的而简单有效的背景剪除方法,附件是VC++6.0编写的基于码书的运动目标检测,可直接读取摄像头,也可改为读取硬盘视频文件,需安装Opencv1.1-Codebook-based moving target detection and Gaussian mixture model (MoG, GMM) and a similar cut off the background simple and effective method of a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.61mb
    • 提供者:梁浩
  1. Radarsat2

    3下载:
  2. 将Radarsat2极化SAR图像数据转换为散射矩阵及相干矩阵T3的matlab代码,附上的图像文件是用Enviview软件截取转存的各通道实部虚部文件,以及lutsigma.xml查找表文件.作者辛苦所做,希望对SAR初学者有所帮助.-Will Radarsat2 polarization SAR image data is converted to T3 scattering matrix and the coherent matrix of matlab code, the attache
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:3.95mb
    • 提供者:haofeng
  1. FinalData-v2.01

    0下载:
  2. 恢复硬盘最后数据的时间代码,找回源数据文件的内容-To restore the hard disk the last time code data, retrieve the contents of the source data files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.39mb
    • 提供者:yanghang
  1. PicturesMatchTemplate

    1下载:
  2. 快速的图像模板匹配代码,很辛苦找到的,属于Opencv的,共享给大家了-Fast image template matching code, it is hard to find, and belong to the Opencv, share to everyone the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10.13kb
    • 提供者:刘飞拓
  1. zhifangtu

    0下载:
  2. 直方图是多种空间域处理技术的基础。直方图操作能有效地用于图像增强。这个代码是我根据课本写的,整理了一下教案,教案里有详细原理和实验里有详细步骤。辛苦了好长时间的东西啊,没功劳也有苦劳啊!-Histograms are a variety of spatial domain processing technology foundation. Histogram operation can be effectively applied to image enhancement. This code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:167.68kb
    • 提供者:刘涛
  1. yuzhiquzao

    0下载:
  2. 提供软硬阈值去噪代码以及一种新的阈值函数去噪代码-The provision of hard and soft threshold denoising code and a new de-noising threshold function code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:172.94kb
    • 提供者:史庭君
  1. xinyuzhihanshu

    0下载:
  2. 提供软硬阈值去噪代码以及一种新的阈值函数去噪代码-The provision of hard and soft threshold denoising code and a new de-noising threshold function code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:172.97kb
    • 提供者:史庭君
  1. showjpeg

    0下载:
  2. VC++6.0下显示JPEG图像,貌似不是太难啊,不过在论坛上见到不少朋友询问如何实现,今天无意发现这个程序,正好实现这么一个功能,源代码比较多.-VC++6.0 under the display JPEG images, seemingly not too hard, ah, but in the forum to see how many of my friends asked, stumbled on this program today, just to achieve such a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:222.14kb
    • 提供者:
  1. Image-Warping

    0下载:
  2. C#实现的基于线性插补和双缓冲面板的图像映射算法-Image warping is a very common technique used by people who work on image caricaturization or cartoonization. However, it is very hard to find the idea implemented on the Internet. Using some code from Christian Graus great
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:905.99kb
    • 提供者:小小
  1. CXImage

    0下载:
  2. CxImage类的使用说明,包括常用函数说明及函数用例。是阅读源码的用力帮组。-CxImage class instructions, descr iption of commonly used functions and function use cases. Is hard to read the source code to help group.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:18.51kb
    • 提供者:lijiang
  1. kmeanspp

    0下载:
  2. matlab实现的K值聚类算法,通过此算法来实现对算法的优化。-Matlab toolbox source code, it is hard to find, I hope to help everyone to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:32.67kb
    • 提供者:吴小宁
  1. chuizhibianyuanjiance

    0下载:
  2. 垂直边缘检测的相关算法,源代码实现。辛勤劳动,请尊重劳动。-Vertical edge detection algorithms, source code to achieve. Hard work, respect for labor.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:358.47kb
    • 提供者:ren
  1. JPEG-EncodeaDecode

    0下载:
  2. 按如下说明使用此代码: 1.将BC45.rar解压到D:2.将JPEGCode解压到D:3.解压1.Src(自己整理的).rar到D:\JPEGCode目录下 4.运行批处理Build 5.cd src 6.编译生成可执行程序(make) 7.测试代码(make test) 8.清除编译过程文件,包括可执行程序(make clean) 9.体会原版配置编译过程 a)删除3.解压目录 b)解压2.Src(原版).rar到D:\JPEGCode目录下 c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.13mb
    • 提供者:lsccls
  1. bound2eight

    0下载:
  2. matlab 部分源代码,仅供学习参考,建议好好学习-the matlab part of the source code, reference only to learn, it is recommended to study hard
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:4.31kb
    • 提供者:zhaojianpo
  1. hardfazhi

    1下载:
  2. 基于小波变换的硬阈值去噪算法的MATLAB代码 非常有效-Hard threshold wavelet denoising algorithm based on the MATLAB code is very effective
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-01
    • 文件大小:951byte
    • 提供者:周林勇
  1. Histogram_Matching

    1下载:
  2. 这是笔者做实验的源码,辛辛苦写了一个月。在现在直方图匹配算法的基础上修改实现分段直方图去云,该算法目前可以正常运行,效果虽然不是很好,但是,算法考虑了很多的因素。如:考虑了遥感影像四个波段的波谱曲线的特征、考虑了地物的典型波谱曲线,考虑了地物的信息代表性等,所以实验对相关研究具有重要的参考意义。-This is the author experiment source code, Cincinnati hard to write for a month. In the present histo
  3. 所属分类:Special Effects

    • 发布日期:2014-06-07
    • 文件大小:133kb
    • 提供者:
  1. phasecong2

    0下载:
  2. 相位一致性的代码,是我辛苦从谷歌上下载的,对研究相位一致性的科研人员非常有用,目前此方面唯一的代码-Phase consistency of code, it is hard I downloaded Google, is very useful to study phase consistency of scientific research personnel, at present this respect only code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7.75kb
    • 提供者:端俊漠琳
  1. HDD

    0下载:
  2. 一個調用dll產生的硬盘序列号实现对VFP软件注册的代碼.-A call dll generated hard drive serial number to the the VFP software registration code.
  3. 所属分类:Special Effects

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