登录
首页 » matlab » RGB2Lab

RGB2Lab

于 2012-01-14 发布 文件大小:1KB
0 199
下载积分: 1 下载次数: 6

代码说明:

  Converts RGB Image to LAB

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • MDVRP_遗传
    MDVRP_遗传算法 可以运行 希望对大家有帮助(a solution to MDVRP ,i hope it can help you)
    2020-11-26 17:49:32下载
    积分:1
  • program
    程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解(Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition)
    2008-12-17 20:18:47下载
    积分:1
  • 插值与函逼近
    说明:  分段三次Hermite插值法 样条插值 切比雪夫最佳一致逼近 Legendre、 Laguerre、Hermite多项式主函数 牛顿 插值(Piecewise cubic Hermite interpolation)
    2020-10-05 17:35:23下载
    积分:1
  • MyMatrixFunction
    说明:  包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数(Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative solution of linear equations in the Jacobi, Gauss- Seidel and linear relaxation method function)
    2011-04-09 20:52:20下载
    积分:1
  • kfilter
    说明:  用于石油地震资料数字处理,包括 地震偏移(二维或三维)、滤波程序、重采样、具有很广的应用前景,还可以移植到其他的工程领域。(oil for digital processing seismic data, including seismic migration (2D or 3D), filtering procedures, re-sampling, have a very broad application prospects, but also can be transferred to other engineering fields.)
    2006-03-06 11:20:40下载
    积分:1
  • HMM
    说明:  隐马尔可夫的经典文献,和通俗易懂的PPT,很好的经典资料,文献常被应用,甚至PPT都经常被模仿(Hidden Markov classic literature, and user-friendly PPT, classic good information, the literature is often applied, or even PPT are often imitate)
    2009-08-22 10:36:14下载
    积分:1
  • convection and diffusion-allscheme_fortran
    二维对流扩散问题的各种求解方法结果的比较,采用有限体积法(Two-dimensional unsteady heat diffusion and convection equation and finite volume fortran program)
    2018-06-19 09:06:10下载
    积分:1
  • feappv31
    feap 有限元程序,国外某大学的开源程序(feap finite element program)
    2014-01-01 20:10:54下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载