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

搜索资源列表

  1. Euler(matlab)_CanTestWithImage

    0下载:
  2. 计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。-calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with pictures can be tested.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:14783
    • 提供者:whq
  1. dwh_source

    0下载:
  2. 贝叶斯变换应用于图像方面的函数代码,matlab平台,已经测试调试完毕-Bayesian Image Transform applied to the function code, Matlab platforms, has completed testing Debugging
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17117
    • 提供者:tuoge
  1. HUCentralMoment.rar

    0下载:
  2. HU不变矩程序代码很多,但是没找到一个完整准确的代码。本人对其中的某些代码修正后,和matlab计算结果进行比较,结果是一致的。本程序没有利用Opencv计算Hu矩的函数,好像opencv计算的M03和M30应该对调,否则,和matlab计算不一样!对旋转、缩放的图像进行测试,HU矩也是一样的,不信可以利用提供的图片对比一下。由于HU矩比较小,程序对HU矩取对数便于查看比较。总之,程序绝对安全可靠,可直接调用。,HU moment invariants code a lot, but could
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1811920
    • 提供者:刘丽娟
  1. Image-Fusion-Performance

    0下载:
  2. 这个matlab代码,用于测试图像融合函数的算法性能。输入两幅原始图像和融合以后的图像,函数将评价出该算法的性能。-The matlab code, for testing image fusion algorithm function. Input the original image and the integration of two subsequent images, the function will evaluate the performance of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1263
    • 提供者:小单
  1. LevenbergMarquardtalgorithmMATlABcodewithtrustregi

    0下载:
  2. 这是一个实现Levenberg-Marquardt算法的MATlAB代码,总共4个文件f.m产生目标评价函数,l_m_trust.m是进行L_M算法迭代处理,trtestlm.m是采用置信域方法决定更新参数和置信系数,而测试函数入口时test_lm.m,每个函数里面有详细的中文注释,希望能给你的工作带来帮助!-This is an implementation of Levenberg-Marquardt algorithm MATlAB code, generated a total of f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4469
    • 提供者:秦论剑
  1. hough_lines

    0下载:
  2. vs下C++编程的霍夫直线检测代码,使用openCV新的C++接口函数。包含测试图片,已编译,直接点击运行按钮运行出结果。-Vs C++ programming under hough line detection code, the use of openCV new C++ interface function. Contains test images, compiled, click the run button running out the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8747645
    • 提供者:lee
  1. sift_test

    0下载:
  2. sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数-sift image processing as a test of the code, he wrote with C++ uses some of the opencv function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1444281
    • 提供者:yang wei
  1. Solution1

    0下载:
  2. 高频强调滤波和灰度变换进行图像增强: 1. main.m 主程序 2. paddedsize.m 对图像进行补充,以便形成的方形大小等于最小接近的2的整数次幂。 3. dftfilt.m 输入图像f和一个滤波器函数,返回经过滤波和剪切后的图像g。 4. dftuv.m 提供频域坐标网格。 5. lpfilter.m 几种常用的低通滤波器。 6. hpfilter.m 实现高通滤波。 7. BodyImage.JPG 测试用图片 注: 1. 运行程序前,请在ma
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11755
    • 提供者:穆歌
  1. lbp

    0下载:
  2. 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法,一个是getmapping,用以做算法的辅助函数,一个是lbptest.m,存放着测试代码。这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片,具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。-lbp algorithm, one is getmapping, helper to do the arithmetic, one lbptest.m, kept the test code. These
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2846815
    • 提供者:张健
  1. ssim

    0下载:
  2. 用MATLAB语言实现SSIM的函数代码,经测试,保证正确有效。-MATLAB language implementation SSIM function code, after testing, to ensure correct and effective.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:584
    • 提供者:王怡晗
  1. Practice

    0下载:
  2. 实现IDL(不借助ENVI函数)和Matlab读取ENVI Standard文件。代码经测试,全部可以读取N波段的ENVI Standard文件,返回数据集矩阵。-Implement IDL (ENVI function without the aid) and Matlab read ENVI Standard file. The code has been tested, all bands can be read N ENVI Standard file and return the da
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1094388
    • 提供者:毛巴马
  1. bptrain-and-test

    0下载:
  2. 创建并训练BP神经网络,同时测试BP神经网络的识别能力 为此编写了2个函数代码bptrain和bptest-Create and train BP neural network, BP neural network simultaneously test the ability to identify the two prepared for this function codes bptrain and bptest
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1463
    • 提供者:陈彦军
  1. matlab

    1下载:
  2. 使用的版本:64位的MATLAB R2015b,代码可以直接运行仿真。 (1)提取五个特征量中的Hu矩和仿射不变矩; (2)picture用来存放训练样本和测试样本; (3)save用来保存代码运行过程中提取的特征量,matlab1存放仿射不变矩特征量, matlab2存放Hu矩特征量,Hu_BBA存放样本的Hu矩的基本信度赋值和识别类型, FS_BBA存放样本的仿射不变矩的基本信度赋值和识别类型,目标识别矩阵、信息融 果和判决结果在指令窗输出(1,2,3表示类型,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9296657
    • 提供者:唐乐爽
  1. codeiinnshed

    0下载:
  2. 贝叶斯变换应用于图像方面的函数代码,matlab平台,已经测试调试完毕(Bayesian transform applied to image of function code, the matlab platform, has finished testing and debugging)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:9216
    • 提供者:edt_563
搜珍网 www.dssz.com