登录
首页 » C# » CIE坐标计算

CIE坐标计算

于 2018-04-02 发布 文件大小:953KB
0 323
下载积分: 1 下载次数: 7

代码说明:

  用于荧光光谱的CIE色坐标计算,直接导入光谱txt即可(CIE color coordinate calculation for fluorescence spectrum, directly into the spectrum txt)

文件列表:

cie 2\cie\cie.exe, 267264 , 2002-03-28
cie 2\cie\cieColourMatchingFunction.dat, 15515 , 2002-03-24
cie 2\cie\RedLED, 33631 , 2002-03-28
cie 2\cie\uninst.dll, 52224 , 2000-09-13
cie 2\cie\uninst.exe, 473540 , 2013-04-02
cie 2\cie\uninst.lrm, 6770 , 2000-09-13
cie 2\cie\VioletLED, 33302 , 2002-03-23
cie 2\cie\WhiteLED, 33844 , 2002-03-23
cie 2\cie.exe, 247808 , 2018-01-24
cie 2\CIE1931.lnk, 937 , 2018-02-23
cie 2\cieColourMatchingFunction.dat, 15515 , 2002-03-24
cie 2\RedLED, 33631 , 2002-03-28
cie 2\uninst.dll, 52224 , 2000-09-13
cie 2\uninst.exe, 473540 , 2003-06-24
cie 2\uninst.lrm, 6770 , 2000-09-13
cie 2\VioletLED, 33302 , 2002-03-23
cie 2\WhiteLED, 33844 , 2002-03-23
cie 2\cie, 0 , 2018-04-02
cie 2, 0 , 2018-04-02

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

发表评论

0 个回复

  • linear-filtering-andmedian-filtering
    图像处理方面,包括滑动窗口,线性滤波,中值滤波(Image processing, including sliding window, linear filtering, median filtering)
    2016-03-01 16:07:06下载
    积分:1
  • 14、字典学习
    经典的KSVD图像字典学习,matlab 代码,有注释,亲测可用(The classic KSVD image dictionary learning, matlab code, include notes, test available)
    2019-05-31 09:07:45下载
    积分:1
  • WFC-system-image-process
    这是针对波前编码成像系统模拟,以及图像复原模拟代码(this is the wavefront coding image processing code of WFC optic system. it is very useful in WFC syetem for research .)
    2021-04-06 11:59:02下载
    积分:1
  • 一种基于改进的萤火虫算法(FA)优化二维Otsu分割算法(FA-2-Otsu)
    说明:  针对一维最大类间方差算法(1-Otsu)抗噪性能较低、二维最大类间方差算法(2-Otsu)计算复杂度高、实时性差的问题,提出一种基于改进的萤火虫算法(FA)优化二维Otsu图像分割算法(FA-2-Otsu).(In order to solve the problems of low anti noise performance of 1-otsu, high computational complexity and poor real-time performance of 2-otsu, an improved firefly algorithm (FA) is proposed to optimize the 2-otsu image segmentation algorithm (fa-2-otsu).)
    2019-12-23 21:45:50下载
    积分:1
  • MatlabBitPlaneDecomposition
    该压缩包里包括了一幅图像的位平面解,即一幅灰度图像可以分成八个位平面。利用它可以转化到彩取色图像中去,很有用处的。(The bag includes a compressed image bit-plane solution, that is, a gray image can be divided into eight bit-plane. Use it can be transformed into the color check color images, and useful.)
    2007-08-19 18:00:30下载
    积分:1
  • Iterative-Back-Projection
    实现基于迭代反投影算法的超分辨率重建,对于没有噪声的情况有较好的效果。(Iterative Back Projection super-resolution.)
    2021-03-28 11:09:11下载
    积分:1
  • Weightbased-adaptive-image
    基于形态学的权重自适应图像去噪;通过串并联的滤波降噪对比图,说明并联降噪的优越性(Heavy adaptive image denoising based on morphology right noise filtering by series-parallel comparison chart, show the advantages of parallel noise reduction)
    2020-11-29 19:19:28下载
    积分:1
  • Image-color-VB-source-code
    使用VB编写的图片反色源代码是图像处理的很好的教程(Image color VB source code)
    2014-03-18 09:45:58下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • code
    说明:  基于MATLAB语言,计算两幅图像峰值信噪比和均方差。(Computing Peak Signal-to-Noise Ratio and Mean Variance of Image)
    2019-04-15 14:56:35下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载