搜索资源列表
dsdsin
- 彩色图像的数值拟合分析方法。计算简单速度快。优点多多。-color image analysis of the numerical fitting method. Simple calculation speed. Manifold benefits.
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
OTSU 算法可以说是自适应计算单阈值
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法,OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
number计算颗粒个数.rar
- 计算图像中颗粒的个数,程序比较简单,用到了形态学的方法。,image calculated the number of particles, the procedure is relatively simple, use the morphological method.
txyslh
- 实现了简单的图像的小波变化和压缩编码!! 并计算了压缩后的熵值-To achieve a simple image of the wavelet transform and compression coding! ! And calculate the entropy of the compressed! !
jisuantuxiangshang
- 计算图像熵,很简单,很实用,快快来下载吧,绝对值得下载,很容易理解-Calculate the image entropy, is very simple and very practical, quickly download it, definitely worth downloading, it is easy to understand ~ ~
changyongsuanfa
- 一些简易算法实现,编程的初学者适用,高精度算法,简单计算几何算法-it s for the beginner
HHT简单版
- 简单matlab程序,hht变换,2的平方次数据可以计算,…………
Saliency-Detection
- 《Saliency Detection: A Spectral Residual Approach》是上交高材生侯晓迪在07年的CVPR上发表的一篇论文,这篇文章提出了一个图像视觉显著性的简单计算模型,这个模型和Irri提出的模型是两个截然不同的模型,Irri模型对于图像视觉显著性主要关注整幅图片突出的部分,通过各种特征的融合提取显著性图,而Hou的这个模型一上来关注的点就不在一张图片里突出的地方,而是背景,观察是否大部分图片的背景在某个空间上都满足什么变化,最后剔除背景,自然就只剩下图片突出的
8 规则裁剪彩色图像后加密
- 对图像进行局部简单裁剪后的混沌加密,增强了保密性和减少数据量的计算(Chaotic encryption after local simple clipping of image.Enhanced confidentiality and reduced data volume calculations)
相关系数
- 简单明了地计算两幅图片的相关性,绝对好用,亲身示范(Correlation coffiention)
计算几何库
- 简单的计算几何库,c++描述可用于简单的几何计算工作。(Simple computational geometry Library)
JND
- JND计算,画面检测semi JND ,根据公式计算此值,比较简单(JND calculation, the code can be using to calculate the JND of the Image)
counting number
- 可以对简单的细胞图像进行分割并计算细胞的数量(It can segment the simple cell image and calculate the number of cells.)
SR
- 《Saliency Detection: A Spectral Residual Approach》是上交高材生侯晓迪在07年的CVPR上发表的一篇论文。这篇文章提出了一个图像视觉显著性的简单计算模型。(Saliency Detection: A Spectral Residual Approach)
灰度计算
- 实现简单的灰度计算,用作新手参考,稍加改变能添加到自己的程序中实现简单图像处理(A simple gray scale calculation, used as a novice reference, a little change that can be added to your own program to implement simple image processing)
最大熵法简单图像分割
- 最大熵法简单图像分割,先进行阈值计算,在进行像素判断(Maximum entropy method for simple image segmentation)
Saliency Detection
- 本算法实现了一个图像视觉显著性的简单计算模型。 算法论文:Saliency Detection A Spectral Residual Approach
几个IDL简单算法
- 计算两幅LANDSAT8遥感图像间的相关性,生成一个矩阵形式的结果,以及其他几个简单的小算法程序(Computing remote sensing image correlation)